about summary refs log tree commit diff
path: root/src/view/com/composer
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* CleanupPaul Frazee2022-12-021-11/+9
|
* moving placeholder conditionJoão Ferreiro2022-11-291-7/+7
|
* crop every photo;João Ferreiro2022-11-292-29/+72
| | | | make use of useCallback
* react-hooks/exhaustive-deps fixesJoão Ferreiro2022-11-291-7/+4
|
* use runInAction in getPhotos modelJoão Ferreiro2022-11-291-9/+4
|
* change post test with photo attached;João Ferreiro2022-11-291-1/+7
| | | | remove auto linking settings
* fix typescript issue; force mediatype photoJoão Ferreiro2022-11-291-12/+17
|
* fixing add photo using cameraJoão Ferreiro2022-11-291-1/+4
|
* move show carousel out of the componentJoão Ferreiro2022-11-293-13/+11
|
* further refactoring code into different componentsJoão Ferreiro2022-11-293-154/+147
|
* reafctor image carousel into new component;João Ferreiro2022-11-292-169/+220
| | | | fix photo overlapping text in composer
* Merge branch 'main' into upload-imageJoão Ferreiro2022-11-282-65/+111
|\
| * Fix toast positioning (close #9)Paul Frazee2022-11-281-8/+2
| |
| * Remove the 'warning color' from the character counterPaul Frazee2022-11-281-7/+1
| |
| * Tune post-thread expanded view: add reply prompt, fix spacing and sizingPaul Frazee2022-11-281-12/+28
| |
| * Update composer to shrink fonts and use more consistent visuals; also ↵Paul Frazee2022-11-281-30/+74
| | | | | | | | autofocus the input
* | upload images in composer v1João Ferreiro2022-11-281-3/+178
|/
* Show parent post in composer when replying (close #3)Paul Frazee2022-11-231-0/+25
|
* Turn composer character counter into a countdownPaul Frazee2022-11-231-1/+1
|
* Add support for links with no scheme in composerPaul Frazee2022-11-221-17/+12
|
* Change post prompt to 'Whats up?'Paul Frazee2022-11-222-2/+2
|
* Replace the FAB with a compose prompt at the top of the feedPaul Frazee2022-11-201-0/+63
|
* Add support for web linksPaul Frazee2022-11-181-1/+1
|
* Fix rendering of mentions in composerPaul Frazee2022-11-181-14/+19
|
* Dont autofocus composer to avoid a bug with keyboard avoiding viewsPaul Frazee2022-11-181-1/+0
|
* Small sizing and spacing tweaksPaul Frazee2022-11-181-1/+1
|
* Add live search to autocomplete and only highlight known handlesPaul Frazee2022-11-172-37/+30
|
* Fix composer positioningPaul Frazee2022-11-161-57/+61
|
* Fix input positioning for small screensPaul Frazee2022-11-161-8/+18
|
* Fix double-posting bugPaul Frazee2022-11-141-10/+29
|
* Add scene creatorPaul Frazee2022-11-091-1/+1
|