about summary refs log tree commit diff
path: root/src/state/models
Commit message (Collapse)AuthorAgeFilesLines
...
* Update api nsidsPaul Frazee2022-10-1212-35/+33
|
* Add firehose view to home screenPaul Frazee2022-10-041-8/+14
|
* Update to new get*Feed xrpc methodsPaul Frazee2022-10-042-38/+54
|
* Update the view after a post is createdPaul Frazee2022-10-042-1/+55
|
* Implement profile-update apiPaul Frazee2022-10-041-2/+2
|
* Implement a couple missing bitsPaul Frazee2022-10-042-2/+12
|
* Fix to auth of mutation opsPaul Frazee2022-10-033-30/+10
|
* Implement notificationsPaul Frazee2022-10-033-25/+99
|
* Remove debug time delaysPaul Frazee2022-09-308-13/+0
|
* Clear all state on signoutPaul Frazee2022-09-294-5/+29
|
* Fix feed pagination on user profilesPaul Frazee2022-09-281-1/+3
|
* Improve thread rendering (show reply lines)Paul Frazee2022-09-282-6/+16
|
* Fix to session loadPaul Frazee2022-09-281-3/+3
|
* Add account creationPaul Frazee2022-09-271-20/+96
|
* Implement signin flowPaul Frazee2022-09-263-86/+109
|
* A few client fixesPaul Frazee2022-09-262-12/+14
|
* Implement unfollow, unlike, unrepostPaul Frazee2022-09-233-11/+17
|
* Replace mock-api with real apiPaul Frazee2022-09-2212-219/+226
|
* 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-072-2/+30
|
* 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-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