about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Add live search to autocomplete and only highlight known handlesPaul Frazee2022-11-176-40/+138
|
* Fix loadLatest() on home feedPaul Frazee2022-11-172-2/+2
|
* Fix: correctly set visible on screensPaul Frazee2022-11-172-2/+1
|
* Improve perf of post renderingPaul Frazee2022-11-171-7/+3
|
* 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-173-3/+83
|
* Improve coffeePaul Frazee2022-11-171-2/+1
|
* Add tabs explainer and fix 'black screen' during onboardPaul Frazee2022-11-174-2/+31
|
* Lighten the post controlsPaul Frazee2022-11-171-5/+8
|
* Fix positioning with overflows in the post metaPaul Frazee2022-11-171-24/+11
|
* Include tab count and move btn to centerPaul Frazee2022-11-172-26/+30
|
* Open in new tab on long pressPaul Frazee2022-11-171-1/+2
|
* Avoid overlap against phone header when tabs selector is openPaul Frazee2022-11-171-8/+22
|
* Fix header spacing for when dark mode is activePaul Frazee2022-11-171-2/+2
|
* Show bold icons in footer based on statePaul Frazee2022-11-163-9/+136
|
* Add a fancy 'drawer' animation to the tabs selectorPaul Frazee2022-11-162-154/+138
|
* Add post deletion to highlighted post in threadsPaul Frazee2022-11-161-1/+3
|
* Add post deletionPaul Frazee2022-11-168-9/+114
|
* Clear notifications count optimisticallyPaul Frazee2022-11-162-0/+5
|
* Fix composer positioningPaul Frazee2022-11-161-57/+61
|
* Fix input positioning for small screensPaul Frazee2022-11-165-34/+53
|
* Fix sizing on smaller phonesPaul Frazee2022-11-164-14/+25
|
* Nicer loading state for profilesPaul Frazee2022-11-161-3/+43
|
* Reduce jank in refreshesPaul Frazee2022-11-162-0/+6
|
* Add placeholder loading statesPaul Frazee2022-11-165-9/+128
|
* Improve reliability of modal closePaul Frazee2022-11-161-2/+3
|
* Fix up/down vote number changesPaul Frazee2022-11-162-20/+36
|
* Add animations to post controlsPaul Frazee2022-11-161-45/+122
|
* Update prod service URLPaul Frazee2022-11-162-2/+2
|
* Better invite code error messagePaul Frazee2022-11-151-1/+6
|
* Add a server instance selector and drop env varsPaul Frazee2022-11-1511-167/+380
|
* Switch to using setVote()Paul Frazee2022-11-153-104/+60
|
* Add current user profile to header and enlarge the headerPaul Frazee2022-11-153-13/+49
|
* Add compose button to notifications, profile, and searchPaul Frazee2022-11-153-0/+15
|
* Improve connectivity-issue error messagePaul Frazee2022-11-151-0/+3
|
* Better loading screensPaul Frazee2022-11-154-17/+101
|
* Improve empty statesPaul Frazee2022-11-154-50/+69
|
* Improve error messagesPaul Frazee2022-11-1515-32/+156
|
* Add profile info cachingPaul Frazee2022-11-143-2/+47
|
* Disable storing nav state due to bugsPaul Frazee2022-11-141-33/+34
|
* Add more info to routingPaul Frazee2022-11-141-13/+30
|
* Restore nav state hydrationPaul Frazee2022-11-141-3/+0
|
* Improve not found pagePaul Frazee2022-11-141-3/+12
|
* Use only alphabet in generated avatarPaul Frazee2022-11-141-0/+2
|
* Update all state on profile changePaul Frazee2022-11-144-4/+14
|
* Make 'back swiping' a little easierPaul Frazee2022-11-141-1/+1
|
* Enforce limits on create scene as wellPaul Frazee2022-11-143-6/+26
|
* Fix double-posting bugPaul Frazee2022-11-142-17/+31
|
* Fix issue causing double-loads of notificationsPaul Frazee2022-11-142-9/+11
|