about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
...
* Readd the FAB for composing new postsPaul Frazee2023-01-164-11/+76
|
* Round the corners on single-image embeds a bit morePaul Frazee2023-01-161-1/+1
|
* More spacing and sizing tweaks, including larger post controlsPaul Frazee2023-01-162-9/+15
|
* Enlarge post text slightlyPaul Frazee2023-01-161-2/+2
|
* More spacing fixes, especially for the repost infoPaul Frazee2023-01-162-6/+9
|
* Spacing fixesPaul Frazee2023-01-166-16/+31
|
* Fix visual consistency of 'reply to' in post and use display namePaul Frazee2023-01-162-5/+5
|
* Fix missing metrics in post threadsPaul Frazee2023-01-161-0/+3
|
* Move menu controls into post footers and improve meta info renderingPaul Frazee2023-01-165-53/+58
|
* Fix: remove duplicates in the TL caused by rendering reply parentsPaul Frazee2023-01-162-1/+27
|
* Fix image compression for avis and banner imagesPaul Frazee2023-01-123-19/+37
|
* Add scrolling to menuPaul Frazee2023-01-031-2/+4
|
* Bump deps to pull in some bugfixesPaul Frazee2023-01-031-1/+1
|
* Indicate images in notificationsPaul Frazee2023-01-031-3/+12
|
* Implement validation and proper type detectionPaul Frazee2023-01-037-30/+114
|
* Improve handling around connection failures during loginPaul Frazee2023-01-032-9/+29
|
* Add 'is 13' checkbox to account creationPaul Frazee2023-01-031-3/+57
|
* Fix to feed updatePaul Frazee2023-01-031-1/+1
|
* Fix session hydration during loadPaul Frazee2023-01-032-1/+4
|
* Fix bug in error handlingPaul Frazee2023-01-031-1/+5
|
* Introduce error boundaries around all screensPaul Frazee2023-01-022-8/+55
|
* Improve error loggingPaul Frazee2023-01-0247-187/+191
|
* Bump api@0.0.5 and use the type guard helpersPaul Frazee2023-01-022-35/+17
|
* Implement logging systemPaul Frazee2023-01-0239-125/+442
|
* Dont mute posts for a user when viewing their profilePaul Frazee2023-01-022-3/+10
|
* Implement account mutingPaul Frazee2023-01-0210-10/+96
|
* Fix to loading statePaul Frazee2022-12-301-3/+6
|
* Fix the status bar coloringPaul Frazee2022-12-301-1/+7
|
* Add dark mode togglePaul Frazee2022-12-304-169/+206
|
* Integrate composer into design systemPaul Frazee2022-12-303-45/+36
|
* Various small fixesPaul Frazee2022-12-306-7/+9
|
* Integrate search into suggested followsPaul Frazee2022-12-302-48/+25
|
* Dont autofocus the search inputPaul Frazee2022-12-301-1/+0
|
* Integrate settings into design system and some various fixes/tweaksPaul Frazee2022-12-303-9/+12
|
* Integrate menu into design systemPaul Frazee2022-12-301-47/+39
|
* Integrate notifications into the design systemPaul Frazee2022-12-303-35/+45
|
* Integrate profile listings into design systemPaul Frazee2022-12-304-25/+30
|
* Update profile header to use design systemPaul Frazee2022-12-302-58/+70
|
* Integrate the shell into the design systemPaul Frazee2022-12-301-49/+16
|
* Integrate ViewSelector into design systemPaul Frazee2022-12-302-16/+12
|
* Integrate composer prompt into design systemPaul Frazee2022-12-306-18/+19
|
* Integrate ViewHeader into the design systemPaul Frazee2022-12-301-47/+31
|
* Update threads to use design systemPaul Frazee2022-12-306-137/+63
|
* Improve image layoutPaul Frazee2022-12-303-79/+192
|
* Tune post controlsPaul Frazee2022-12-284-15/+44
|
* Update posts in feed to use the theming systemPaul Frazee2022-12-289-82/+133
|
* Update notificationsPaul Frazee2022-12-282-15/+5
|
* Tighten up spacing and dividersPaul Frazee2022-12-284-25/+15
|
* Fix letter spacingPaul Frazee2022-12-281-1/+1
|
* Add a design system (#34)Paul Frazee2022-12-2878-375/+1431
| | | | | | | | | | | | | | | | | | | | | | | | | * 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