about summary refs log tree commit diff
path: root/src/view/com/util
Commit message (Collapse)AuthorAgeFilesLines
...
* Add web version of the headerPaul Frazee2023-01-261-0/+150
|
* Add left column of web shellPaul Frazee2023-01-261-4/+0
|
* Fix to blurviewsPaul Frazee2023-01-264-17/+42
|
* Add web layout componentsPaul Frazee2023-01-262-0/+71
|
* Get MVP of web app runningPaul Frazee2023-01-261-1/+5
|
* Add web polyfillsPaul Frazee2023-01-264-7/+41
|
* Update web build and web-specific components; RNW now buildsPaul Frazee2023-01-262-0/+5
|
* Fix all type errorsPaul Frazee2023-01-269-26/+64
|
* Saves image on long press (#83)Aryan Goharzad2023-01-254-23/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Saves image on long press * Adds save on long press * Forking lightbox * move to wrapper only to the bottom sheet to reduce impact of this change * lint * lint * lint * Use official `share` API * Clean up cache after download * comment * comment * Reduce swipe close velocity * Updates per feedback * lint * bugfix * Adds delayed press-in for TouchableOpacity
* Resolve all remaining lint issues (#88)Paul Frazee2023-01-2414-52/+66
| | | | | | | | | * Rework 'navIdx' variables from number arrays to strings to avoid equality-check failures in react hooks * Resolve all remaining lint issues * Fix tests * Use node v18 in gh action test
* more prettier and lint cleanup (#82)Aryan Goharzad2023-01-242-4/+0
| | | | | | | | | | | | | * more prettier and lint cleanup * Fixes more lint issues * lint * ignore more files * remove todos * lint
* Account switcher (#85)Paul Frazee2023-01-241-0/+1
| | | | | | | | | | | | | | | * Update the account-create and signin views to use the design system. Also: - Add borderDark to the theme - Start to an account selector in the signin flow * Dark mode fixes in signin ui * Track multiple active accounts and provide account-switching UI * Add test tooling for an in-memory pds * Add complete integration tests for login and the account switcher
* Lints some errors and warnings (#76)Aryan Goharzad2023-01-205-11/+28
|
* Sanity check selector swipesPaul Frazee2023-01-201-2/+4
|
* Fix: ensure all views can scroll to the bottomPaul Frazee2023-01-191-0/+1
|
* Change post prompt to a set of buttons (#55)Paul Frazee2023-01-191-2/+9
|
* Improve link meta fetching for bsky links (#54)Paul Frazee2023-01-191-1/+1
| | | | | | | * Add share dropdown item to profiles * Temporary improvement for links to content on the network * Enlarge text slightly on embed cards
* Tune the empty state visualsPaul Frazee2023-01-191-3/+5
|
* Post layout tweaks (#53)Paul Frazee2023-01-191-2/+3
| | | | | | | | | | | | | | | | | * 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-181-1/+1
| | | | | | | * Fetch external link metadata during compose so the user can preview and remove the embed * Add missing mocks * Update tests to match recent changes
* Remove all links from post meta to ensure taps are more consistentPaul Frazee2023-01-181-7/+2
|
* Prettier profile headers (no standard header)Paul Frazee2023-01-181-2/+2
|
* Update gradients to use a more consistent blue themePaul Frazee2023-01-184-17/+12
|
* Rework all typographyPaul Frazee2023-01-1810-23/+19
|
* Fix to extraneous home feed pollingPaul Frazee2023-01-171-2/+1
|
* Visual improvements to post embeds for external linksPaul Frazee2023-01-171-16/+51
|
* 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-172-10/+16
|
* Fix notification descriptions and render images for your own posts in notifsPaul Frazee2023-01-172-2/+41
|
* Lighten post controls a little in light-mode and add them to the themePaul Frazee2023-01-171-12/+15
|
* Shrink the header back down but use bolder title textPaul Frazee2023-01-172-19/+19
|
* Unit Testing (#35)João Ferreiro2023-01-174-5/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Enlarge the view headerPaul Frazee2023-01-161-20/+14
|
* Dark mode color fixesPaul Frazee2023-01-161-1/+10
|
* 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-161-5/+5
|
* Spacing fixesPaul Frazee2023-01-164-11/+22
|
* Move menu controls into post footers and improve meta info renderingPaul Frazee2023-01-162-35/+38
|
* Introduce error boundaries around all screensPaul Frazee2023-01-021-0/+40
|
* Bump api@0.0.5 and use the type guard helpersPaul Frazee2023-01-021-15/+13
|
* Implement logging systemPaul Frazee2023-01-021-2/+1
|
* Fix to loading statePaul Frazee2022-12-301-3/+6
|
* Various small fixesPaul Frazee2022-12-301-1/+1
|
* Integrate profile listings into design systemPaul Frazee2022-12-301-4/+4
|
* Integrate ViewSelector into design systemPaul Frazee2022-12-302-16/+12
|
* Integrate composer prompt into design systemPaul Frazee2022-12-301-0/+1
|
* Integrate ViewHeader into the design systemPaul Frazee2022-12-301-47/+31
|
* Update threads to use design systemPaul Frazee2022-12-302-5/+9
|
* Improve image layoutPaul Frazee2022-12-303-79/+192
|