Commit graph

112 commits

Author SHA1 Message Date
Paul Frazee
bc9be64a4e Automatically add the domain to the handle during signin 2022-11-14 14:30:59 -06:00
Paul Frazee
23fd43e306 Fix empty states for scene members and memberships 2022-11-14 14:24:23 -06:00
Paul Frazee
829fa175d0 Fix: scroll all the way down on home feed 2022-11-14 14:18:42 -06:00
Paul Frazee
d0234784eb Turn off autocorrect and auto-lowercase login handle 2022-11-14 14:01:01 -06:00
Paul Frazee
2271112317 Add link behaviors to search screen suggestions 2022-11-14 13:52:23 -06:00
Paul Frazee
210082be93 Add staging env 2022-11-11 15:02:19 -06:00
Paul Frazee
fe52d19c48 Add UI to remove members from scenes 2022-11-11 13:28:23 -06:00
Paul Frazee
22849fb4fc Implement trending 2022-11-11 13:10:05 -06:00
Paul Frazee
cc015d1686 Fixes to onboarding 2022-11-10 17:19:45 -06:00
Paul Frazee
0fc8ef3358 Fixes to account creation 2022-11-10 17:05:26 -06:00
Paul Frazee
d3707f30e3 Implement scene invitation and membership controls 2022-11-10 16:30:14 -06:00
Paul Frazee
ecf56729b0 More informative empty state for scenes 2022-11-09 17:34:55 -06:00
Paul Frazee
0cdfd089f5 Implement scene member/memberships listings 2022-11-08 16:37:21 -06:00
Paul Frazee
1fbc4cf1f2 Finish the upvote/downvote implementation 2022-11-08 12:14:51 -06:00
Paul Frazee
e650d98924 Add search view; factor out SuggestedFollows component; add suggested follows to search 2022-11-07 16:24:06 -06:00
Paul Frazee
d228a5f4f5 Add onboarding (WIP) 2022-11-07 15:35:51 -06:00
Paul Frazee
b4097e25d6 Reuse service address 2022-11-07 11:45:26 -06:00
Paul Frazee
ff9161d8e7 Sizing and spacing fixes based on on-device testing 2022-11-05 16:12:06 -05:00
Paul Frazee
60b1c53d85 Add actor types to the profiles and clean up the UI 2022-11-05 11:58:48 -05:00
Paul Frazee
f333a90fab Update to the latest APIs 2022-11-04 17:39:54 -05:00
Paul Frazee
8ae6e67eea Rework the composer to a less buggy solution 2022-11-01 14:25:41 -05:00
Paul Frazee
ab134cac93 Add consistent view headers 2022-11-01 11:06:43 -05:00
Paul Frazee
fd6a2b1b40 Switch to autogenerated avis for now 2022-10-31 17:23:47 -05:00
Paul Frazee
eceef67d46 WIP scene UIs 2022-10-31 12:17:58 -05:00
Paul Frazee
1ab8285ad3 Fix some useEffect() cleanup issues 2022-10-26 14:48:15 -05:00
Paul Frazee
1983512fef Update to latest APIs 2022-10-26 14:34:47 -05:00
Paul Frazee
349cfe7177 Add contacts screen 2022-10-12 18:56:10 -05:00
Paul Frazee
0c0c9eb05c Update api nsids 2022-10-12 15:18:46 -05:00
Paul Frazee
d7a75a2062 Home button scrolls to top when on home page 2022-10-11 09:37:01 -05:00
Paul Frazee
a1428ca59a Remove the firehose view from home 2022-10-11 09:18:39 -05:00
Paul Frazee
f5c4a97eaf Add firehose view to home screen 2022-10-04 14:22:20 -05:00
Paul Frazee
5631c2d2e6 Update to new get*Feed xrpc methods 2022-10-04 12:55:25 -05:00
Paul Frazee
236c908058 Update the view after a post is created 2022-10-04 11:33:32 -05:00
Paul Frazee
bf39791f01 Implement a couple missing bits 2022-10-04 10:53:08 -05:00
Paul Frazee
e3e4c4366c Add settings page 2022-09-29 11:59:11 -05:00
Paul Frazee
cb5a575bc8 Fix feed pagination on user profiles 2022-09-28 17:02:55 -05:00
Paul Frazee
ef4b9cf8d9 Add account creation 2022-09-27 14:24:47 -05:00
Paul Frazee
dd73fc2183 Add logout and tweak signin screen 2022-09-27 08:59:15 -05:00
Paul Frazee
0208302907 Implement signin flow 2022-09-26 21:03:07 -05:00
Paul Frazee
2e352f383e A few client fixes 2022-09-26 13:38:37 -05:00
Paul Frazee
aabde2b401 Replace mock-api with real api 2022-09-22 19:28:25 -05:00
Paul Frazee
69265753bf Refactor profile to use new ViewSelector element which is reusable and now supports swipe gestures 2022-09-06 22:34:31 -05:00
Paul Frazee
bb06ef4f6e Rework profile page to include working view selector 2022-09-06 14:26:39 -05:00
Paul Frazee
cb310ab1c1 Rewrite the post composer as a modal 2022-09-05 14:16:48 -05:00
Paul Frazee
6835caa760 Add more robust modals controller 2022-09-02 11:51:46 -05:00
Paul Frazee
62a4e9aed1 Add accounts menu to shell 2022-09-02 09:30:21 -05:00
Paul Frazee
bb51af5ae9 Implement working screen-state management and remove extraneous loads 2022-09-01 12:00:08 -05:00
Paul Frazee
b3b2cfe909 Add composer FAB to home page 2022-08-31 20:09:58 -05:00
Paul Frazee
97f52b6a03 New navigation model (#1)
* 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
2022-08-31 14:36:50 -05:00
Paul Frazee
d1470bad66 Add notifications view 2022-07-26 15:45:46 -05:00