about summary refs log tree commit diff
path: root/src/state/models
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix: Adjust home TL post dedup to ensure polling works correctlyPaul Frazee2022-11-231-1/+2
|
* Show parent post in composer when replying (close #3)Paul Frazee2022-11-231-2/+10
|
* Add threading to post feedsPaul Frazee2022-11-231-12/+73
|
* Keep fetching suggestions to reach a full listPaul Frazee2022-11-221-10/+17
|
* Add 'posts & replies' view to profilesPaul Frazee2022-11-222-1/+11
|
* Turn home button into a 'go back to start of nav history'Paul Frazee2022-11-221-0/+6
|
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-223-3/+3
|
* Merge branch 'simplify' into mainPaul Frazee2022-11-211-1/+10
|\
| * Add build flags and disable tabs for nowPaul Frazee2022-11-201-1/+10
| |
* | Track rotated auth tokensPaul Frazee2022-11-211-1/+14
| |
* | Add web linking and proper share controlsPaul Frazee2022-11-212-29/+18
|/
* 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
|