about summary refs log tree commit diff
path: root/src/state/models/root-store.ts
Commit message (Collapse)AuthorAgeFilesLines
...
* Add link embeds to postsPaul Frazee2022-11-231-0/+2
|
* Add profile info cachingPaul Frazee2022-11-141-0/+2
|
* Add scene creatorPaul Frazee2022-11-091-2/+2
|
* Add onboarding (WIP)Paul Frazee2022-11-071-0/+6
|
* Reuse service addressPaul Frazee2022-11-071-1/+1
|
* Update to the latest APIsPaul Frazee2022-11-041-9/+9
|
* Update to latest APIsPaul Frazee2022-10-261-2/+2
|
* Update api nsidsPaul Frazee2022-10-121-1/+1
|
* Implement notificationsPaul Frazee2022-10-031-0/+11
|
* Clear all state on signoutPaul Frazee2022-09-291-0/+6
|
* Implement signin flowPaul Frazee2022-09-261-2/+2
|
* A few client fixesPaul Frazee2022-09-261-6/+10
|
* Replace mock-api with real apiPaul Frazee2022-09-221-6/+8
|
* Add more robust modals controllerPaul Frazee2022-09-021-0/+2
|
* Implement working screen-state management and remove extraneous loadsPaul Frazee2022-09-011-4/+0
|
* New navigation model (#1)Paul Frazee2022-08-311-0/+6
| | | | | | | | | | | | | | | | | * 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 notifications viewPaul Frazee2022-07-261-0/+2
|
* Add WIP post-thread viewPaul Frazee2022-07-201-0/+7
|
* Replace mobx-state-tree with mobx and get a basic home feed renderingPaul Frazee2022-07-191-15/+31
|
* Add mock API and reorg code for clarityPaul Frazee2022-07-181-0/+3
|
* Add auth navigationsPaul Frazee2022-06-091-1/+10
|
* Add state managementPaul Frazee2022-06-091-0/+16