about summary refs log tree commit diff
path: root/src/view/screens/Notifications.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Implement trendingPaul Frazee2022-11-111-2/+1
|
* Implement scene invitation and membership controlsPaul Frazee2022-11-101-0/+1
|
* Add consistent view headersPaul Frazee2022-11-011-17/+3
|
* WIP scene UIsPaul Frazee2022-10-311-2/+22
|
* Fix some useEffect() cleanup issuesPaul Frazee2022-10-261-1/+8
|
* Implement working screen-state management and remove extraneous loadsPaul Frazee2022-09-011-56/+23
|
* New navigation model (#1)Paul Frazee2022-08-311-0/+65
| | | | | | | | | | | | | | | | | * 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 post composerPaul Frazee2022-07-221-16/+0
|
* Add header to PostThread view; update navigation to include stacking so that ↵Paul Frazee2022-07-211-1/+3
| | | | each tab maintains its own browsing history
* Add mock API and reorg code for clarityPaul Frazee2022-07-181-0/+14