about summary refs log tree commit diff
path: root/src/state/shell
Commit message (Collapse)AuthorAgeFilesLines
...
* Move require alt-text to new persistence + context (#1839)Paul Frazee2023-11-082-1/+56
|
* Move reminders to new persisted state layer (#1834)Paul Frazee2023-11-072-0/+51
|
* Add persistent state provider (#1830)Eric Bailey2023-11-072-1/+61
| | | | | | | | | | | | | | | | | | | | | | | | | * Add persistent state provider * Catch write error * Handle read errors, update error msgs * Fix lint * Don't provide initial state to loader * Remove colorMode from shell state * Idea: hook into persisted context from other files * Migrate settings to new hook * Rework persisted state to split individual contexts * Tweak persisted schema and validation --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Extract shell state into separate context (#1824)Eric Bailey2023-11-074-0/+93
* WIP * Add shell state * Integrate new shell state for drawer and minimal shell mode * Replace isDrawerSwipeDisabled * Split shell state into separate contexts to avoid needless re-renders * Fix typo --------- Co-authored-by: Paul Frazee <pfrazee@gmail.com>