about summary refs log tree commit diff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Increase image resolutionsPaul Frazee2022-12-263-14/+14
|
* Start with highest quality compression and find a suitable size (#33)Paul Frazee2022-12-266-39/+95
|
* Unit testing (#32)João Ferreiro2022-12-223-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add testing lib * remove coverage folder from git * finished basic test setup * fix tests typescript and import paths * add first snapshot * testing utils * rename test files; update script flags; ++tests * testing utils functions * testing downloadAndResize wip * remove download test * specify unwanted coverage paths; remove update snapshots flag * fix strings tests * testing downloadAndResize method * increasing testing * fixing snapshots wip * fixed shell mobile snapshot * adding snapshots for the screens * fix onboard snapshot * fix typescript issues * fix TabsSelector snapshot * Account for testing device's locale in ago() tests * Remove platform detection on regex Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Unvendor the api and switch to @atproto/apiPaul Frazee2022-12-22107-13781/+86
|
* Fix issue which caused parent posts to fail at mobx reactivityPaul Frazee2022-12-211-1/+1
|
* Update to use new getTimeline, getAuthorFeed, and getPostThread output modelsPaul Frazee2022-12-2017-897/+705
|
* Replace removed hasIndexes behaviorPaul Frazee2022-12-201-17/+11
|
* Get the composer into a passable visual state on android when the keyboard ↵Paul Frazee2022-12-201-0/+2
| | | | is open
* Fix post-meta truncation on androidPaul Frazee2022-12-201-6/+25
|