about summary refs log tree commit diff
path: root/src/state
Commit message (Collapse)AuthorAgeFilesLines
...
* Add replying-to context to threadsPaul Frazee2022-11-231-4/+30
|
* Ensure threads group together posts by opPaul Frazee2022-11-231-0/+19
|
* 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-224-4/+4
|
* Merge branch 'simplify' into mainPaul Frazee2022-11-212-2/+10
|\
| * Add build flags and disable tabs for nowPaul Frazee2022-11-202-2/+10
| |
* | Track rotated auth tokensPaul Frazee2022-11-212-1/+16
| |
* | 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-173-2/+101
|
* Fix loadLatest() on home feedPaul Frazee2022-11-171-1/+1
|
* Invalidate profiles cache on direct loadPaul Frazee2022-11-172-0/+7
|
* Clear session when auth failsPaul Frazee2022-11-171-1/+8
|
* 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
|
* Update prod service URLPaul Frazee2022-11-161-1/+1
|
* Add a server instance selector and drop env varsPaul Frazee2022-11-152-9/+20
|
* Switch to using setVote()Paul Frazee2022-11-153-104/+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
|
* 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
|