about summary refs log tree commit diff
path: root/src/view/com/composer
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix import pathsPaul Frazee2023-01-272-4/+4
|
* Implement basic web composerPaul Frazee2023-01-275-56/+204
|
* Add web polyfillsPaul Frazee2023-01-261-1/+1
|
* Update web build and web-specific components; RNW now buildsPaul Frazee2023-01-261-1/+1
|
* Fix all type errorsPaul Frazee2023-01-262-5/+23
|
* Add basic analytics (#89)Paul Frazee2023-01-241-0/+5
| | | | | * Add basic analytics * Fix: add mock for analytics
* Resolve all remaining lint issues (#88)Paul Frazee2023-01-241-3/+3
| | | | | | | | | * 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-241-1/+0
| | | | | | | | | | | | | * more prettier and lint cleanup * Fixes more lint issues * lint * ignore more files * remove todos * lint
* Removes white space from around images (#81)Aryan Goharzad2023-01-231-6/+9
| | | | | * Removes white space from around images * Add a subtle border
* Fix text color in composerPaul Frazee2023-01-191-1/+1
|
* Fix a case where the 'aborted' error message was getting throughPaul Frazee2023-01-191-3/+7
|
* Fix: taps on images in the composer now register even when input is focusedPaul Frazee2023-01-191-0/+1
|
* Add the ability to paste images into the composer (#56)Paul Frazee2023-01-192-25/+69
|
* 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
* Tweak compose prompt spacingPaul Frazee2023-01-191-3/+2
|
* Post layout tweaks (#53)Paul Frazee2023-01-191-0/+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-182-1/+206
| | | | | | | * Fetch external link metadata during compose so the user can preview and remove the embed * Add missing mocks * Update tests to match recent changes
* 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-182-11/+41
|
* 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
|
* Update gradients to use a more consistent blue themePaul Frazee2023-01-181-1/+1
|
* Rework all typographyPaul Frazee2023-01-183-6/+9
|
* Improve lightbox... and update to React Native 0.71.0 (#49)Paul Frazee2023-01-171-3/+4
| | | | | | | * 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
|
* Unit Testing (#35)João Ferreiro2023-01-175-6/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-24/+8
|
* Fix image compression for avis and banner imagesPaul Frazee2023-01-121-6/+6
|
* Improve error loggingPaul Frazee2023-01-021-2/+2
|
* Implement logging systemPaul Frazee2023-01-021-7/+8
|
* Integrate composer into design systemPaul Frazee2022-12-303-45/+36
|
* Integrate composer prompt into design systemPaul Frazee2022-12-301-14/+15
|
* Tighten up spacing and dividersPaul Frazee2022-12-281-3/+2
|
* Add a design system (#34)Paul Frazee2022-12-283-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * 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-261-2/+2
|
* Start with highest quality compression and find a suitable size (#33)Paul Frazee2022-12-261-23/+31
|
* Get the composer into a passable visual state on android when the keyboard ↵Paul Frazee2022-12-201-0/+2
| | | | is open
* Fixes to text input colors on androidPaul Frazee2022-12-201-0/+1
|
* Wrap all <Text> in a helper that ensures black color is applied by defaultPaul Frazee2022-12-203-4/+6
|
* fixing remaining text colors on androidJoão Ferreiro2022-12-191-2/+2
|
* initial android fixesJoão Ferreiro2022-12-191-2/+5
|
* Enable image-only postsPaul Frazee2022-12-191-1/+1
|
* Fixes to the composer UX around images and scrollingPaul Frazee2022-12-162-47/+75
|
* Add post embeds (images and external links)Paul Frazee2022-12-143-42/+61
|
* Move posts feed to root store (me) and ensure new posts always update the feedPaul Frazee2022-12-131-0/+1
|
* Add avatar images and fix some type signaturesPaul Frazee2022-12-082-0/+3
|
* Switch to react-native default animation tools for composer and post controlsPaul Frazee2022-12-061-20/+15
|
* Better sized and more informative character counterPaul Frazee2022-12-051-5/+24
|
* Hide images behind a build flag until readyPaul Frazee2022-12-021-8/+11
|