Commit graph

194 commits

Author SHA1 Message Date
Paul Frazee
05055e184d Remove old tabs selector modal 2022-11-01 14:00:58 -05:00
Paul Frazee
98937dda47 Add animation to the tabs selector 2022-11-01 13:46:07 -05:00
Paul Frazee
ae18007d35 Replace notifications icon 2022-11-01 13:45:58 -05:00
Paul Frazee
c949269abc Replace footer-nav back and forward arrows with search and notifications 2022-11-01 11:53:30 -05:00
Paul Frazee
0fd2c3c4cb Update scene items in mainmenu to use generated avatars 2022-11-01 10:06:24 -05:00
Paul Frazee
6329ab4b08 Improve animation jitter in main menu 2022-11-01 10:02:24 -05:00
Paul Frazee
d0b94d7570 Fix typo 2022-10-31 17:24:58 -05:00
Paul Frazee
fd6a2b1b40 Switch to autogenerated avis for now 2022-10-31 17:23:47 -05:00
Paul Frazee
eceef67d46 WIP scene UIs 2022-10-31 12:17:58 -05:00
Paul Frazee
0c0c9eb05c Update api nsids 2022-10-12 15:18:46 -05:00
Paul Frazee
c9388a3cc5 Improve main menu (animation, aesthetics) 2022-10-11 15:16:46 -05:00
Paul Frazee
d7a75a2062 Home button scrolls to top when on home page 2022-10-11 09:37:01 -05:00
Paul Frazee
8dc8200f07 Rearrange shell buttons to merge notifications into menu and bring back forward 2022-10-11 09:19:09 -05:00
Paul Frazee
4143167ab7 Speed up shell nav button presses 2022-10-11 09:18:24 -05:00
Paul Frazee
ba6580101e Rework footer controls 2022-10-10 21:13:25 -05:00
Paul Frazee
c7d7e152a0 Implement notifications 2022-10-03 10:53:36 -05:00
Paul Frazee
8ff5f81f24 Light icons 2022-09-29 10:40:05 -05:00
Paul Frazee
a9f9235976 Remove top bar in the shell 2022-09-29 09:05:40 -05:00
Paul Frazee
9f91edc1d1 Fix to session load 2022-09-28 15:03:02 -05:00
Paul Frazee
e6627183e1 Switch to one default avi 2022-09-28 14:00:40 -05:00
Paul Frazee
ef4b9cf8d9 Add account creation 2022-09-27 14:24:47 -05:00
Paul Frazee
dd73fc2183 Add logout and tweak signin screen 2022-09-27 08:59:15 -05:00
Paul Frazee
0208302907 Implement signin flow 2022-09-26 21:03:07 -05:00
Paul Frazee
aabde2b401 Replace mock-api with real api 2022-09-22 19:28:25 -05:00
Paul Frazee
530243859c Replace tabs selector with better solution, also fix some bugs with the modal state 2022-09-09 16:20:46 -05:00
Paul Frazee
46524d85d8 Fix some jank in the navigation swipes 2022-09-09 13:11:30 -05:00
Paul Frazee
e6ebb213cc Make nav swipes easier to trigger 2022-09-09 11:55:53 -05:00
Paul Frazee
46d20cdde8 Allow nav swipes to start from anywhere on the screen 2022-09-09 11:55:31 -05:00
Paul Frazee
44c85bbc56 UI sizing fixes 2022-09-09 11:29:46 -05:00
Paul Frazee
5ae39612d7 Improve navigation gesture and fix caching issue 2022-09-07 14:43:00 -05:00
Paul Frazee
4974f97bf3 Add 'swipe to go back' gesture 2022-09-06 17:29:26 -05:00
Paul Frazee
bb06ef4f6e Rework profile page to include working view selector 2022-09-06 14:26:39 -05:00
Paul Frazee
41bbe2b60b Add post dropdown menus 2022-09-02 15:43:10 -05:00
Paul Frazee
6835caa760 Add more robust modals controller 2022-09-02 11:51:46 -05:00
Paul Frazee
8de3b066eb Rename location-menu to location-navigator and add an actual location-menu 2022-09-02 09:55:52 -05:00
Paul Frazee
62a4e9aed1 Add accounts menu to shell 2022-09-02 09:30:21 -05:00
Paul Frazee
156a6a100f Add location 'menu' 2022-09-01 16:06:09 -05:00
Paul Frazee
bb51af5ae9 Implement working screen-state management and remove extraneous loads 2022-09-01 12:00:08 -05:00
Paul Frazee
346385ce43 Fix screen-blanking bug 2022-09-01 10:58:29 -05:00
Paul Frazee
6bec139679 Add avi and context menu to shell topbar 2022-08-31 20:43:36 -05:00
Paul Frazee
4aa8a58f27 Aesthetic improvements 2022-08-31 20:09:47 -05:00
Paul Frazee
b4802c6b5b Unify the color palette 2022-08-31 17:06:44 -05:00
Paul Frazee
97f52b6a03 New navigation model (#1)
* 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
2022-08-31 14:36:50 -05:00
Paul Frazee
1d00f3b984 Add mock API and reorg code for clarity 2022-07-18 15:24:37 -05:00