Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Reposition 'load latest' based on minimal shell mode | Paul Frazee | 2022-12-13 | 1 | -2/+8 | |
| | ||||||
* | Hide footer on scroll down (minimal shell mode) | Paul Frazee | 2022-12-12 | 1 | -0/+3 | |
| | ||||||
* | Increase touch-size of the 'load new posts' button | Paul Frazee | 2022-12-05 | 1 | -1/+6 | |
| | ||||||
* | Fix toast positioning (close #9) | Paul Frazee | 2022-11-28 | 1 | -0/+1 | |
| | ||||||
* | Enlarge the 'load more posts' prompt | Paul Frazee | 2022-11-28 | 1 | -2/+3 | |
| | ||||||
* | Enlarge the view header, left align the title, and add a compose button | Paul Frazee | 2022-11-28 | 1 | -1/+5 | |
| | ||||||
* | Move search btn into the viewheader | Paul Frazee | 2022-11-20 | 1 | -1/+1 | |
| | ||||||
* | Replace the FAB with a compose prompt at the top of the feed | Paul Frazee | 2022-11-20 | 1 | -3/+2 | |
| | ||||||
* | Improve reliability of screen titles | Paul Frazee | 2022-11-17 | 1 | -1/+2 | |
| | ||||||
* | Fix: correctly set visible on screens | Paul Frazee | 2022-11-17 | 1 | -1/+0 | |
| | ||||||
* | Poll periodically for new posts | Paul Frazee | 2022-11-17 | 1 | -2/+54 | |
| | ||||||
* | Add a server instance selector and drop env vars | Paul Frazee | 2022-11-15 | 1 | -5/+1 | |
| | ||||||
* | Improve error messages | Paul Frazee | 2022-11-15 | 1 | -0/+4 | |
| | ||||||
* | Fix: scroll all the way down on home feed | Paul Frazee | 2022-11-14 | 1 | -1/+6 | |
| | ||||||
* | Add staging env | Paul Frazee | 2022-11-11 | 1 | -1/+5 | |
| | ||||||
* | Rework the composer to a less buggy solution | Paul Frazee | 2022-11-01 | 1 | -2/+1 | |
| | ||||||
* | Add consistent view headers | Paul Frazee | 2022-11-01 | 1 | -0/+2 | |
| | ||||||
* | Fix some useEffect() cleanup issues | Paul Frazee | 2022-10-26 | 1 | -1/+8 | |
| | ||||||
* | Home button scrolls to top when on home page | Paul Frazee | 2022-10-11 | 1 | -8/+5 | |
| | ||||||
* | Remove the firehose view from home | Paul Frazee | 2022-10-11 | 1 | -27/+1 | |
| | ||||||
* | Add firehose view to home screen | Paul Frazee | 2022-10-04 | 1 | -9/+45 | |
| | ||||||
* | Update to new get*Feed xrpc methods | Paul Frazee | 2022-10-04 | 1 | -3/+3 | |
| | ||||||
* | Update the view after a post is created | Paul Frazee | 2022-10-04 | 1 | -1/+4 | |
| | ||||||
* | Rework profile page to include working view selector | Paul Frazee | 2022-09-06 | 1 | -1/+1 | |
| | ||||||
* | Rewrite the post composer as a modal | Paul Frazee | 2022-09-05 | 1 | -1/+2 | |
| | ||||||
* | Add more robust modals controller | Paul Frazee | 2022-09-02 | 1 | -2/+3 | |
| | ||||||
* | Add accounts menu to shell | Paul Frazee | 2022-09-02 | 1 | -1/+2 | |
| | ||||||
* | Implement working screen-state management and remove extraneous loads | Paul Frazee | 2022-09-01 | 1 | -52/+21 | |
| | ||||||
* | Add composer FAB to home page | Paul Frazee | 2022-08-31 | 1 | -0/+6 | |
| | ||||||
* | New navigation model (#1) | Paul Frazee | 2022-08-31 | 1 | -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 composer | Paul Frazee | 2022-07-22 | 1 | -27/+0 | |
| | ||||||
* | Add header to PostThread view; update navigation to include stacking so that ↵ | Paul Frazee | 2022-07-21 | 1 | -1/+4 | |
| | | | | each tab maintains its own browsing history | |||||
* | Add WIP post-thread view | Paul Frazee | 2022-07-20 | 1 | -5/+8 | |
| | ||||||
* | Update feed component to use flatlist for lazy-loading scrolling; update ↵ | Paul Frazee | 2022-07-20 | 1 | -1/+1 | |
| | | | | feed-view model to match loading needs | |||||
* | Add icons | Paul Frazee | 2022-07-19 | 1 | -3/+0 | |
| | ||||||
* | Replace mobx-state-tree with mobx and get a basic home feed rendering | Paul Frazee | 2022-07-19 | 1 | -11/+14 | |
| | ||||||
* | Add mock API and reorg code for clarity | Paul Frazee | 2022-07-18 | 1 | -0/+21 | |