v1.6.1
ImprovementFaster dashboard loads
Reduced first-paint on the dashboard from ~6s to under 800ms by collapsing per-request auth + Prisma round-trips and parallelising sidebar loaders.
Search for pages to navigate to
New features, improvements, and fixes shipped to iReadCustomer ERP
Reduced first-paint on the dashboard from ~6s to under 800ms by collapsing per-request auth + Prisma round-trips and parallelising sidebar loaders.
Module entitlements now flow through a single source of truth in `packages/shared`. New organisations are granted the full module set on creation, with an invariant guard so the catalog never drifts again.
Attachments now persist a `storage_provider` discriminator (drive | link | external) so future migrations don't need to string-match on mime type. Existing records hydrate as `drive` for backwards compatibility.