Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename mobile start-point index.js to avoid build issues | Paul Frazee | 2022-09-09 | 1 | -0/+0 |
| | |||||
* | Implement autocomplete UI in composer | Paul Frazee | 2022-09-08 | 3 | -9/+130 |
| | |||||
* | Add EditProfile modal | Paul Frazee | 2022-09-07 | 9 | -8/+177 |
| | |||||
* | Improve navigation gesture and fix caching issue | Paul Frazee | 2022-09-07 | 2 | -48/+58 |
| | |||||
* | Refactor profile to use new ViewSelector element which is reusable and now ↵ | Paul Frazee | 2022-09-06 | 4 | -139/+279 |
| | | | | 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 | 19 | -92/+567 |
| | |||||
* | Rework profile header | Paul Frazee | 2022-09-05 | 7 | -38/+222 |
| | |||||
* | Rewrite the post composer as a modal | Paul Frazee | 2022-09-05 | 12 | -144/+207 |
| | |||||
* | 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 | 2 | -3/+2 |
| | |||||
* | Implement working screen-state management and remove extraneous loads | Paul Frazee | 2022-09-01 | 14 | -244/+117 |
| | |||||
* | Fix screen-blanking bug | Paul Frazee | 2022-09-01 | 2 | -6/+7 |
| | |||||
* | 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 | 7 | -1/+71 |
| | |||||
* | Aesthetic improvements | Paul Frazee | 2022-08-31 | 10 | -33/+57 |
| | |||||
* | Unify the color palette | Paul Frazee | 2022-08-31 | 12 | -86/+152 |
| | |||||
* | New navigation model (#1) | Paul Frazee | 2022-08-31 | 57 | -1159/+1382 |
| | | | | | | | | | | | | | | | | | * 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 | 12 | -12/+929 |
| | |||||
* | Add followers and follows list | Paul Frazee | 2022-07-26 | 14 | -26/+645 |
| | |||||
* | Implement follow/unfollow | Paul Frazee | 2022-07-26 | 5 | -6/+83 |
| | |||||
* | Fix layout in profile view | Paul Frazee | 2022-07-26 | 2 | -7/+24 |
| | |||||
* | Replace momentjs - it is too large of a dependency | Paul Frazee | 2022-07-26 | 7 | -35/+37 |
| | |||||
* | Implement Web versions of the bottom sheet, toast, and progress circle | Paul Frazee | 2022-07-25 | 19 | -92/+295 |
| | |||||
* | Add share bottom-sheet to feed and thread | Paul Frazee | 2022-07-25 | 14 | -34/+574 |
| | |||||
* | Add state updates after screen changes | Paul Frazee | 2022-07-25 | 7 | -52/+171 |
| | |||||
* | Add post composer | Paul Frazee | 2022-07-22 | 24 | -62/+312 |
| | |||||
* | Add liked-by and reposted-by views | Paul Frazee | 2022-07-22 | 12 | -12/+704 |
| | |||||
* | Implement like and repost | Paul Frazee | 2022-07-22 | 12 | -40/+307 |
| | |||||
* | Add profile view | Paul Frazee | 2022-07-21 | 14 | -27/+319 |
| | |||||
* | Add header to PostThread view; update navigation to include stacking so that ↵ | Paul Frazee | 2022-07-21 | 17 | -81/+128 |
| | | | | each tab maintains its own browsing history | ||||
* | Add the ability to navigate to posts within a thread | Paul Frazee | 2022-07-21 | 7 | -20/+46 |
| | |||||
* | Add icons to main tabs | Paul Frazee | 2022-07-20 | 2 | -3/+28 |
| | |||||
* | Add todos.txt (during initial dev this is just the simplest route) | Paul Frazee | 2022-07-20 | 1 | -0/+17 |
| | |||||
* | Factor out common styles; fixes and improvements to post-thread-view | Paul Frazee | 2022-07-20 | 6 | -99/+159 |
| | |||||
* | Add WIP post-thread view | Paul Frazee | 2022-07-20 | 14 | -25/+534 |
| | |||||
* | Update feed component to use flatlist for lazy-loading scrolling; update ↵ | Paul Frazee | 2022-07-20 | 3 | -27/+124 |
| | | | | feed-view model to match loading needs | ||||
* | More realistic mock data | Paul Frazee | 2022-07-20 | 5 | -80/+234 |
| | |||||
* | Add icons | Paul Frazee | 2022-07-19 | 10 | -57/+218 |
| | |||||
* | Replace mobx-state-tree with mobx and get a basic home feed rendering | Paul Frazee | 2022-07-19 | 20 | -274/+535 |
| | |||||
* | Bundle official msrcrypto distro in the source (solves some bugs, probably ↵ | Paul Frazee | 2022-07-19 | 3 | -2/+10145 |
| | | | | safer) | ||||
* | Fix platform build issues | Paul Frazee | 2022-07-18 | 4 | -24/+20 |
| | |||||
* | Add mock API and reorg code for clarity | Paul Frazee | 2022-07-18 | 29 | -169/+357 |
| |