about summary refs log tree commit diff
path: root/src/view/com/composer/ComposePost.tsx
Commit message (Expand)AuthorAgeFilesLines
* Integrate composer into design systemPaul Frazee2022-12-301-23/+18
* Add a design system (#34)Paul Frazee2022-12-281-1/+1
* Get the composer into a passable visual state on android when the keyboard is...Paul Frazee2022-12-201-0/+2
* 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-201-2/+3
* 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-161-42/+69
* Add post embeds (images and external links)Paul Frazee2022-12-141-21/+35
* 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-081-0/+2
* 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
* moving placeholder conditionJoão Ferreiro2022-11-291-7/+7
* react-hooks/exhaustive-deps fixesJoão Ferreiro2022-11-291-7/+4
* change post test with photo attached;João Ferreiro2022-11-291-1/+7
* move show carousel out of the componentJoão Ferreiro2022-11-291-6/+9
* further refactoring code into different componentsJoão Ferreiro2022-11-291-9/+18
* reafctor image carousel into new component;João Ferreiro2022-11-291-169/+28
* Merge branch 'main' into upload-imageJoão Ferreiro2022-11-281-53/+83
|\
| * Fix toast positioning (close #9)Paul Frazee2022-11-281-8/+2
| * Remove the 'warning color' from the character counterPaul Frazee2022-11-281-7/+1
| * Update composer to shrink fonts and use more consistent visuals; also autofoc...Paul Frazee2022-11-281-30/+74
* | 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-221-1/+1
* 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-171-34/+22
* 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
* Update to the latest APIsPaul Frazee2022-11-041-6/+6
* Rework the composer to a less buggy solutionPaul Frazee2022-11-011-0/+233