Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement scenes listing in main menu | Paul Frazee | 2022-11-08 | 2 | -0/+122 | |
| | ||||||
* | Finish the upvote/downvote implementation | Paul Frazee | 2022-11-08 | 6 | -49/+101 | |
| | ||||||
* | Add search view; factor out SuggestedFollows component; add suggested ↵ | Paul Frazee | 2022-11-07 | 1 | -1/+1 | |
| | | | | follows to search | |||||
* | Add onboarding (WIP) | Paul Frazee | 2022-11-07 | 4 | -31/+190 | |
| | ||||||
* | Reuse service address | Paul Frazee | 2022-11-07 | 1 | -1/+1 | |
| | ||||||
* | Add actor types to the profiles and clean up the UI | Paul Frazee | 2022-11-05 | 2 | -7/+46 | |
| | ||||||
* | Update to the latest APIs | Paul Frazee | 2022-11-04 | 15 | -198/+164 | |
| | ||||||
* | Rework the composer to a less buggy solution | Paul Frazee | 2022-11-01 | 1 | -29/+19 | |
| | ||||||
* | Remove old tabs selector modal | Paul Frazee | 2022-11-01 | 1 | -10/+0 | |
| | ||||||
* | WIP scene UIs | Paul Frazee | 2022-10-31 | 1 | -1/+1 | |
| | ||||||
* | Update to latest APIs | Paul Frazee | 2022-10-26 | 10 | -49/+36 | |
| | ||||||
* | Update api nsids | Paul Frazee | 2022-10-12 | 12 | -35/+33 | |
| | ||||||
* | Add firehose view to home screen | Paul Frazee | 2022-10-04 | 1 | -8/+14 | |
| | ||||||
* | Update to new get*Feed xrpc methods | Paul Frazee | 2022-10-04 | 2 | -38/+54 | |
| | ||||||
* | Update the view after a post is created | Paul Frazee | 2022-10-04 | 2 | -1/+55 | |
| | ||||||
* | Implement profile-update api | Paul Frazee | 2022-10-04 | 1 | -2/+2 | |
| | ||||||
* | Implement a couple missing bits | Paul Frazee | 2022-10-04 | 2 | -2/+12 | |
| | ||||||
* | Fix to auth of mutation ops | Paul Frazee | 2022-10-03 | 3 | -30/+10 | |
| | ||||||
* | Implement notifications | Paul Frazee | 2022-10-03 | 3 | -25/+99 | |
| | ||||||
* | Remove debug time delays | Paul Frazee | 2022-09-30 | 8 | -13/+0 | |
| | ||||||
* | Clear all state on signout | Paul Frazee | 2022-09-29 | 4 | -5/+29 | |
| | ||||||
* | Fix feed pagination on user profiles | Paul Frazee | 2022-09-28 | 1 | -1/+3 | |
| | ||||||
* | Improve thread rendering (show reply lines) | Paul Frazee | 2022-09-28 | 2 | -6/+16 | |
| | ||||||
* | Fix to session load | Paul Frazee | 2022-09-28 | 1 | -3/+3 | |
| | ||||||
* | Add account creation | Paul Frazee | 2022-09-27 | 1 | -20/+96 | |
| | ||||||
* | Implement signin flow | Paul Frazee | 2022-09-26 | 3 | -86/+109 | |
| | ||||||
* | A few client fixes | Paul Frazee | 2022-09-26 | 2 | -12/+14 | |
| | ||||||
* | Implement unfollow, unlike, unrepost | Paul Frazee | 2022-09-23 | 3 | -11/+17 | |
| | ||||||
* | Replace mock-api with real api | Paul Frazee | 2022-09-22 | 12 | -219/+226 | |
| | ||||||
* | 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 | 2 | -2/+30 | |
| | ||||||
* | 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 | 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 | |
| |