about summary refs log tree commit diff
path: root/src/view/com/util/ViewSelector.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Integrate ViewSelector into design systemPaul Frazee2022-12-301-6/+1
|
* 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
* Hide footer on scroll down (minimal shell mode)Paul Frazee2022-12-121-1/+10
|
* Add 'loading more' spinner to feedsPaul Frazee2022-12-121-6/+9
|
* Add main menu buttonPaul Frazee2022-12-091-3/+0
|
* Replace navigational 'back swipe' gesture with new HorzSwipe utilPaul Frazee2022-12-071-0/+1
|
* Add HorzSwipe gesture and integrate it into the ViewSelectorPaul Frazee2022-12-071-76/+31
|
* Disable swipe gestures in view selector for nowPaul Frazee2022-09-091-56/+59
|
* Make view-selector swipes easier to triggerPaul Frazee2022-09-091-3/+11
|
* Refactor profile to use new ViewSelector element which is reusable and now ↵Paul Frazee2022-09-061-0/+131
supports swipe gestures