Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Replace tabs selector with better solution, also fix some bugs with the ↵ | Paul Frazee | 2022-09-09 | 1 | -1/+11 | |
| | | | | modal state | |||||
* | Add EditProfile modal | Paul Frazee | 2022-09-07 | 3 | -2/+41 | |
| | ||||||
* | Rework profile page to include working view selector | Paul Frazee | 2022-09-06 | 4 | -5/+160 | |
| | ||||||
* | Rewrite the post composer as a modal | Paul Frazee | 2022-09-05 | 1 | -2/+10 | |
| | ||||||
* | Move SharePost modal to new system | Paul Frazee | 2022-09-02 | 1 | -2/+10 | |
| | ||||||
* | Add more robust modals controller | Paul Frazee | 2022-09-02 | 3 | -0/+32 | |
| | ||||||
* | Fix bug in selection of screens to cache | Paul Frazee | 2022-09-01 | 1 | -1/+1 | |
| | ||||||
* | Implement working screen-state management and remove extraneous loads | Paul Frazee | 2022-09-01 | 2 | -5/+0 | |
| | ||||||
* | New navigation model (#1) | Paul Frazee | 2022-08-31 | 2 | -0/+257 | |
| | | | | | | | | | | | | | | | | | * 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 view | Paul Frazee | 2022-07-26 | 4 | -0/+400 | |
| | ||||||
* | Add followers and follows list | Paul Frazee | 2022-07-26 | 4 | -13/+237 | |
| | ||||||
* | Implement follow/unfollow | Paul Frazee | 2022-07-26 | 2 | -2/+51 | |
| | ||||||
* | Implement Web versions of the bottom sheet, toast, and progress circle | Paul Frazee | 2022-07-25 | 1 | -2/+2 | |
| | ||||||
* | Add state updates after screen changes | Paul Frazee | 2022-07-25 | 2 | -40/+127 | |
| | ||||||
* | Add post composer | Paul Frazee | 2022-07-22 | 1 | -6/+40 | |
| | ||||||
* | Add liked-by and reposted-by views | Paul Frazee | 2022-07-22 | 2 | -0/+282 | |
| | ||||||
* | Implement like and repost | Paul Frazee | 2022-07-22 | 4 | -16/+218 | |
| | ||||||
* | Add profile view | Paul Frazee | 2022-07-21 | 3 | -2/+116 | |
| | ||||||
* | Add the ability to navigate to posts within a thread | Paul Frazee | 2022-07-21 | 1 | -4/+19 | |
| | ||||||
* | Factor out common styles; fixes and improvements to post-thread-view | Paul Frazee | 2022-07-20 | 1 | -6/+20 | |
| | ||||||
* | Add WIP post-thread view | Paul Frazee | 2022-07-20 | 3 | -7/+164 | |
| | ||||||
* | Update feed component to use flatlist for lazy-loading scrolling; update ↵ | Paul Frazee | 2022-07-20 | 1 | -20/+101 | |
| | | | | feed-view model to match loading needs | |||||
* | More realistic mock data | Paul Frazee | 2022-07-20 | 3 | -77/+231 | |
| | ||||||
* | Replace mobx-state-tree with mobx and get a basic home feed rendering | Paul Frazee | 2022-07-19 | 7 | -217/+309 | |
| | ||||||
* | Fix platform build issues | Paul Frazee | 2022-07-18 | 2 | -21/+17 | |
| | ||||||
* | Add mock API and reorg code for clarity | Paul Frazee | 2022-07-18 | 7 | -27/+295 | |
| | ||||||
* | Fix web build | Paul Frazee | 2022-06-15 | 2 | -50/+3 | |
| | ||||||
* | Implement full auth flow in iOS | Paul Frazee | 2022-06-15 | 2 | -22/+39 | |
| | ||||||
* | Polyfills for native crypto | Paul Frazee | 2022-06-15 | 4 | -5/+147 | |
| | ||||||
* | Add base auth & ucan request flow (web only) | Paul Frazee | 2022-06-14 | 3 | -29/+74 | |
| | ||||||
* | (WIP) Add initial API client | Paul Frazee | 2022-06-10 | 2 | -1/+60 | |
| | ||||||
* | Add auth navigations | Paul Frazee | 2022-06-09 | 3 | -3/+37 | |
| | ||||||
* | Add state management | Paul Frazee | 2022-06-09 | 4 | -0/+125 | |