about summary refs log tree commit diff
path: root/src/view/com/post-thread/PostThread.tsx
Commit message (Collapse)AuthorAgeFilesLines
...
* Update post thread aestheticsPaul Frazee2022-08-311-1/+1
|
* New navigation model (#1)Paul Frazee2022-08-311-20/+9
| | | | | | | | | | | | | | | | | * 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
* Implement Web versions of the bottom sheet, toast, and progress circlePaul Frazee2022-07-251-3/+3
|
* Add share bottom-sheet to feed and threadPaul Frazee2022-07-251-15/+25
|
* Add state updates after screen changesPaul Frazee2022-07-251-0/+11
|
* Implement like and repostPaul Frazee2022-07-221-1/+1
|
* Add profile viewPaul Frazee2022-07-211-2/+5
|
* Add the ability to navigate to posts within a threadPaul Frazee2022-07-211-0/+3
|
* Factor out common styles; fixes and improvements to post-thread-viewPaul Frazee2022-07-201-1/+0
|
* Add WIP post-thread viewPaul Frazee2022-07-201-0/+88