Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | 5 | -4/+135 | |
| | ||||||
* | 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 | 14 | -87/+399 | |
| | ||||||
* | Rework profile header | Paul Frazee | 2022-09-05 | 6 | -38/+222 | |
| | ||||||
* | Rewrite the post composer as a modal | Paul Frazee | 2022-09-05 | 10 | -141/+196 | |
| | ||||||
* | Add post dropdown menus | Paul Frazee | 2022-09-02 | 4 | -6/+216 | |
| | ||||||
* | 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 | 5 | -23/+141 | |
| | ||||||
* | 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 | |
| | ||||||
* | Implement working screen-state management and remove extraneous loads | Paul Frazee | 2022-09-01 | 11 | -236/+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 | 50 | -1034/+1113 | |
| | | | | | | | | | | | | | | | | | * 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 | 5 | -7/+526 | |
| | ||||||
* | Add followers and follows list | Paul Frazee | 2022-07-26 | 7 | -6/+399 | |
| | ||||||
* | Implement follow/unfollow | Paul Frazee | 2022-07-26 | 2 | -2/+32 | |
| | ||||||
* | 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 | 13 | -80/+240 | |
| | ||||||
* | Add share bottom-sheet to feed and thread | Paul Frazee | 2022-07-25 | 7 | -21/+181 | |
| | ||||||
* | Add state updates after screen changes | Paul Frazee | 2022-07-25 | 4 | -8/+44 | |
| | ||||||
* | Add post composer | Paul Frazee | 2022-07-22 | 20 | -54/+261 | |
| | ||||||
* | Add liked-by and reposted-by views | Paul Frazee | 2022-07-22 | 9 | -9/+413 | |
| | ||||||
* | Implement like and repost | Paul Frazee | 2022-07-22 | 5 | -19/+86 | |
| | ||||||
* | Add profile view | Paul Frazee | 2022-07-21 | 8 | -18/+194 | |
| | ||||||
* | Add header to PostThread view; update navigation to include stacking so that ↵ | Paul Frazee | 2022-07-21 | 13 | -80/+128 | |
| | | | | each tab maintains its own browsing history | |||||
* | Add the ability to navigate to posts within a thread | Paul Frazee | 2022-07-21 | 3 | -12/+24 | |
| | ||||||
* | Add icons to main tabs | Paul Frazee | 2022-07-20 | 2 | -3/+28 | |
| | ||||||
* | Factor out common styles; fixes and improvements to post-thread-view | Paul Frazee | 2022-07-20 | 5 | -93/+139 | |
| | ||||||
* | Add WIP post-thread view | Paul Frazee | 2022-07-20 | 9 | -18/+351 | |
| | ||||||
* | Update feed component to use flatlist for lazy-loading scrolling; update ↵ | Paul Frazee | 2022-07-20 | 2 | -7/+23 | |
| | | | | feed-view model to match loading needs | |||||
* | Add icons | Paul Frazee | 2022-07-19 | 3 | -6/+102 | |
| | ||||||
* | Replace mobx-state-tree with mobx and get a basic home feed rendering | Paul Frazee | 2022-07-19 | 5 | -33/+159 | |
| | ||||||
* | Add mock API and reorg code for clarity | Paul Frazee | 2022-07-18 | 14 | -0/+428 | |