about summary refs log tree commit diff
path: root/src/state/models/navigation.ts
Commit message (Collapse)AuthorAgeFilesLines
* Turn the main menu into a 'drawer' instead of a screen in the historyPaul Frazee2022-12-081-23/+7
|
* Switch to temporary 'fixed tabs' model for default and notificationsPaul Frazee2022-12-081-12/+65
|
* Rework the 'main menu' to be a screen that's always in historyPaul Frazee2022-12-061-5/+14
|
* Turn home button into a 'go back to start of nav history'Paul Frazee2022-11-221-0/+6
|
* Merge branch 'simplify' into mainPaul Frazee2022-11-211-1/+10
|\
| * Add build flags and disable tabs for nowPaul Frazee2022-11-201-1/+10
| |
* | Add web linking and proper share controlsPaul Frazee2022-11-211-0/+18
|/
* Improve reliability of screen titlesPaul Frazee2022-11-171-11/+26
|
* Add new tab animationPaul Frazee2022-11-171-0/+6
|
* Include tab count and move btn to centerPaul Frazee2022-11-171-0/+4
|
* Disable storing nav state due to bugsPaul Frazee2022-11-141-33/+34
|
* Restore nav state hydrationPaul Frazee2022-11-141-3/+0
|
* Clear all state on signoutPaul Frazee2022-09-291-0/+5
|
* Replace mock-api with real apiPaul Frazee2022-09-221-2/+3
|
* Fix bug in selection of screens to cachePaul Frazee2022-09-011-1/+1
|
* New navigation model (#1)Paul Frazee2022-08-311-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