Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix the status bar coloring | Paul Frazee | 2022-12-30 | 1 | -1/+7 |
| | |||||
* | Integrate settings into design system and some various fixes/tweaks | Paul Frazee | 2022-12-30 | 1 | -1/+1 |
| | |||||
* | Integrate the shell into the design system | Paul Frazee | 2022-12-30 | 1 | -49/+16 |
| | |||||
* | Add a design system (#34) | Paul Frazee | 2022-12-28 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add theming system * Add standard Button control and update RadioButtons * Unify radiobutton with design system * Update debug screen to have multiple views * Add ToggleButton * Update error controls to use design system * Add typography to <Text> element * Move DropdownButton into the design system * Clean out old code * Move Text into design system * Add 'inverted' color palette * Move LoadingPlaceholder into the design system | ||||
* | Wrap all <Text> in a helper that ensures black color is applied by default | Paul Frazee | 2022-12-20 | 1 | -1/+1 |
| | |||||
* | Hide main menu drawer on click outside | Paul Frazee | 2022-12-13 | 1 | -1/+5 |
| | |||||
* | Use full available screen | Paul Frazee | 2022-12-13 | 1 | -3/+3 |
| | |||||
* | Hide footer on scroll down (minimal shell mode) | Paul Frazee | 2022-12-12 | 1 | -5/+32 |
| | |||||
* | Add profile image lightbox | Paul Frazee | 2022-12-12 | 1 | -0/+2 |
| | |||||
* | More aesthetic and perf improvements to the menu drawer | Paul Frazee | 2022-12-12 | 1 | -7/+8 |
| | |||||
* | Improve aesthetic of main menu swipeout (use screen mask) | Paul Frazee | 2022-12-09 | 1 | -4/+24 |
| | |||||
* | Add main menu button | Paul Frazee | 2022-12-09 | 1 | -8/+11 |
| | |||||
* | Turn the main menu into a 'drawer' instead of a screen in the history | Paul Frazee | 2022-12-08 | 1 | -13/+76 |
| | |||||
* | Switch to temporary 'fixed tabs' model for default and notifications | Paul Frazee | 2022-12-08 | 1 | -4/+20 |
| | |||||
* | Replace reanimated for tabs selector | Paul Frazee | 2022-12-07 | 1 | -30/+34 |
| | |||||
* | Cleanup | Paul Frazee | 2022-12-07 | 1 | -2/+1 |
| | |||||
* | Replace navigational 'back swipe' gesture with new HorzSwipe util | Paul Frazee | 2022-12-07 | 1 | -44/+34 |
| | |||||
* | Rework the 'main menu' to be a screen that's always in history | Paul Frazee | 2022-12-06 | 1 | -19/+2 |
| | |||||
* | Ensure the UI always renders, even in bad network conditions (close #6) | Paul Frazee | 2022-12-05 | 1 | -1/+1 |
| | |||||
* | Fix 'swipe back to nothing' bug | Paul Frazee | 2022-12-05 | 1 | -0/+1 |
| | |||||
* | Make 'backswipe' a little easier to trigger | Paul Frazee | 2022-12-05 | 1 | -2/+2 |
| | |||||
* | Improve handling of deleted posts | Paul Frazee | 2022-11-28 | 1 | -2/+2 |
| | |||||
* | Increase information density and enlarge some click targets | Paul Frazee | 2022-11-28 | 1 | -7/+8 |
| | |||||
* | Scroll to highlighted post in threads | Paul Frazee | 2022-11-22 | 1 | -1/+6 |
| | |||||
* | Turn home button into a 'go back to start of nav history' | Paul Frazee | 2022-11-22 | 1 | -1/+1 |
| | |||||
* | Shrink the footer a bit | Paul Frazee | 2022-11-22 | 1 | -4/+8 |
| | |||||
* | Refactor: create src/lib to reflect actual sharing of that code | Paul Frazee | 2022-11-22 | 1 | -0/+1 |
| | |||||
* | Move search btn into the viewheader | Paul Frazee | 2022-11-20 | 1 | -19/+0 |
| | |||||
* | Add build flags and disable tabs for now | Paul Frazee | 2022-11-20 | 1 | -5/+8 |
| | |||||
* | Add long press newtab to footer nav | Paul Frazee | 2022-11-18 | 1 | -1/+8 |
| | |||||
* | Improve reliability of screen titles | Paul Frazee | 2022-11-17 | 1 | -1/+4 |
| | |||||
* | Add new tab animation | Paul Frazee | 2022-11-17 | 1 | -1/+44 |
| | |||||
* | Fix loadLatest() on home feed | Paul Frazee | 2022-11-17 | 1 | -1/+1 |
| | |||||
* | Fix: correctly set visible on screens | Paul Frazee | 2022-11-17 | 1 | -1/+1 |
| | |||||
* | Include tab count and move btn to center | Paul Frazee | 2022-11-17 | 1 | -26/+26 |
| | |||||
* | Avoid overlap against phone header when tabs selector is open | Paul Frazee | 2022-11-17 | 1 | -8/+22 |
| | |||||
* | Show bold icons in footer based on state | Paul Frazee | 2022-11-16 | 1 | -7/+45 |
| | |||||
* | Add a fancy 'drawer' animation to the tabs selector | Paul Frazee | 2022-11-16 | 1 | -6/+32 |
| | |||||
* | Fix sizing on smaller phones | Paul Frazee | 2022-11-16 | 1 | -3/+2 |
| | |||||
* | Add a server instance selector and drop env vars | Paul Frazee | 2022-11-15 | 1 | -0/+2 |
| | |||||
* | Make 'back swiping' a little easier | Paul Frazee | 2022-11-14 | 1 | -1/+1 |
| | |||||
* | Add scene creator | Paul Frazee | 2022-11-09 | 1 | -1/+1 |
| | |||||
* | Add search view; factor out SuggestedFollows component; add suggested ↵ | Paul Frazee | 2022-11-07 | 1 | -3/+14 |
| | | | | follows to search | ||||
* | Add onboarding (WIP) | Paul Frazee | 2022-11-07 | 1 | -0/+10 |
| | |||||
* | Update to the latest APIs | Paul Frazee | 2022-11-04 | 1 | -1/+1 |
| | |||||
* | Rework the composer to a less buggy solution | Paul Frazee | 2022-11-01 | 1 | -0/+8 |
| | |||||
* | Remove old tabs selector modal | Paul Frazee | 2022-11-01 | 1 | -15/+0 |
| | |||||
* | Replace notifications icon | Paul Frazee | 2022-11-01 | 1 | -6/+13 |
| | |||||
* | Replace footer-nav back and forward arrows with search and notifications | Paul Frazee | 2022-11-01 | 1 | -21/+5 |
| | |||||
* | WIP scene UIs | Paul Frazee | 2022-10-31 | 1 | -0/+1 |
| |