Hello again! We just released some tweaks to the apps list (/dashboard).
As a reminder here’s what it’s been:
- Show a count towards the top indicating how many are on-page, and how many apps you have total
- Revived some per-app metadata that hadn’t been displayed for a while as an attempt to deal with unrelated performance issues
- Infinite scroll with “smart” loading indicator depending on whether it’s:
- first load
- scrolling load
- Status filtering
- name searching
- Add links to invoices near the invoice indicators in the right bar
- Redo checkbox for status filtering to be pills with co-located loading indicators

Couple fun little technicals:
You may have noticed in recent weeks the dashboard has been a bit snappier on app pages. We made non-obvious change to how we perform the guts of our queries for these pages that resulted in a pretty wild improvement.
Pairing that with this change where we swapped this page out to use Phoenix Streams makes things work pretty delightful performant.
