about summary refs log tree commit diff
path: root/src/view/com/util/ViewHeader.tsx
Commit message (Collapse)AuthorAgeFilesLines
...
* Integrate profile listings into design systemPaul Frazee2022-12-301-4/+4
|
* Integrate ViewHeader into the design systemPaul Frazee2022-12-301-47/+31
|
* Add a design system (#34)Paul Frazee2022-12-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* initial android fixesJoão Ferreiro2022-12-191-1/+6
|
* Dont use ??=Paul Frazee2022-12-151-1/+3
|
* Improve handling of connection lossPaul Frazee2022-12-141-83/+53
|
* Use avatar in viewheader when cant go backPaul Frazee2022-12-131-7/+20
|
* Add main menu buttonPaul Frazee2022-12-091-12/+14
|
* Ensure the UI always renders, even in bad network conditions (close #6)Paul Frazee2022-12-051-35/+112
|
* Enlarge click targets for post controls and view headerPaul Frazee2022-12-051-3/+13
|
* Enlarge the view header, left align the title, and add a compose buttonPaul Frazee2022-11-281-18/+24
|
* Move search btn into the viewheaderPaul Frazee2022-11-201-19/+24
|
* Fix header spacing for when dark mode is activePaul Frazee2022-11-171-2/+2
|
* Add current user profile to header and enlarge the headerPaul Frazee2022-11-151-12/+25
|
* Add consistent view headersPaul Frazee2022-11-011-0/+77