Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Implement mentions rendering | Paul Frazee | 2022-10-03 | 5 | -19/+149 | |
| | ||||||
* | Fix to auth of mutation ops | Paul Frazee | 2022-10-03 | 1 | -2/+2 | |
| | ||||||
* | Implement notifications | Paul Frazee | 2022-10-03 | 2 | -19/+135 | |
| | ||||||
* | Fix thread view sizing | Paul Frazee | 2022-09-29 | 1 | -9/+7 | |
| | ||||||
* | Add settings page | Paul Frazee | 2022-09-29 | 1 | -1/+6 | |
| | ||||||
* | Add profile to tabs selector modal | Paul Frazee | 2022-09-29 | 1 | -9/+24 | |
| | ||||||
* | More blue theming | Paul Frazee | 2022-09-29 | 2 | -2/+2 | |
| | ||||||
* | Remove top bar in the shell | Paul Frazee | 2022-09-29 | 1 | -2/+2 | |
| | ||||||
* | Swap new tab and share buttons in tabs modal | Paul Frazee | 2022-09-29 | 1 | -6/+6 | |
| | ||||||
* | No visual feedback on FAB to reduce jank | Paul Frazee | 2022-09-29 | 1 | -15/+22 | |
| | ||||||
* | Fix feed pagination on user profiles | Paul Frazee | 2022-09-28 | 1 | -4/+1 | |
| | ||||||
* | Add reply information to feed items | Paul Frazee | 2022-09-28 | 2 | -0/+72 | |
| | ||||||
* | Improve thread rendering (show reply lines) | Paul Frazee | 2022-09-28 | 1 | -0/+59 | |
| | ||||||
* | Switch to one default avi | Paul Frazee | 2022-09-28 | 9 | -51/+19 | |
| | ||||||
* | Add account creation | Paul Frazee | 2022-09-27 | 1 | -0/+155 | |
| | ||||||
* | Implement unfollow, unlike, unrepost | Paul Frazee | 2022-09-23 | 2 | -3/+3 | |
| | ||||||
* | Replace mock-api with real api | Paul Frazee | 2022-09-22 | 11 | -44/+43 | |
| | ||||||
* | 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 | 2 | -8/+333 | |
| | | | | modal state | |||||
* | Reduce the frequency of accidental visual triggers of touchable items | Paul Frazee | 2022-09-09 | 1 | -1/+5 | |
| | ||||||
* | 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 | |
| | ||||||
* | UI sizing fixes | Paul Frazee | 2022-09-09 | 4 | -11/+18 | |
| | ||||||
* | Implement autocomplete UI in composer | Paul Frazee | 2022-09-08 | 2 | -8/+130 | |
| | ||||||
* | Add EditProfile modal | Paul Frazee | 2022-09-07 | 4 | -3/+134 | |
| | ||||||
* | Refactor profile to use new ViewSelector element which is reusable and now ↵ | Paul Frazee | 2022-09-06 | 2 | -24/+218 | |
| | | | | supports swipe gestures | |||||
* | Rework profile page to include working view selector | Paul Frazee | 2022-09-06 | 9 | -63/+204 | |
| | ||||||
* | Rework profile header | Paul Frazee | 2022-09-05 | 2 | -38/+212 | |
| | ||||||
* | Rewrite the post composer as a modal | Paul Frazee | 2022-09-05 | 6 | -95/+192 | |
| | ||||||
* | Add post dropdown menus | Paul Frazee | 2022-09-02 | 3 | -5/+215 | |
| | ||||||
* | Move SharePost modal to new system | Paul Frazee | 2022-09-02 | 4 | -55/+29 | |
| | ||||||
* | Implement consistent Link component | Paul Frazee | 2022-09-02 | 9 | -143/+177 | |
| | ||||||
* | Add more robust modals controller | Paul Frazee | 2022-09-02 | 2 | -0/+107 | |
| | ||||||
* | 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 | 1 | -1/+1 | |
| | ||||||
* | Add composer FAB to home page | Paul Frazee | 2022-08-31 | 1 | -0/+50 | |
| | ||||||
* | Aesthetic improvements | Paul Frazee | 2022-08-31 | 8 | -33/+40 | |
| | ||||||
* | Unify the color palette | Paul Frazee | 2022-08-31 | 9 | -68/+65 | |
| | ||||||
* | New navigation model (#1) | Paul Frazee | 2022-08-31 | 14 | -245/+125 | |
| | | | | | | | | | | | | | | | | | * 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/+464 | |
| | ||||||
* | Add followers and follows list | Paul Frazee | 2022-07-26 | 3 | -6/+297 | |
| | ||||||
* | Implement follow/unfollow | Paul Frazee | 2022-07-26 | 2 | -2/+32 | |
| | ||||||
* | Replace momentjs - it is too large of a dependency | Paul Frazee | 2022-07-26 | 2 | -5/+4 | |
| | ||||||
* | Implement Web versions of the bottom sheet, toast, and progress circle | Paul Frazee | 2022-07-25 | 12 | -80/+238 | |
| | ||||||
* | Add share bottom-sheet to feed and thread | Paul Frazee | 2022-07-25 | 6 | -21/+172 | |
| | ||||||
* | Add state updates after screen changes | Paul Frazee | 2022-07-25 | 2 | -1/+14 | |
| | ||||||
* | Add post composer | Paul Frazee | 2022-07-22 | 3 | -4/+102 | |
| | ||||||
* | Add liked-by and reposted-by views | Paul Frazee | 2022-07-22 | 3 | -2/+300 | |
| | ||||||
* | Implement like and repost | Paul Frazee | 2022-07-22 | 3 | -19/+81 | |
| | ||||||
* | Add profile view | Paul Frazee | 2022-07-21 | 4 | -10/+140 | |
| |