about summary refs log tree commit diff
path: root/src/state/models
Commit message (Collapse)AuthorAgeFilesLines
...
* Move SharePost modal to new systemPaul Frazee2022-09-021-2/+10
|
* Add more robust modals controllerPaul Frazee2022-09-022-0/+30
|
* Fix bug in selection of screens to cachePaul Frazee2022-09-011-1/+1
|
* Implement working screen-state management and remove extraneous loadsPaul Frazee2022-09-011-4/+0
|
* New navigation model (#1)Paul Frazee2022-08-312-0/+257
| | | | | | | | | | | | | | | | | * 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-264-0/+400
|
* Add followers and follows listPaul Frazee2022-07-264-13/+237
|
* Implement follow/unfollowPaul Frazee2022-07-261-1/+23
|
* Add state updates after screen changesPaul Frazee2022-07-252-40/+127
|
* Add liked-by and reposted-by viewsPaul Frazee2022-07-222-0/+282
|
* Implement like and repostPaul Frazee2022-07-223-15/+136
|
* Add profile viewPaul Frazee2022-07-213-2/+116
|
* Add the ability to navigate to posts within a threadPaul Frazee2022-07-211-4/+19
|
* Factor out common styles; fixes and improvements to post-thread-viewPaul Frazee2022-07-201-6/+20
|
* Add WIP post-thread viewPaul Frazee2022-07-203-7/+164
|
* Update feed component to use flatlist for lazy-loading scrolling; update ↵Paul Frazee2022-07-201-20/+101
| | | | feed-view model to match loading needs
* Replace mobx-state-tree with mobx and get a basic home feed renderingPaul Frazee2022-07-194-156/+266
|
* Fix platform build issuesPaul Frazee2022-07-181-5/+5
|
* Add mock API and reorg code for clarityPaul Frazee2022-07-183-7/+58
|
* Polyfills for native cryptoPaul Frazee2022-06-151-1/+1
|
* Add base auth & ucan request flow (web only)Paul Frazee2022-06-141-28/+57
|
* (WIP) Add initial API clientPaul Frazee2022-06-101-1/+57
|
* Add auth navigationsPaul Frazee2022-06-092-1/+31
|
* Add state managementPaul Frazee2022-06-091-0/+16