Fixed some keyboard shortcuts
Published a blog article on why I redesigned the app UI: https://eager.app/blog/why-we-redesigned-our-shared-inbox-ui/
Fixed background jobs!
Fixed background job trigger
Add weighting to site wide search
Optimized SQL queries. One-liner of an achievement, but took ALL day.
Added search functionality right in the ticket view
Fixed a weird SQL query problem.
Wrote another documentation article for https://eager.app/docs/collections/1/articles/1-create-and-manage-team-members
I'm trying to keep up with this at least once per day. It's easy to code. It's hard to document well (so users can help themselves).
Fixed some JS error. Wasn't breaking the app, but gotta get rid of those console errors, right?
Added the option to sort categories
Added iOS notification for myself when new account/user is created :-)
Added a gallery for users to use images they already uploaded previously
Added functionality to add articles to collections in the articles view
Fixed some UI quirks
Created an auto-provisioning SSL cert for documentation site app at
Added sorting ability for help (soon to be chat) widget
Took me a couple of iterations. Tried doing the drag and drop thing (blocks were too big). In the end, settled for an up and down button that immediately triggers the sort. Works not bad.
Added blog post about new release
Fixed logging ingestion
Fixed up a nested form
Just won a fight with OpenSSL and Redis.
Added option to add contact form (with file attachments) in help widget!
Finished the documentation site app.
What started off as a "This will take me about 3 days", well... let me tell ya, 12 days later...
Fixed a bug that surfaced about 1 month ago.
Did some pretty aggressive caching in an update. Messed up the UI a little bit (wasn't updating) and I couldn't figure out why until today... when I saw the caching code right there in front of me. 🤦♂️