about summary refs log tree commit diff
path: root/src/view/com/composer/text-input
Commit message (Expand)AuthorAgeFilesLines
* run `yarn lint --fix` (#9013)Samuel Newman2025-09-093-3/+3
* Close web mention suggestions popup on `Escape` (#8605)Samuel Newman2025-08-284-268/+248
* don't override backspace if alt or meta key (#8855)Samuel Newman2025-08-151-1/+5
* Fix deletion of composed emojis in web composer (#8829)Arturo Fonseca2025-08-131-1/+20
* fix some auto complete issuesChenyu Huang2025-07-241-4/+5
* fix whitespace collapse (#8659)Samuel Newman2025-07-171-1/+3
* specify autocap (#8619)Samuel Newman2025-07-081-0/+3
* Reduce composer font size (#8591)Samuel Newman2025-06-301-1/+1
* Upgrade prettier to 3.6 (#8558)Samuel Newman2025-06-231-2/+2
* new arch (#8295)hailey2025-06-121-7/+7
* Keep all radix dependencies aligned by using single package (#8219)Samuel Newman2025-04-243-9/+45
* Tweak alignment (#8258)Eric Bailey2025-04-211-5/+19
* Add check to composer user autocomplete (#8253)Eric Bailey2025-04-212-84/+154
* Preload emoji picker data for reactions on web (#8079)Eric Bailey2025-03-281-0/+24
* Revert "Small revert to be on the safe side (#7932)" (#7958)Samuel Newman2025-03-242-3/+5
* Small revert to be on the safe side (#7932)Eric Bailey2025-03-072-5/+3
* fix autocomplete (#7930)Samuel Newman2025-03-072-2/+2
* #6861: Use available space to make focus on Composer TextInput easier (copy) ...Samuel Newman2025-02-251-2/+4
* Refine accessibilityHint (#7554)Minseo Lee2025-02-111-2/+2
* Fix Emoji picker focus (#7217)Eric Bailey2024-12-201-36/+51
* Fix emoji picker position (#7146)Eric Bailey2024-12-171-34/+37
* Immediately parse pre-filled links in composer state (#6974)Eric Bailey2024-12-062-3/+7
* perf: optimizations for composer with Tiptap (#6315)Nick Perez2024-11-231-8/+3
* Fix Newline handling in Web's Composer (#6658)Horus Lugo2024-11-231-0/+20
* Fix overflow issue on iOS autocomplete, among other things (#6611)Samuel Newman2024-11-213-40/+27
* Fix Fast Refresh in <Text> files (#6609)dan2024-11-212-2/+2
* Leverage jsx transform to remove unnecessary react imports and update eslint ...Paul Coroneos2024-11-192-7/+2
* set includeFontPadding false for fixed TextInput height on Android (#6170)khuddite2024-11-091-1/+5
* Composer UI fixes (#6065)dan2024-11-012-2/+9
* Fix duplicates in thread composer (#6068)dan2024-11-012-4/+21
* Thread composer UI (#6050)dan2024-11-011-2/+11
* Sort imports (#6009)dan2024-10-293-4/+4
* Make composer min height conditional and align attachments (#5976)dan2024-10-282-2/+12
* Split composer into smaller components (#5941)dan2024-10-252-6/+6
* Move Dialogs to Radix (#5648)Samuel Newman2024-10-081-7/+12
* Move remaining composer state into reducer (#5623)dan2024-10-071-1/+1
* Rework native autocomplete (#5521)Hailey2024-09-272-108/+93
* Fix composer jumpiness on native (#5476)Eric Bailey2024-09-241-30/+20
* [Neue] Handle emoji within custom font (#5449)Eric Bailey2024-09-242-16/+18
* [Neue] Ligatures & composer (#5427)Eric Bailey2024-09-192-23/+60
* [Video] Allow drag-and-drop & pasting video (#5252)Samuel Newman2024-09-101-7/+17
* Add emoji picker to chat composer (#5196)Eric Bailey2024-09-063-7/+27
* Fix Android composer cursor bug by removing `setTimeout` from native composer...Hailey2024-08-121-57/+45
* Fix: emoji picker closes when hitting spacebar (#4422) (#4441)Michał Gołda2024-07-111-21/+23
* Fix pasting images on web (#4670)dan2024-06-271-8/+7
* Prevent rich-formatting paste (#4327)Mary2024-06-131-8/+19
* Rewrite the link detection (#3687)dan2024-04-243-87/+110
* Remove unnecessary `.trimEnd()` and fix facet detection (#3672)Hailey2024-04-242-12/+23
* Automatically add a link card for URLs in the composer (#3566)Hailey2024-04-163-50/+140
* Use consistent avatar shape/defaults for labelers (#3257)Eric Bailey2024-03-192-2/+10