about summary refs log tree commit diff
path: root/src/state
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement scene invitation and membership controlsPaul Frazee2022-11-1013-21/+275
|
* More informative empty state for scenesPaul Frazee2022-11-091-1/+5
|
* Add scene creatorPaul Frazee2022-11-092-5/+24
|
* Add creator to scene profile headerPaul Frazee2022-11-091-0/+2
|
* Implement scene member/memberships listingsPaul Frazee2022-11-083-2/+143
|
* Implement scenes listing in main menuPaul Frazee2022-11-082-0/+122
|
* Finish the upvote/downvote implementationPaul Frazee2022-11-087-56/+132
|
* Add search view; factor out SuggestedFollows component; add suggested ↵Paul Frazee2022-11-071-1/+1
| | | | follows to search
* Add onboarding (WIP)Paul Frazee2022-11-076-32/+196
|
* Reuse service addressPaul Frazee2022-11-072-2/+2
|
* Add actor types to the profiles and clean up the UIPaul Frazee2022-11-052-7/+46
|
* Update to the latest APIsPaul Frazee2022-11-0417-217/+181
|
* Rework the composer to a less buggy solutionPaul Frazee2022-11-011-29/+19
|
* Remove old tabs selector modalPaul Frazee2022-11-011-10/+0
|
* WIP scene UIsPaul Frazee2022-10-311-1/+1
|
* Update to latest APIsPaul Frazee2022-10-2612-73/+66
|
* Update api nsidsPaul Frazee2022-10-1213-47/+45
|
* 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-042-7/+25
|
* Implement a couple missing bitsPaul Frazee2022-10-042-2/+12
|
* Fixes to entity extractionPaul Frazee2022-10-041-23/+1
|
* Implement mentions renderingPaul Frazee2022-10-031-0/+25
|
* Fix to auth of mutation opsPaul Frazee2022-10-034-55/+30
|
* Implement notificationsPaul Frazee2022-10-034-25/+106
|
* Remove debug time delaysPaul Frazee2022-09-308-13/+0
|
* Clear all state on signoutPaul Frazee2022-09-295-6/+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
|
* Remove old auth codePaul Frazee2022-09-271-118/+0
|
* Implement signin flowPaul Frazee2022-09-265-116/+130
|
* A few client fixesPaul Frazee2022-09-262-12/+14
|
* Implement unfollow, unlike, unrepostPaul Frazee2022-09-234-38/+58
|
* Replace mock-api with real apiPaul Frazee2022-09-2217-647/+326
|
* 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
|