Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Turn the main menu into a 'drawer' instead of a screen in the history | Paul Frazee | 2022-12-08 | 1 | -23/+7 |
| | |||||
* | Switch to temporary 'fixed tabs' model for default and notifications | Paul Frazee | 2022-12-08 | 1 | -12/+65 |
| | |||||
* | Rework the 'main menu' to be a screen that's always in history | Paul Frazee | 2022-12-06 | 1 | -5/+14 |
| | |||||
* | Turn home button into a 'go back to start of nav history' | Paul Frazee | 2022-11-22 | 1 | -0/+6 |
| | |||||
* | Merge branch 'simplify' into main | Paul Frazee | 2022-11-21 | 1 | -1/+10 |
|\ | |||||
| * | Add build flags and disable tabs for now | Paul Frazee | 2022-11-20 | 1 | -1/+10 |
| | | |||||
* | | Add web linking and proper share controls | Paul Frazee | 2022-11-21 | 1 | -0/+18 |
|/ | |||||
* | Improve reliability of screen titles | Paul Frazee | 2022-11-17 | 1 | -11/+26 |
| | |||||
* | Add new tab animation | Paul Frazee | 2022-11-17 | 1 | -0/+6 |
| | |||||
* | Include tab count and move btn to center | Paul Frazee | 2022-11-17 | 1 | -0/+4 |
| | |||||
* | Disable storing nav state due to bugs | Paul Frazee | 2022-11-14 | 1 | -33/+34 |
| | |||||
* | Restore nav state hydration | Paul Frazee | 2022-11-14 | 1 | -3/+0 |
| | |||||
* | Clear all state on signout | Paul Frazee | 2022-09-29 | 1 | -0/+5 |
| | |||||
* | Replace mock-api with real api | Paul Frazee | 2022-09-22 | 1 | -2/+3 |
| | |||||
* | Fix bug in selection of screens to cache | Paul Frazee | 2022-09-01 | 1 | -1/+1 |
| | |||||
* | New navigation model (#1) | Paul Frazee | 2022-08-31 | 1 | -0/+251 |
* Flatten all routing into a single stack * Replace router with custom implementation * Add shell header and titles * Add tab selector * Add back/forward history menus on longpress * Fix: don't modify state during render * Add refresh() to navigation and reroute navigations to the current location to refresh instead of add to history * Cache screens during navigation to maintain scroll position and improve load-time for renders |