about summary refs log tree commit diff
path: root/src/view/com
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix post thread titlePaul Frazee2022-11-171-18/+8
|
* Add padding to the bottom of the feed to ensure compose btn doesnt cover itPaul Frazee2022-11-171-0/+1
|
* Add live search to autocomplete and only highlight known handlesPaul Frazee2022-11-172-37/+30
|
* Improve perf of post renderingPaul Frazee2022-11-171-7/+3
|
* Improve coffeePaul Frazee2022-11-171-2/+1
|
* Add tabs explainer and fix 'black screen' during onboardPaul Frazee2022-11-171-1/+26
|
* Lighten the post controlsPaul Frazee2022-11-171-5/+8
|
* Fix positioning with overflows in the post metaPaul Frazee2022-11-171-24/+11
|
* Open in new tab on long pressPaul Frazee2022-11-171-1/+2
|
* Fix header spacing for when dark mode is activePaul Frazee2022-11-171-2/+2
|
* Add post deletion to highlighted post in threadsPaul Frazee2022-11-161-1/+3
|
* Add post deletionPaul Frazee2022-11-165-9/+97
|
* Fix composer positioningPaul Frazee2022-11-161-57/+61
|
* Fix input positioning for small screensPaul Frazee2022-11-164-31/+52
|
* Fix sizing on smaller phonesPaul Frazee2022-11-161-8/+11
|
* Nicer loading state for profilesPaul Frazee2022-11-161-3/+43
|
* Add placeholder loading statesPaul Frazee2022-11-164-8/+126
|
* Improve reliability of modal closePaul Frazee2022-11-161-2/+3
|
* Add animations to post controlsPaul Frazee2022-11-161-45/+122
|
* Add a server instance selector and drop env varsPaul Frazee2022-11-152-0/+148
|
* Add current user profile to header and enlarge the headerPaul Frazee2022-11-152-13/+48
|
* Better loading screensPaul Frazee2022-11-153-15/+98
|
* Improve empty statesPaul Frazee2022-11-153-6/+56
|
* Improve error messagesPaul Frazee2022-11-159-27/+133
|
* Add profile info cachingPaul Frazee2022-11-141-2/+1
|
* Use only alphabet in generated avatarPaul Frazee2022-11-141-0/+2
|
* Update all state on profile changePaul Frazee2022-11-142-2/+9
|
* Enforce limits on create scene as wellPaul Frazee2022-11-142-6/+15
|
* Fix double-posting bugPaul Frazee2022-11-142-17/+31
|
* Fix overflows in post meta infoPaul Frazee2022-11-144-101/+105
|
* Add link behaviors to search screen suggestionsPaul Frazee2022-11-141-9/+32
|
* Dont suggest followed users and add empty state to suggestionsPaul Frazee2022-11-141-0/+15
|
* Always fallback from displayName to handlePaul Frazee2022-11-147-8/+18
|
* Turn 'include reason' on posts into a linkPaul Frazee2022-11-141-4/+10
|
* Reposition to handle scene creation keyboard viewPaul Frazee2022-11-141-57/+66
|
* Improvements to the feature explainer, including intro screen and screenshot ↵Paul Frazee2022-11-141-3/+32
| | | | of scenes
* Implement profile updatesPaul Frazee2022-11-112-2/+8
|
* Implement trendingPaul Frazee2022-11-113-10/+21
|
* Handle pending invites correctlyPaul Frazee2022-11-111-9/+83
|
* Only suggest users in invite suggestionsPaul Frazee2022-11-111-2/+2
|
* Fixes to account creationPaul Frazee2022-11-101-14/+72
|
* Implement scene invitation and membership controlsPaul Frazee2022-11-109-26/+612
|
* Add scene creatorPaul Frazee2022-11-0910-9/+227
|
* Add 'you are a member' line to scene headers and small other tweaksPaul Frazee2022-11-091-5/+25
|
* Add creator to scene profile headerPaul Frazee2022-11-092-14/+36
|
* Implement scene member/memberships listingsPaul Frazee2022-11-084-4/+135
|
* Finish the upvote/downvote implementationPaul Frazee2022-11-087-74/+141
|
* Add search view; factor out SuggestedFollows component; add suggested ↵Paul Frazee2022-11-072-152/+185
| | | | follows to search
* Add onboarding (WIP)Paul Frazee2022-11-073-1/+349
|
* Sizing and spacing fixes based on on-device testingPaul Frazee2022-11-058-75/+77
|