Skip to content
9 changes: 9 additions & 0 deletions .changeset/fix-trustlab-list-filter-ux.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
"trustlab": patch
---

Improve the filterable list views (opportunities, reports, toolkits, playbooks):

- Keep the current results in place while a filter/search/page change is fetching (no flash back to the unfiltered list), and show a progress indicator for user-driven fetches only — not on first load, tab focus, or reconnect.
- Restore the filter controls (dropdowns/chips, sort, search) from bookmarked/shared URLs, and stop dropping other active filters on the first interaction.
- Centralise list data-fetching in a shared `useListData` hook.
2 changes: 1 addition & 1 deletion apps/trustlab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "trustlab",
"version": "0.0.23",
"version": "0.0.24",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
Loading