about summary refs log tree commit diff
path: root/src/view/com/post-thread
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix error logsPaul Frazee2023-01-191-2/+2
|
* Fixes to likes listPaul Frazee2023-01-191-34/+35
|
* Fixes to reposted-by listPaul Frazee2023-01-191-31/+40
|
* Fix: ensure all views can scroll to the bottomPaul Frazee2023-01-192-0/+2
|
* Add the ability to expand/collapse users in notificationsPaul Frazee2023-01-191-4/+1
|
* Post layout tweaks (#53)Paul Frazee2023-01-191-8/+19
| | | | | | | | | | | | | | | | | * Increase left margin on feed and embiggen avis * Decrease feed margins a bit * Tweak post bottom margin * Update loading placeholder to match feed * Update 'view full thread' positioning * Update postthread to match feed layout * Update notifications and individual post to match new layout * Add missing aborted check
* Handle post deletions by removing from active views (close #37)Paul Frazee2023-01-181-1/+1
|
* Remove all links from post meta to ensure taps are more consistentPaul Frazee2023-01-181-1/+0
|
* Rework all typographyPaul Frazee2023-01-181-17/+23
|
* Refer to upvotes as 'likes' in the UI (will change in the protocol soon)Paul Frazee2023-01-171-2/+2
|
* Unit Testing (#35)João Ferreiro2023-01-172-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 * mocking store state wip * mocking store state * increasing test coverage * increasing test coverage * increasing test coverage on src/screens * src/screens (except for profile) above 80% cov * testing profile screen wip * increase coverage on Menu and TabsSelector * mocking profile ui state wip * mocking profile ui state wip * fixing mobileshell tests wip * snapshots using testing-library * fixing profile tests wip * removing mobile shell tests * src/view/com tests wip * remove unnecessary patch-package * fixed profile test error * clear mocks after every test * fix base mocked store values (getters) * fix base mocked store values (hasLoaded, nonReplyFeed) * profile screen above 80% coverage * testing custom hooks * improving composer coverage * fix tests after merge * finishing composer coverage * improving src/com/discover coverage * improve src/view/com/login coverage fix SuggestedFollows tests adding some comments * fix SuggestedFollows tests * improve src/view/com/profile coverage extra minor fixes * improve src/view/com/notifications coverage * update coverage ignore patterns * rename errorMessageTryAgainButton increase SuggestedFollows converage * improve src/view/com/posts coverage * improve src/view/com/onboard coverage * update snapshot * improve src/view/com/post coverage * improve src/view/com/post-thread coverage rename ErrorMessage tests test Debug and Log components * init testing state * testing root-store * updating comments * small fixes * removed extra console logs * improve src/state/models coverage refactor rootStore rename some spies * adding cleanup method after tests * improve src/state/models coverage * improve src/state/models coverage * improve src/state/models coverage * improve src/state/models coverage * test setInterval in setupState * Clean up tests and update Home screen state management * Remove some tests we dont need * Remove snapshot tests * Remove any tests that dont demonstrate clear value * Cleanup Co-authored-by: Paul Frazee <pfrazee@gmail.com>
* Remove the avi from the compose promptPaul Frazee2023-01-161-1/+1
|
* Fix missing metrics in post threadsPaul Frazee2023-01-161-0/+3
|
* Move menu controls into post footers and improve meta info renderingPaul Frazee2023-01-161-8/+10
|
* Implement validation and proper type detectionPaul Frazee2023-01-031-2/+6
|
* Improve error loggingPaul Frazee2023-01-024-11/+6
|
* Implement logging systemPaul Frazee2023-01-024-10/+17
|
* Implement account mutingPaul Frazee2023-01-021-1/+14
|
* Integrate composer prompt into design systemPaul Frazee2022-12-301-2/+1
|
* Update threads to use design systemPaul Frazee2022-12-301-85/+49
|
* Tighten up spacing and dividersPaul Frazee2022-12-281-3/+2
|
* Add a design system (#34)Paul Frazee2022-12-284-11/+8
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Unvendor the api and switch to @atproto/apiPaul Frazee2022-12-221-2/+2
|
* Update to use new getTimeline, getAuthorFeed, and getPostThread output modelsPaul Frazee2022-12-202-55/+62
|
* Wrap all <Text> in a helper that ensures black color is applied by defaultPaul Frazee2022-12-203-3/+6
|
* fixing remaining text colors on androidJoão Ferreiro2022-12-191-1/+2
|
* Enable image-only postsPaul Frazee2022-12-191-15/+24
|
* Improve thread renderingPaul Frazee2022-12-182-61/+87
|
* Reduce confusing visual feedback while scrollingPaul Frazee2022-12-183-3/+5
|
* Add post embeds (images and external links)Paul Frazee2022-12-141-2/+2
|
* Add avatar images and fix some type signaturesPaul Frazee2022-12-083-0/+6
|
* Fix to unicode zero-width characters in expanded postsPaul Frazee2022-12-061-1/+0
|
* Add 'copy post text' toolPaul Frazee2022-12-051-0/+7
|
* Switch to System font to fix emoji renderingPaul Frazee2022-12-051-1/+1
|
* Improve handling of deleted postsPaul Frazee2022-11-281-0/+9
|
* Fix toast positioning (close #9)Paul Frazee2022-11-281-7/+3
|
* Tune post-thread expanded view: add reply prompt, fix spacing and sizingPaul Frazee2022-11-281-99/+106
|
* Increase information density and enlarge some click targetsPaul Frazee2022-11-281-2/+2
|
* Add link embeds to postsPaul Frazee2022-11-231-0/+3
|
* Add replying-to context to threadsPaul Frazee2022-11-231-14/+43
|
* Show parent post in composer when replying (close #3)Paul Frazee2022-11-231-1/+9
|
* Fix to thread reply lines (fill full space)Paul Frazee2022-11-221-31/+9
|
* Add bottom padding to threadsPaul Frazee2022-11-221-0/+1
|
* Scroll to highlighted post in threadsPaul Frazee2022-11-221-2/+26
|
* Refactor: create src/lib to reflect actual sharing of that codePaul Frazee2022-11-221-1/+1
|
* Merge branch 'simplify' into mainPaul Frazee2022-11-211-33/+1
|\
| * Remove downvotes from the UIPaul Frazee2022-11-201-33/+1
| |
* | Add web linking and proper share controlsPaul Frazee2022-11-212-13/+1
|/
* Spacing and sizing fixesPaul Frazee2022-11-181-7/+7
|
* Add min height to post textPaul Frazee2022-11-181-1/+4
|