Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Move SharePost modal to new system | Paul Frazee | 2022-09-02 | 1 | -2/+10 | |
| | ||||||
* | Add more robust modals controller | Paul Frazee | 2022-09-02 | 2 | -0/+30 | |
| | ||||||
* | 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 | 1 | -4/+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 | 1 | -1/+23 | |
| | ||||||
* | Add state updates after screen changes | Paul Frazee | 2022-07-25 | 2 | -40/+127 | |
| | ||||||
* | Add liked-by and reposted-by views | Paul Frazee | 2022-07-22 | 2 | -0/+282 | |
| | ||||||
* | Implement like and repost | Paul Frazee | 2022-07-22 | 3 | -15/+136 | |
| | ||||||
* | 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 | |||||
* | Replace mobx-state-tree with mobx and get a basic home feed rendering | Paul Frazee | 2022-07-19 | 4 | -156/+266 | |
| | ||||||
* | Fix platform build issues | Paul Frazee | 2022-07-18 | 1 | -5/+5 | |
| | ||||||
* | Add mock API and reorg code for clarity | Paul Frazee | 2022-07-18 | 3 | -7/+58 | |
| | ||||||
* | Polyfills for native crypto | Paul Frazee | 2022-06-15 | 1 | -1/+1 | |
| | ||||||
* | Add base auth & ucan request flow (web only) | Paul Frazee | 2022-06-14 | 1 | -28/+57 | |
| | ||||||
* | (WIP) Add initial API client | Paul Frazee | 2022-06-10 | 1 | -1/+57 | |
| | ||||||
* | Add auth navigations | Paul Frazee | 2022-06-09 | 2 | -1/+31 | |
| | ||||||
* | Add state management | Paul Frazee | 2022-06-09 | 1 | -0/+16 | |