about summary refs log tree commit diff
path: root/src/view/com
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix bad refPaul Frazee2023-01-191-1/+1
|
* Change post prompt to a set of buttons (#55)Paul Frazee2023-01-193-4/+59
|
* Fixes youtube embed issues (#50)Aryan Goharzad2023-01-191-2/+6
| | | | | | | | | | | | | | | | | * fixes youtube embed * move extractMetaHtml test to its own file * tests cleanup * Add fallback for youtube meta data * lint * Check for youtube in the url domain * use hostname instead of full url to check for link domain * checks only for domain
* Improve link meta fetching for bsky links (#54)Paul Frazee2023-01-193-5/+8
| | | | | | | * Add share dropdown item to profiles * Temporary improvement for links to content on the network * Enlarge text slightly on embed cards
* Improve the 'expand avis' animation in the notificationsPaul Frazee2023-01-191-27/+35
|
* Fix missing key in listPaul Frazee2023-01-191-0/+1
|
* Add the ability to expand/collapse users in notificationsPaul Frazee2023-01-192-57/+197
|
* Tune the empty state visualsPaul Frazee2023-01-191-3/+5
|
* Tweak compose prompt spacingPaul Frazee2023-01-191-3/+2
|
* Post layout tweaks (#53)Paul Frazee2023-01-196-25/+43
| | | | | | | | | | | | | | | | | * 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
* Update composer to preview external link cards (#52)Paul Frazee2023-01-183-2/+207
| | | | | | | * Fetch external link metadata during compose so the user can preview and remove the embed * Add missing mocks * Update tests to match recent changes
* Enlarge avatars in the notificationsPaul Frazee2023-01-181-4/+5
|
* Handle post deletions by removing from active views (close #37)Paul Frazee2023-01-181-1/+1
|
* Keep the composer image selector open after choosing an imagePaul Frazee2023-01-181-1/+3
|
* Update compose prompt for isual balance and to include image buttonPaul Frazee2023-01-183-15/+43
|
* Fix to text consistency in composerPaul Frazee2023-01-181-2/+8
|
* Focus the text input on tap during the composerPaul Frazee2023-01-181-136/+146
|
* Remove all links from post meta to ensure taps are more consistentPaul Frazee2023-01-184-35/+16
|
* Prettier profile headers (no standard header)Paul Frazee2023-01-182-3/+22
|
* Update gradients to use a more consistent blue themePaul Frazee2023-01-1811-27/+23
|
* Rework all typographyPaul Frazee2023-01-1821-78/+83
|
* Merge branch 'improved-lightbox' into mainPaul Frazee2023-01-173-130/+0
|\
| * Remove leftover codePaul Frazee2023-01-174-131/+0
| |
| * Upgrade to react-native 0.71.0Paul Frazee2023-01-171-0/+1
| |
| * Switch to a better lightbox implementation (close #42)Paul Frazee2023-01-173-128/+41
| |
* | Improve lightbox... and update to React Native 0.71.0 (#49)Paul Frazee2023-01-173-128/+42
|/ | | | | | | * Switch to a better lightbox implementation (close #42) * Upgrade to react-native 0.71.0 * Update (or remove low-value) tests
* Add images to the post in the right orderPaul Frazee2023-01-171-3/+3
|
* Give a more sensible default crop in the post image picker (related #39)Paul Frazee2023-01-171-6/+29
|
* Fix to extraneous home feed pollingPaul Frazee2023-01-171-2/+1
|
* Visual improvements to post embeds for external linksPaul Frazee2023-01-171-16/+51
|
* Fix left-alignment on notificationsPaul Frazee2023-01-171-1/+1
|
* Increase the profile bio line-count cutoff significantly to only catch very ↵Paul Frazee2023-01-171-1/+1
| | | | silly newline abuse (close #48)
* Rework repost icon to match line widthsPaul Frazee2023-01-171-4/+9
|
* Refer to upvotes as 'likes' in the UI (will change in the protocol soon)Paul Frazee2023-01-174-18/+24
|
* Fix notification descriptions and render images for your own posts in notifsPaul Frazee2023-01-173-13/+63
|
* Lighten post controls a little in light-mode and add them to the themePaul Frazee2023-01-171-12/+15
|
* Add loading spinners to lightbox views (close #38)Paul Frazee2023-01-172-2/+35
|
* Shrink the header back down but use bolder title textPaul Frazee2023-01-172-19/+19
|
* Remove scenes (#36)Paul Frazee2023-01-179-943/+5
| | | | | | | | | | | | | | | | | | | * Remove scenes from the main menu * Remove scenes from the profile view * Remove 'scenes explainer' from onboarding flow * Remove scene-related modals * Remove member/membership code * Remove all scenes-related items from notifications * Remove scene-related code from posts feed * Remove scene-related API helpers * Update tests
* Unit Testing (#35)João Ferreiro2023-01-1720-45/+108
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-163-26/+12
|
* Enlarge the view headerPaul Frazee2023-01-161-20/+14
|
* Dark mode color fixesPaul Frazee2023-01-162-2/+11
|
* Readd the FAB for composing new postsPaul Frazee2023-01-162-11/+68
|
* 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
|
* 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
|