about summary refs log tree commit diff
path: root/src/view/screens/Home.tsx
Commit message (Collapse)AuthorAgeFilesLines
...
* Reposition 'load latest' based on minimal shell modePaul Frazee2022-12-131-2/+8
|
* Hide footer on scroll down (minimal shell mode)Paul Frazee2022-12-121-0/+3
|
* Increase touch-size of the 'load new posts' buttonPaul Frazee2022-12-051-1/+6
|
* Fix toast positioning (close #9)Paul Frazee2022-11-281-0/+1
|
* Enlarge the 'load more posts' promptPaul Frazee2022-11-281-2/+3
|
* Enlarge the view header, left align the title, and add a compose buttonPaul Frazee2022-11-281-1/+5
|
* Move search btn into the viewheaderPaul Frazee2022-11-201-1/+1
|
* Replace the FAB with a compose prompt at the top of the feedPaul Frazee2022-11-201-3/+2
|
* Improve reliability of screen titlesPaul Frazee2022-11-171-1/+2
|
* Fix: correctly set visible on screensPaul Frazee2022-11-171-1/+0
|
* Poll periodically for new postsPaul Frazee2022-11-171-2/+54
|
* Add a server instance selector and drop env varsPaul Frazee2022-11-151-5/+1
|
* Improve error messagesPaul Frazee2022-11-151-0/+4
|
* Fix: scroll all the way down on home feedPaul Frazee2022-11-141-1/+6
|
* Add staging envPaul Frazee2022-11-111-1/+5
|
* Rework the composer to a less buggy solutionPaul Frazee2022-11-011-2/+1
|
* Add consistent view headersPaul Frazee2022-11-011-0/+2
|
* Fix some useEffect() cleanup issuesPaul Frazee2022-10-261-1/+8
|
* Home button scrolls to top when on home pagePaul Frazee2022-10-111-8/+5
|
* Remove the firehose view from homePaul Frazee2022-10-111-27/+1
|
* Add firehose view to home screenPaul Frazee2022-10-041-9/+45
|
* Update to new get*Feed xrpc methodsPaul Frazee2022-10-041-3/+3
|
* Update the view after a post is createdPaul Frazee2022-10-041-1/+4
|
* Rework profile page to include working view selectorPaul Frazee2022-09-061-1/+1
|
* Rewrite the post composer as a modalPaul Frazee2022-09-051-1/+2
|
* Add more robust modals controllerPaul Frazee2022-09-021-2/+3
|
* Add accounts menu to shellPaul Frazee2022-09-021-1/+2
|
* Implement working screen-state management and remove extraneous loadsPaul Frazee2022-09-011-52/+21
|
* Add composer FAB to home pagePaul Frazee2022-08-311-0/+6
|
* 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-27/+0
|
* Add header to PostThread view; update navigation to include stacking so that ↵Paul Frazee2022-07-211-1/+4
| | | | each tab maintains its own browsing history
* Add WIP post-thread viewPaul Frazee2022-07-201-5/+8
|
* Update feed component to use flatlist for lazy-loading scrolling; update ↵Paul Frazee2022-07-201-1/+1
| | | | feed-view model to match loading needs
* Add iconsPaul Frazee2022-07-191-3/+0
|
* Replace mobx-state-tree with mobx and get a basic home feed renderingPaul Frazee2022-07-191-11/+14
|
* Add mock API and reorg code for clarityPaul Frazee2022-07-181-0/+21