about summary refs log tree commit diff
path: root/src/view/shell
Commit message (Collapse)AuthorAgeFilesLines
...
* Light iconsPaul Frazee2022-09-291-2/+12
|
* Remove top bar in the shellPaul Frazee2022-09-291-3/+3
|
* Fix to session loadPaul Frazee2022-09-281-1/+0
|
* Switch to one default aviPaul Frazee2022-09-282-4/+4
|
* Add account creationPaul Frazee2022-09-271-35/+2
|
* Add logout and tweak signin screenPaul Frazee2022-09-272-0/+15
|
* Implement signin flowPaul Frazee2022-09-261-2/+52
|
* Replace mock-api with real apiPaul Frazee2022-09-222-3/+3
|
* Replace tabs selector with better solution, also fix some bugs with the ↵Paul Frazee2022-09-092-173/+2
| | | | modal state
* Fix some jank in the navigation swipesPaul Frazee2022-09-091-31/+23
|
* Make nav swipes easier to triggerPaul Frazee2022-09-091-5/+7
|
* Allow nav swipes to start from anywhere on the screenPaul Frazee2022-09-091-1/+0
|
* UI sizing fixesPaul Frazee2022-09-091-8/+8
|
* Improve navigation gesture and fix caching issuePaul Frazee2022-09-071-46/+57
|
* Add 'swipe to go back' gesturePaul Frazee2022-09-061-12/+84
|
* Rework profile page to include working view selectorPaul Frazee2022-09-062-2/+10
|
* Add post dropdown menusPaul Frazee2022-09-021-1/+1
|
* Add more robust modals controllerPaul Frazee2022-09-022-21/+31
|
* Rename location-menu to location-navigator and add an actual location-menuPaul Frazee2022-09-023-163/+247
|
* Add accounts menu to shellPaul Frazee2022-09-023-25/+111
|
* Add location 'menu'Paul Frazee2022-09-012-4/+212
|
* Implement working screen-state management and remove extraneous loadsPaul Frazee2022-09-011-5/+5
|
* Fix screen-blanking bugPaul Frazee2022-09-011-3/+6
|
* Add avi and context menu to shell topbarPaul Frazee2022-08-311-7/+41
|
* Aesthetic improvementsPaul Frazee2022-08-311-0/+1
|
* Unify the color palettePaul Frazee2022-08-311-10/+14
|
* New navigation model (#1)Paul Frazee2022-08-316-16/+494
| | | | | | | | | | | | | | | | | * 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
* Add mock API and reorg code for clarityPaul Frazee2022-07-184-0/+123