Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | New navigation model (#1) | Paul Frazee | 2022-08-31 | 1 | -21/+12 | |
| | | | | | | | | | | | | | | | | | * 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 | |||||
* | Replace momentjs - it is too large of a dependency | Paul Frazee | 2022-07-26 | 1 | -3/+2 | |
| | ||||||
* | Implement Web versions of the bottom sheet, toast, and progress circle | Paul Frazee | 2022-07-25 | 1 | -1/+1 | |
| | ||||||
* | Add share bottom-sheet to feed and thread | Paul Frazee | 2022-07-25 | 1 | -2/+6 | |
| | ||||||
* | Add post composer | Paul Frazee | 2022-07-22 | 1 | -2/+7 | |
| | ||||||
* | Add liked-by and reposted-by views | Paul Frazee | 2022-07-22 | 1 | -2/+20 | |
| | ||||||
* | Implement like and repost | Paul Frazee | 2022-07-22 | 1 | -9/+40 | |
| | ||||||
* | Add profile view | Paul Frazee | 2022-07-21 | 1 | -4/+15 | |
| | ||||||
* | Add header to PostThread view; update navigation to include stacking so that ↵ | Paul Frazee | 2022-07-21 | 1 | -22/+11 | |
| | | | | each tab maintains its own browsing history | |||||
* | Add the ability to navigate to posts within a thread | Paul Frazee | 2022-07-21 | 1 | -5/+10 | |
| | ||||||
* | Factor out common styles; fixes and improvements to post-thread-view | Paul Frazee | 2022-07-20 | 1 | -49/+76 | |
| | ||||||
* | Add WIP post-thread view | Paul Frazee | 2022-07-20 | 1 | -0/+176 | |