Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add scene creator | Paul Frazee | 2022-11-09 | 1 | -1/+1 |
| | |||||
* | Add search view; factor out SuggestedFollows component; add suggested ↵ | Paul Frazee | 2022-11-07 | 1 | -3/+14 |
| | | | | follows to search | ||||
* | Add onboarding (WIP) | Paul Frazee | 2022-11-07 | 1 | -0/+10 |
| | |||||
* | Update to the latest APIs | Paul Frazee | 2022-11-04 | 1 | -1/+1 |
| | |||||
* | Rework the composer to a less buggy solution | Paul Frazee | 2022-11-01 | 1 | -0/+8 |
| | |||||
* | Remove old tabs selector modal | Paul Frazee | 2022-11-01 | 1 | -15/+0 |
| | |||||
* | Replace notifications icon | Paul Frazee | 2022-11-01 | 1 | -6/+13 |
| | |||||
* | Replace footer-nav back and forward arrows with search and notifications | Paul Frazee | 2022-11-01 | 1 | -21/+5 |
| | |||||
* | WIP scene UIs | Paul Frazee | 2022-10-31 | 1 | -0/+1 |
| | |||||
* | Home button scrolls to top when on home page | Paul Frazee | 2022-10-11 | 1 | -4/+15 |
| | |||||
* | Rearrange shell buttons to merge notifications into menu and bring back forward | Paul Frazee | 2022-10-11 | 1 | -18/+15 |
| | |||||
* | Speed up shell nav button presses | Paul Frazee | 2022-10-11 | 1 | -1/+2 |
| | |||||
* | Rework footer controls | Paul Frazee | 2022-10-10 | 1 | -69/+25 |
| | |||||
* | Implement notifications | Paul Frazee | 2022-10-03 | 1 | -1/+30 |
| | |||||
* | Light icons | Paul Frazee | 2022-09-29 | 1 | -2/+12 |
| | |||||
* | Remove top bar in the shell | Paul Frazee | 2022-09-29 | 1 | -3/+3 |
| | |||||
* | Fix to session load | Paul Frazee | 2022-09-28 | 1 | -1/+0 |
| | |||||
* | Switch to one default avi | Paul Frazee | 2022-09-28 | 1 | -2/+2 |
| | |||||
* | Add account creation | Paul Frazee | 2022-09-27 | 1 | -35/+2 |
| | |||||
* | Add logout and tweak signin screen | Paul Frazee | 2022-09-27 | 1 | -0/+1 |
| | |||||
* | Implement signin flow | Paul Frazee | 2022-09-26 | 1 | -2/+52 |
| | |||||
* | Replace mock-api with real api | Paul Frazee | 2022-09-22 | 1 | -2/+2 |
| | |||||
* | Replace tabs selector with better solution, also fix some bugs with the ↵ | Paul Frazee | 2022-09-09 | 1 | -15/+2 |
| | | | | modal state | ||||
* | Fix some jank in the navigation swipes | Paul Frazee | 2022-09-09 | 1 | -31/+23 |
| | |||||
* | Make nav swipes easier to trigger | Paul Frazee | 2022-09-09 | 1 | -5/+7 |
| | |||||
* | Allow nav swipes to start from anywhere on the screen | Paul Frazee | 2022-09-09 | 1 | -1/+0 |
| | |||||
* | UI sizing fixes | Paul Frazee | 2022-09-09 | 1 | -8/+8 |
| | |||||
* | Improve navigation gesture and fix caching issue | Paul Frazee | 2022-09-07 | 1 | -46/+57 |
| | |||||
* | Add 'swipe to go back' gesture | Paul Frazee | 2022-09-06 | 1 | -12/+84 |
| | |||||
* | Rework profile page to include working view selector | Paul Frazee | 2022-09-06 | 1 | -1/+4 |
| | |||||
* | Add more robust modals controller | Paul Frazee | 2022-09-02 | 1 | -18/+20 |
| | |||||
* | Rename location-menu to location-navigator and add an actual location-menu | Paul Frazee | 2022-09-02 | 1 | -7/+10 |
| | |||||
* | Add accounts menu to shell | Paul Frazee | 2022-09-02 | 1 | -1/+5 |
| | |||||
* | Add location 'menu' | Paul Frazee | 2022-09-01 | 1 | -4/+29 |
| | |||||
* | Implement working screen-state management and remove extraneous loads | Paul Frazee | 2022-09-01 | 1 | -5/+5 |
| | |||||
* | Fix screen-blanking bug | Paul Frazee | 2022-09-01 | 1 | -3/+6 |
| | |||||
* | Add avi and context menu to shell topbar | Paul Frazee | 2022-08-31 | 1 | -7/+41 |
| | |||||
* | Unify the color palette | Paul Frazee | 2022-08-31 | 1 | -10/+14 |
| | |||||
* | New navigation model (#1) | Paul Frazee | 2022-08-31 | 1 | -0/+235 |
* 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 |