Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add account creation | Paul Frazee | 2022-09-27 | 1 | -0/+1 | |
| | ||||||
* | Implement signin flow | Paul Frazee | 2022-09-26 | 1 | -0/+8 | |
| | ||||||
* | Replace mock-api with real api | Paul Frazee | 2022-09-22 | 3 | -7/+7 | |
| | ||||||
* | Add EditProfile modal | Paul Frazee | 2022-09-07 | 1 | -1/+1 | |
| | ||||||
* | Rework profile header | Paul Frazee | 2022-09-05 | 3 | -0/+8 | |
| | ||||||
* | Add accounts menu to shell | Paul Frazee | 2022-09-02 | 1 | -0/+3 | |
| | ||||||
* | Implement working screen-state management and remove extraneous loads | Paul Frazee | 2022-09-01 | 1 | -12/+0 | |
| | ||||||
* | Add composer FAB to home page | Paul Frazee | 2022-08-31 | 1 | -0/+2 | |
| | ||||||
* | Aesthetic improvements | Paul Frazee | 2022-08-31 | 1 | -0/+16 | |
| | ||||||
* | Unify the color palette | Paul Frazee | 2022-08-31 | 1 | -7/+70 | |
| | ||||||
* | New navigation model (#1) | Paul Frazee | 2022-08-31 | 1 | -0/+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 | -0/+32 | |
| | ||||||
* | Add share bottom-sheet to feed and thread | Paul Frazee | 2022-07-25 | 1 | -0/+9 | |
| | ||||||
* | Add post composer | Paul Frazee | 2022-07-22 | 1 | -1/+20 | |
| | ||||||
* | Add liked-by and reposted-by views | Paul Frazee | 2022-07-22 | 1 | -0/+14 | |
| | ||||||
* | Implement like and repost | Paul Frazee | 2022-07-22 | 1 | -0/+3 | |
| | ||||||
* | Add profile view | Paul Frazee | 2022-07-21 | 1 | -0/+17 | |
| | ||||||
* | Add header to PostThread view; update navigation to include stacking so that ↵ | Paul Frazee | 2022-07-21 | 2 | -0/+14 | |
| | | | | each tab maintains its own browsing history | |||||
* | Factor out common styles; fixes and improvements to post-thread-view | Paul Frazee | 2022-07-20 | 2 | -0/+46 | |