Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move require alt-text to new persistence + context (#1839) | Paul Frazee | 2023-11-08 | 2 | -1/+56 | |
| | ||||||
* | Move reminders to new persisted state layer (#1834) | Paul Frazee | 2023-11-07 | 2 | -0/+51 | |
| | ||||||
* | Add persistent state provider (#1830) | Eric Bailey | 2023-11-07 | 2 | -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 Bailey | 2023-11-07 | 4 | -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> |