about summary refs log tree commit diff
path: root/src/view/com/composer
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Update to the latest APIsPaul Frazee2022-11-042-7/+7
|
* Rework the composer to a less buggy solutionPaul Frazee2022-11-012-0/+309
|
* Rewrite the post composer as a modalPaul Frazee2022-09-051-90/+0
|
* Implement follow/unfollowPaul Frazee2022-07-261-1/+0
|
* Implement Web versions of the bottom sheet, toast, and progress circlePaul Frazee2022-07-251-66/+61
|
* Add share bottom-sheet to feed and threadPaul Frazee2022-07-251-0/+8
|
* Add post composerPaul Frazee2022-07-221-0/+88