Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add logout and tweak signin screen | Paul Frazee | 2022-09-27 | 4 | -4/+83 | |
| | ||||||
* | Implement signin flow | Paul Frazee | 2022-09-26 | 17 | -268/+646 | |
| | ||||||
* | A few client fixes | Paul Frazee | 2022-09-26 | 5 | -15/+17 | |
| | ||||||
* | Implement unfollow, unlike, unrepost | Paul Frazee | 2022-09-23 | 6 | -41/+61 | |
| | ||||||
* | Replace mock-api with real api | Paul Frazee | 2022-09-22 | 103 | -702/+14311 | |
| | ||||||
* | Add close animation to tabs selector | Paul Frazee | 2022-09-09 | 1 | -42/+84 | |
| | ||||||
* | Replace tabs selector with better solution, also fix some bugs with the ↵ | Paul Frazee | 2022-09-09 | 5 | -182/+346 | |
| | | | | modal state | |||||
* | Reduce the frequency of accidental visual triggers of touchable items | Paul Frazee | 2022-09-09 | 1 | -1/+5 | |
| | ||||||
* | Fix some jank in the navigation swipes | Paul Frazee | 2022-09-09 | 1 | -31/+23 | |
| | ||||||
* | Disable swipe gestures in view selector for now | Paul Frazee | 2022-09-09 | 1 | -56/+59 | |
| | ||||||
* | Make view-selector swipes easier to trigger | Paul Frazee | 2022-09-09 | 1 | -3/+11 | |
| | ||||||
* | Make nav swipes easier to trigger | Paul Frazee | 2022-09-09 | 1 | -5/+7 | |
| | ||||||
* | Allow nav swipes to start from anywhere on the screen | Paul Frazee | 2022-09-09 | 1 | -1/+0 | |
| | ||||||
* | UI sizing fixes | Paul Frazee | 2022-09-09 | 5 | -19/+26 | |
| | ||||||
* | Implement autocomplete UI in composer | Paul Frazee | 2022-09-08 | 2 | -8/+130 | |
| | ||||||
* | Add EditProfile modal | Paul Frazee | 2022-09-07 | 8 | -6/+176 | |
| | ||||||
* | Improve navigation gesture and fix caching issue | Paul Frazee | 2022-09-07 | 1 | -46/+57 | |
| | ||||||
* | Refactor profile to use new ViewSelector element which is reusable and now ↵ | Paul Frazee | 2022-09-06 | 3 | -138/+277 | |
| | | | | supports swipe gestures | |||||
* | Add 'swipe to go back' gesture | Paul Frazee | 2022-09-06 | 1 | -12/+84 | |
| | ||||||
* | Rework profile page to include working view selector | Paul Frazee | 2022-09-06 | 18 | -92/+559 | |
| | ||||||
* | Rework profile header | Paul Frazee | 2022-09-05 | 6 | -38/+222 | |
| | ||||||
* | Rewrite the post composer as a modal | Paul Frazee | 2022-09-05 | 11 | -143/+206 | |
| | ||||||
* | Add post dropdown menus | Paul Frazee | 2022-09-02 | 4 | -6/+216 | |
| | ||||||
* | Move SharePost modal to new system | Paul Frazee | 2022-09-02 | 5 | -57/+39 | |
| | ||||||
* | Implement consistent Link component | Paul Frazee | 2022-09-02 | 9 | -143/+177 | |
| | ||||||
* | Add more robust modals controller | Paul Frazee | 2022-09-02 | 8 | -23/+173 | |
| | ||||||
* | Rename location-menu to location-navigator and add an actual location-menu | Paul Frazee | 2022-09-02 | 4 | -163/+255 | |
| | ||||||
* | Add accounts menu to shell | Paul Frazee | 2022-09-02 | 5 | -26/+116 | |
| | ||||||
* | Add location 'menu' | Paul Frazee | 2022-09-01 | 3 | -4/+214 | |
| | ||||||
* | 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 | 13 | -241/+114 | |
| | ||||||
* | Fix screen-blanking bug | Paul Frazee | 2022-09-01 | 1 | -3/+6 | |
| | ||||||
* | Update post thread aesthetics | Paul Frazee | 2022-08-31 | 3 | -98/+115 | |
| | ||||||
* | Add avi and context menu to shell topbar | Paul Frazee | 2022-08-31 | 2 | -8/+42 | |
| | ||||||
* | Add composer FAB to home page | Paul Frazee | 2022-08-31 | 3 | -0/+58 | |
| | ||||||
* | Aesthetic improvements | Paul Frazee | 2022-08-31 | 10 | -33/+57 | |
| | ||||||
* | Unify the color palette | Paul Frazee | 2022-08-31 | 11 | -85/+149 | |
| | ||||||
* | New navigation model (#1) | Paul Frazee | 2022-08-31 | 54 | -1038/+1374 | |
| | | | | | | | | | | | | | | | | | * 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 | 9 | -7/+926 | |
| | ||||||
* | Add followers and follows list | Paul Frazee | 2022-07-26 | 11 | -19/+636 | |
| | ||||||
* | Implement follow/unfollow | Paul Frazee | 2022-07-26 | 4 | -4/+83 | |
| | ||||||
* | Fix layout in profile view | Paul Frazee | 2022-07-26 | 1 | -7/+22 | |
| | ||||||
* | Replace momentjs - it is too large of a dependency | Paul Frazee | 2022-07-26 | 4 | -26/+36 | |
| | ||||||
* | Implement Web versions of the bottom sheet, toast, and progress circle | Paul Frazee | 2022-07-25 | 15 | -91/+247 | |
| | ||||||
* | Add share bottom-sheet to feed and thread | Paul Frazee | 2022-07-25 | 9 | -27/+199 | |
| | ||||||
* | Add state updates after screen changes | Paul Frazee | 2022-07-25 | 6 | -48/+171 | |
| | ||||||
* | Add post composer | Paul Frazee | 2022-07-22 | 21 | -60/+301 | |
| | ||||||
* | Add liked-by and reposted-by views | Paul Frazee | 2022-07-22 | 11 | -9/+695 | |
| | ||||||
* | Implement like and repost | Paul Frazee | 2022-07-22 | 9 | -35/+304 | |
| | ||||||
* | Add profile view | Paul Frazee | 2022-07-21 | 11 | -20/+310 | |
| |