about summary refs log tree commit diff
path: root/src/view/index.ts
Commit message (Collapse)AuthorAgeFilesLines
...
* Rewrite the post composer as a modalPaul Frazee2022-09-051-0/+2
|
* Rename location-menu to location-navigator and add an actual location-menuPaul Frazee2022-09-021-0/+8
|
* Add location 'menu'Paul Frazee2022-09-011-0/+2
|
* New navigation model (#1)Paul Frazee2022-08-311-1/+23
| | | | | | | | | | | | | | | | | * 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 dependencyPaul Frazee2022-07-261-21/+0
|
* Implement Web versions of the bottom sheet, toast, and progress circlePaul Frazee2022-07-251-0/+2
|
* Add post composerPaul Frazee2022-07-221-0/+4
|
* Implement like and repostPaul Frazee2022-07-221-0/+2
|
* Add header to PostThread view; update navigation to include stacking so that ↵Paul Frazee2022-07-211-0/+2
| | | | each tab maintains its own browsing history
* Add icons to main tabsPaul Frazee2022-07-201-1/+14
|
* Add iconsPaul Frazee2022-07-191-0/+31