about summary refs log tree commit diff
path: root/src/state
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue causing double-loads of notificationsPaul Frazee2022-11-142-9/+11
|
* Fix empty states for scene members and membershipsPaul Frazee2022-11-142-3/+8
|
* Dont suggest followed users and add empty state to suggestionsPaul Frazee2022-11-141-0/+3
|
* Dont include self in suggested followsPaul Frazee2022-11-141-0/+3
|
* Add staging envPaul Frazee2022-11-111-2/+8
|
* Implement profile updatesPaul Frazee2022-11-112-22/+7
|
* Add UI to remove members from scenesPaul Frazee2022-11-111-2/+30
|
* Implement trendingPaul Frazee2022-11-111-0/+2
|
* Handle pending invites correctlyPaul Frazee2022-11-114-14/+145
|
* Only suggest users in invite suggestionsPaul Frazee2022-11-111-8/+8
|
* Fixes to onboardingPaul Frazee2022-11-101-0/+1
|
* Fixes to account creationPaul Frazee2022-11-101-25/+5
|
* Fix followsPaul Frazee2022-11-102-4/+14
|
* 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
|