add useSessionState and persist the maximized panel per tab
This commit is contained in:
@@ -202,6 +202,7 @@ const { jobs, isLoading } = useJobs();
|
||||
| Shared UI state | `useGlobal` |
|
||||
| URL-driven state (filters, pagination) | `useQueryState` |
|
||||
| Component-only state | `useState` |
|
||||
| Shared UI state that must survive a refresh, per tab | `useSessionState` |
|
||||
| Persisted to localStorage | `useLocalStorageState` |
|
||||
|
||||
## Event Handlers
|
||||
|
||||
Reference in New Issue
Block a user