about summary refs log tree commit diff
path: root/src/state/models
Commit message (Collapse)AuthorAgeFilesLines
...
* Dont group notifications that are an hour apartPaul Frazee2022-11-181-0/+5
|
* Fix data loss on notifications-view updatePaul Frazee2022-11-181-3/+3
|
* Dedup posts in the home TLPaul Frazee2022-11-181-0/+10
|
* Improve reliability of screen titlesPaul Frazee2022-11-171-11/+26
|
* Add new tab animationPaul Frazee2022-11-171-0/+6
|
* Add live search to autocomplete and only highlight known handlesPaul Frazee2022-11-171-0/+97
|
* Fix loadLatest() on home feedPaul Frazee2022-11-171-1/+1
|
* Invalidate profiles cache on direct loadPaul Frazee2022-11-172-0/+7
|
* Poll periodically for new postsPaul Frazee2022-11-171-1/+27
|
* Include tab count and move btn to centerPaul Frazee2022-11-171-0/+4
|
* Add post deletionPaul Frazee2022-11-162-0/+15
|
* Clear notifications count optimisticallyPaul Frazee2022-11-162-0/+5
|
* Reduce jank in refreshesPaul Frazee2022-11-162-0/+6
|
* Fix up/down vote number changesPaul Frazee2022-11-162-20/+36
|
* Add a server instance selector and drop env varsPaul Frazee2022-11-151-1/+14
|
* Switch to using setVote()Paul Frazee2022-11-152-62/+60
|
* Better loading screensPaul Frazee2022-11-151-2/+3
|
* Improve error messagesPaul Frazee2022-11-152-4/+6
|
* Add profile info cachingPaul Frazee2022-11-142-0/+46
|
* Disable storing nav state due to bugsPaul Frazee2022-11-141-33/+34
|
* Restore nav state hydrationPaul Frazee2022-11-141-3/+0
|
* Update all state on profile changePaul Frazee2022-11-141-1/+4
|
* 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
|