about summary refs log tree commit diff
path: root/src/view/screens
Commit message (Collapse)AuthorAgeFilesLines
* Automatically add the domain to the handle during signinPaul Frazee2022-11-141-3/+50
|
* Fix empty states for scene members and membershipsPaul Frazee2022-11-141-11/+30
|
* Fix: scroll all the way down on home feedPaul Frazee2022-11-141-1/+6
|
* Turn off autocorrect and auto-lowercase login handlePaul Frazee2022-11-141-1/+6
|
* Add link behaviors to search screen suggestionsPaul Frazee2022-11-141-1/+1
|
* Add staging envPaul Frazee2022-11-112-2/+9
|
* Add UI to remove members from scenesPaul Frazee2022-11-111-0/+37
|
* Implement trendingPaul Frazee2022-11-111-2/+1
|
* Fixes to onboardingPaul Frazee2022-11-101-1/+3
|
* Fixes to account creationPaul Frazee2022-11-101-19/+4
|
* Implement scene invitation and membership controlsPaul Frazee2022-11-102-1/+2
|
* More informative empty state for scenesPaul Frazee2022-11-091-1/+33
|
* Implement scene member/memberships listingsPaul Frazee2022-11-082-34/+95
|
* Finish the upvote/downvote implementationPaul Frazee2022-11-082-5/+31
|
* Add search view; factor out SuggestedFollows component; add suggested ↵Paul Frazee2022-11-071-5/+51
| | | | follows to search
* Add onboarding (WIP)Paul Frazee2022-11-072-1/+33
|
* Reuse service addressPaul Frazee2022-11-071-4/+4
|
* Sizing and spacing fixes based on on-device testingPaul Frazee2022-11-051-2/+4
|
* Add actor types to the profiles and clean up the UIPaul Frazee2022-11-051-36/+36
|
* Update to the latest APIsPaul Frazee2022-11-046-17/+17
|
* Rework the composer to a less buggy solutionPaul Frazee2022-11-011-2/+1
|
* Add consistent view headersPaul Frazee2022-11-018-64/+62
|
* Switch to autogenerated avis for nowPaul Frazee2022-10-311-3/+7
|
* WIP scene UIsPaul Frazee2022-10-312-3/+23
|
* Fix some useEffect() cleanup issuesPaul Frazee2022-10-264-2/+27
|
* Update to latest APIsPaul Frazee2022-10-263-6/+6
|
* Add contacts screenPaul Frazee2022-10-121-0/+82
|
* Update api nsidsPaul Frazee2022-10-123-3/+3
|
* Home button scrolls to top when on home pagePaul Frazee2022-10-111-8/+5
|
* Remove the firehose view from homePaul Frazee2022-10-111-27/+1
|
* Add firehose view to home screenPaul Frazee2022-10-041-9/+45
|
* Update to new get*Feed xrpc methodsPaul Frazee2022-10-041-3/+3
|
* Update the view after a post is createdPaul Frazee2022-10-041-1/+4
|
* Implement a couple missing bitsPaul Frazee2022-10-042-6/+34
|
* Add settings pagePaul Frazee2022-09-291-0/+68
|
* Fix feed pagination on user profilesPaul Frazee2022-09-281-1/+1
|
* Add account creationPaul Frazee2022-09-271-119/+373
|
* Add logout and tweak signin screenPaul Frazee2022-09-271-4/+66
|
* Implement signin flowPaul Frazee2022-09-262-47/+277
|
* A few client fixesPaul Frazee2022-09-263-3/+3
|
* Replace mock-api with real apiPaul Frazee2022-09-221-1/+1
|
* Refactor profile to use new ViewSelector element which is reusable and now ↵Paul Frazee2022-09-061-114/+59
| | | | supports swipe gestures
* Rework profile page to include working view selectorPaul Frazee2022-09-062-22/+183
|
* Rewrite the post composer as a modalPaul Frazee2022-09-052-44/+2
|
* Add more robust modals controllerPaul Frazee2022-09-021-2/+3
|
* Add accounts menu to shellPaul Frazee2022-09-021-1/+2
|
* Implement working screen-state management and remove extraneous loadsPaul Frazee2022-09-018-219/+108
|
* Add composer FAB to home pagePaul Frazee2022-08-311-0/+6
|
* New navigation model (#1)Paul Frazee2022-08-3125-517/+395
| | | | | | | | | | | | | | | | | * Flatten all routing into a single stack * Replace router with custom implementation * Add shell header and titles * Add tab selector * Add back/forward history menus on longpress * Fix: don't modify state during render * Add refresh() to navigation and reroute navigations to the current location to refresh instead of add to history * Cache screens during navigation to maintain scroll position and improve load-time for renders
* Add notifications viewPaul Frazee2022-07-261-7/+62
|