about summary refs log tree commit diff
path: root/src/view/shell/mobile/index.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix the status bar coloringPaul Frazee2022-12-301-1/+7
|
* Integrate settings into design system and some various fixes/tweaksPaul Frazee2022-12-301-1/+1
|
* Integrate the shell into the design systemPaul Frazee2022-12-301-49/+16
|
* Add a design system (#34)Paul Frazee2022-12-281-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 defaultPaul Frazee2022-12-201-1/+1
|
* Hide main menu drawer on click outsidePaul Frazee2022-12-131-1/+5
|
* Use full available screenPaul Frazee2022-12-131-3/+3
|
* Hide footer on scroll down (minimal shell mode)Paul Frazee2022-12-121-5/+32
|
* Add profile image lightboxPaul Frazee2022-12-121-0/+2
|
* More aesthetic and perf improvements to the menu drawerPaul Frazee2022-12-121-7/+8
|
* Improve aesthetic of main menu swipeout (use screen mask)Paul Frazee2022-12-091-4/+24
|
* Add main menu buttonPaul Frazee2022-12-091-8/+11
|
* Turn the main menu into a 'drawer' instead of a screen in the historyPaul Frazee2022-12-081-13/+76
|
* Switch to temporary 'fixed tabs' model for default and notificationsPaul Frazee2022-12-081-4/+20
|
* Replace reanimated for tabs selectorPaul Frazee2022-12-071-30/+34
|
* CleanupPaul Frazee2022-12-071-2/+1
|
* Replace navigational 'back swipe' gesture with new HorzSwipe utilPaul Frazee2022-12-071-44/+34
|
* Rework the 'main menu' to be a screen that's always in historyPaul Frazee2022-12-061-19/+2
|
* Ensure the UI always renders, even in bad network conditions (close #6)Paul Frazee2022-12-051-1/+1
|
* Fix 'swipe back to nothing' bugPaul Frazee2022-12-051-0/+1
|
* Make 'backswipe' a little easier to triggerPaul Frazee2022-12-051-2/+2
|
* Improve handling of deleted postsPaul Frazee2022-11-281-2/+2
|
* Increase information density and enlarge some click targetsPaul Frazee2022-11-281-7/+8
|
* Scroll to highlighted post in threadsPaul Frazee2022-11-221-1/+6
|
* Turn home button into a 'go back to start of nav history'Paul Frazee2022-11-221-1/+1
|
* Shrink the footer a bitPaul Frazee2022-11-221-4/+8
|
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-221-0/+1
|
* Move search btn into the viewheaderPaul Frazee2022-11-201-19/+0
|
* Add build flags and disable tabs for nowPaul Frazee2022-11-201-5/+8
|
* Add long press newtab to footer navPaul Frazee2022-11-181-1/+8
|
* Improve reliability of screen titlesPaul Frazee2022-11-171-1/+4
|
* Add new tab animationPaul Frazee2022-11-171-1/+44
|
* Fix loadLatest() on home feedPaul Frazee2022-11-171-1/+1
|
* Fix: correctly set visible on screensPaul Frazee2022-11-171-1/+1
|
* Include tab count and move btn to centerPaul Frazee2022-11-171-26/+26
|
* Avoid overlap against phone header when tabs selector is openPaul Frazee2022-11-171-8/+22
|
* Show bold icons in footer based on statePaul Frazee2022-11-161-7/+45
|
* Add a fancy 'drawer' animation to the tabs selectorPaul Frazee2022-11-161-6/+32
|
* Fix sizing on smaller phonesPaul Frazee2022-11-161-3/+2
|
* Add a server instance selector and drop env varsPaul Frazee2022-11-151-0/+2
|
* Make 'back swiping' a little easierPaul Frazee2022-11-141-1/+1
|
* Add scene creatorPaul Frazee2022-11-091-1/+1
|
* Add search view; factor out SuggestedFollows component; add suggested ↵Paul Frazee2022-11-071-3/+14
| | | | follows to search
* Add onboarding (WIP)Paul Frazee2022-11-071-0/+10
|
* Update to the latest APIsPaul Frazee2022-11-041-1/+1
|
* Rework the composer to a less buggy solutionPaul Frazee2022-11-011-0/+8
|
* Remove old tabs selector modalPaul Frazee2022-11-011-15/+0
|
* Replace notifications iconPaul Frazee2022-11-011-6/+13
|
* Replace footer-nav back and forward arrows with search and notificationsPaul Frazee2022-11-011-21/+5
|
* WIP scene UIsPaul Frazee2022-10-311-0/+1
|