Selecting a larger page size (e.g. 50) in any grid table works, but a page reload goes back to 10. src/lib/components/GridTable.svelte keeps selectedPageSize in component state only (initialised at line 86 and reset from the pageSize prop at line 286). Nothing persists it in localStorage, the URL or a user setting.
Suggestion: persist the choice per table (e.g. localStorage keyed by table id, or a query parameter like the existing filters), falling back to the prop default.
🤖 Generated with Claude Code
Selecting a larger page size (e.g. 50) in any grid table works, but a page reload goes back to 10.
src/lib/components/GridTable.sveltekeepsselectedPageSizein component state only (initialised at line 86 and reset from thepageSizeprop at line 286). Nothing persists it inlocalStorage, the URL or a user setting.Suggestion: persist the choice per table (e.g.
localStoragekeyed by table id, or a query parameter like the existing filters), falling back to the prop default.🤖 Generated with Claude Code