Commit graph

54 commits

Author SHA1 Message Date
Paul Frazee
210082be93 Add staging env 2022-11-11 15:02:19 -06:00
Paul Frazee
38ed9a7943 Implement profile updates 2022-11-11 14:15:43 -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
486ce26a91 Handle pending invites correctly 2022-11-11 12:49:53 -06:00
Paul Frazee
3a0e9f52f3 Only suggest users in invite suggestions 2022-11-11 10:17:14 -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
f6b3e5f9e0 Fix follows 2022-11-10 16:35:13 -06:00
Paul Frazee
d3707f30e3 Implement scene invitation and membership controls 2022-11-10 16:30:14 -06:00
Paul Frazee
e7536289cb Add scene creator 2022-11-09 15:57:49 -06:00
Paul Frazee
41a18bf32f Add creator to scene profile header 2022-11-09 13:12:03 -06:00
Paul Frazee
e6429182a1 Implement scenes listing in main menu 2022-11-08 15:56:22 -06:00
Paul Frazee
98937dda47 Add animation to the tabs selector 2022-11-01 13:46:07 -05:00
Paul Frazee
fd6a2b1b40 Switch to autogenerated avis for now 2022-10-31 17:23:47 -05:00
Paul Frazee
d7a75a2062 Home button scrolls to top when on home page 2022-10-11 09:37:01 -05:00
Paul Frazee
236c908058 Update the view after a post is created 2022-10-04 11:33:32 -05:00
Paul Frazee
0aaa406b17 Implement profile-update api 2022-10-04 11:10:24 -05:00
Paul Frazee
bf39791f01 Implement a couple missing bits 2022-10-04 10:53:08 -05:00
Paul Frazee
195d2f7d2b Implement mentions rendering 2022-10-03 16:02:03 -05:00
Paul Frazee
2058505bf1 Fix to auth of mutation ops 2022-10-03 11:17:12 -05:00
Paul Frazee
efa84fb8e7 Fix thread view sizing 2022-09-29 15:17:31 -05:00
Paul Frazee
11f213ad09 Clear all state on signout 2022-09-29 13:55:07 -05:00
Paul Frazee
e3e4c4366c Add settings page 2022-09-29 11:59:11 -05:00
Paul Frazee
5193a5b48e Add close animation to tabs selector 2022-09-09 16:45:37 -05:00
Paul Frazee
530243859c Replace tabs selector with better solution, also fix some bugs with the modal state 2022-09-09 16:20:46 -05:00
Paul Frazee
44c85bbc56 UI sizing fixes 2022-09-09 11:29:46 -05:00
Paul Frazee
35556a84b2 Implement autocomplete UI in composer 2022-09-08 13:39:53 -05:00
Paul Frazee
9010078489 Add EditProfile modal 2022-09-07 16:00:25 -05:00
Paul Frazee
5ae39612d7 Improve navigation gesture and fix caching issue 2022-09-07 14:43:00 -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
5f48cb5e27 Fix bug in selection of screens to cache 2022-09-01 13:30:57 -05:00
Paul Frazee
bb51af5ae9 Implement working screen-state management and remove extraneous loads 2022-09-01 12:00:08 -05:00
Paul Frazee
346385ce43 Fix screen-blanking bug 2022-09-01 10:58:29 -05:00
Paul Frazee
b3b2cfe909 Add composer FAB to home page 2022-08-31 20:09:58 -05:00
Paul Frazee
b4802c6b5b Unify the color palette 2022-08-31 17:06:44 -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
Paul Frazee
62eb9f3c93 Add followers and follows list 2022-07-26 12:02:34 -05:00
Paul Frazee
1504d144d9 Implement follow/unfollow 2022-07-26 10:29:59 -05:00
Paul Frazee
adc25ce468 Fix layout in profile view 2022-07-26 10:11:02 -05:00
Paul Frazee
efc28b0098 Replace momentjs - it is too large of a dependency 2022-07-26 10:03:52 -05:00
Paul Frazee
041bfa22a9 Implement Web versions of the bottom sheet, toast, and progress circle 2022-07-25 23:08:24 -05:00
Paul Frazee
af55a89758 Add share bottom-sheet to feed and thread 2022-07-25 18:31:42 -05:00
Paul Frazee
3794eca88e Add state updates after screen changes 2022-07-25 14:21:48 -05:00
Paul Frazee
7f04ac172e Add post composer 2022-07-22 16:06:51 -05:00
Paul Frazee
ce83648f9d Add liked-by and reposted-by views 2022-07-22 12:32:52 -05:00
Paul Frazee
0ec0ba996f Implement like and repost 2022-07-22 11:18:47 -05:00