about summary refs log tree commit diff
path: root/src/state
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace tabs selector with better solution, also fix some bugs with the ↵Paul Frazee2022-09-091-1/+11
| | | | modal state
* Add EditProfile modalPaul Frazee2022-09-073-2/+41
|
* Rework profile page to include working view selectorPaul Frazee2022-09-064-5/+160
|
* Rewrite the post composer as a modalPaul Frazee2022-09-051-2/+10
|
* Move SharePost modal to new systemPaul Frazee2022-09-021-2/+10
|
* Add more robust modals controllerPaul Frazee2022-09-023-0/+32
|
* Fix bug in selection of screens to cachePaul Frazee2022-09-011-1/+1
|
* Implement working screen-state management and remove extraneous loadsPaul Frazee2022-09-012-5/+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-262-2/+51
|
* Implement Web versions of the bottom sheet, toast, and progress circlePaul Frazee2022-07-251-2/+2
|
* Add state updates after screen changesPaul Frazee2022-07-252-40/+127
|
* Add post composerPaul Frazee2022-07-221-6/+40
|
* Add liked-by and reposted-by viewsPaul Frazee2022-07-222-0/+282
|
* Implement like and repostPaul Frazee2022-07-224-16/+218
|
* 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
* More realistic mock dataPaul Frazee2022-07-203-77/+231
|
* Replace mobx-state-tree with mobx and get a basic home feed renderingPaul Frazee2022-07-197-217/+309
|
* Fix platform build issuesPaul Frazee2022-07-182-21/+17
|
* Add mock API and reorg code for clarityPaul Frazee2022-07-187-27/+295
|
* Fix web buildPaul Frazee2022-06-152-50/+3
|
* Implement full auth flow in iOSPaul Frazee2022-06-152-22/+39
|
* Polyfills for native cryptoPaul Frazee2022-06-154-5/+147
|
* Add base auth & ucan request flow (web only)Paul Frazee2022-06-143-29/+74
|
* (WIP) Add initial API clientPaul Frazee2022-06-102-1/+60
|
* Add auth navigationsPaul Frazee2022-06-093-3/+37
|
* Add state managementPaul Frazee2022-06-094-0/+125