Commit graph

278 commits

Author SHA1 Message Date
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
Paul Frazee
62eb9f3c93 Add followers and follows list 2022-07-26 12:02:34 -05:00
Paul Frazee
adc25ce468 Fix layout in profile view 2022-07-26 10:11:02 -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
cc8a170204 Add profile view 2022-07-21 19:55:04 -05:00
Paul Frazee
29ed3d2ecf Add header to PostThread view; update navigation to include stacking so that each tab maintains its own browsing history 2022-07-21 16:43:47 -05:00
Paul Frazee
c712cbbfe2 Add WIP post-thread view 2022-07-20 15:00:37 -05:00
Paul Frazee
19c694bc60 Update feed component to use flatlist for lazy-loading scrolling; update feed-view model to match loading needs 2022-07-20 11:07:39 -05:00
Paul Frazee
e78143b3dc Add icons 2022-07-19 16:04:45 -05:00
Paul Frazee
dc55f58004 Replace mobx-state-tree with mobx and get a basic home feed rendering 2022-07-19 15:37:24 -05:00
Paul Frazee
1d00f3b984 Add mock API and reorg code for clarity 2022-07-18 15:24:37 -05:00