fix(web): persist sidebar shelf collapse state - #5136
Merged
maria-rcks merged 2 commits intoAug 11, 2026
MacroscopeApp / Macroscope - Approvability Check
succeeded
Aug 10, 2026 in 4m 51s
Approved (click on check for details)
- Eligibility
- Correctness
Note
More information about how approvability works can be found in our Help Center.
Details
Eligibility
This PR replaces React's useState with an existing useLocalStorage hook to persist sidebar collapse preferences. It's a straightforward UI state persistence change using established patterns, with no runtime behavior changes beyond remembering user preferences.
Notes:
No code owners found in target merge base 9821bca
Loading