fix(clients): persist sort selection across navigation

The clients page saved searchKey and filters to localStorage but not
the sort selection, so leaving the page and returning reset sort to the
default (Oldest). Persist the chosen sort alongside the existing filter
state and restore it on mount, matching the filter-persistence pattern.
This commit is contained in:
MHSanaei
2026-05-31 01:00:00 +02:00
parent 80110f9404
commit a7d763a542
2 changed files with 9 additions and 5 deletions
+1
View File
@@ -1,3 +1,4 @@
node_modules/
.vite/
*.log
*.tsbuildinfo