about summary refs log tree commit diff
path: root/src/state/models
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
|
* Implement profile updatesPaul Frazee2022-11-111-4/+1
|
* 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-101-1/+5
|
* Implement scene invitation and membership controlsPaul Frazee2022-11-1012-21/+226
|
* 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-086-49/+101
|
* Add search view; factor out SuggestedFollows component; add suggested ↵Paul Frazee2022-11-071-1/+1
| | | | follows to search
* Add onboarding (WIP)Paul Frazee2022-11-074-31/+190
|
* Reuse service addressPaul Frazee2022-11-071-1/+1
|
* Add actor types to the profiles and clean up the UIPaul Frazee2022-11-052-7/+46
|
* Update to the latest APIsPaul Frazee2022-11-0415-198/+164
|
* 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-2610-49/+36
|
* 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
|