New Update Is Live!
Over the last two days, I’ve pushed a few small, but long overdue - quality-of-life improvements.
* **Smoother loading animations** – Skeleton states are now much better, with far less layout shifting when content finishes loading. The UI feels noticeably smoother.
* **Persistent table filters** – Most filtering logic now syncs to the URL’s query parameters. This means if you refresh, visit a details page, or navigate back, your filters stay exactly as you left them. (Yes, I hated the old behavior too.)
* **Faster database queries** – Enabled Prisma’s preview feature `relationJoins`, which performs joins at the database level instead of in the app. This should noticeably improve query performance in many cases, faster Lukittu for everyone.
Let me know if you notice any issues!