about summary refs log tree commit diff
path: root/src/view/com/composer/text-input/TextInput.web.tsx
Commit message (Expand)AuthorAgeFilesLines
* Close web mention suggestions popup on `Escape` (#8605)Samuel Newman2025-08-281-55/+49
* 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 whitespace collapse (#8659)Samuel Newman2025-07-171-1/+3
* Keep all radix dependencies aligned by using single package (#8219)Samuel Newman2025-04-241-3/+3
* 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 Fast Refresh in <Text> files (#6609)dan2024-11-211-1/+1
* Composer UI fixes (#6065)dan2024-11-011-1/+6
* Fix duplicates in thread composer (#6068)dan2024-11-011-4/+20
* Thread composer UI (#6050)dan2024-11-011-2/+11
* Make composer min height conditional and align attachments (#5976)dan2024-10-281-0/+9
* Split composer into smaller components (#5941)dan2024-10-251-5/+5
* [Neue] Ligatures & composer (#5427)Eric Bailey2024-09-191-4/+26
* [Video] Allow drag-and-drop & pasting video (#5252)Samuel Newman2024-09-101-7/+17
* Add emoji picker to chat composer (#5196)Eric Bailey2024-09-061-3/+1
* 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-241-22/+16
* Remove unnecessary `.trimEnd()` and fix facet detection (#3672)Hailey2024-04-241-9/+20
* Automatically add a link card for URLs in the composer (#3566)Hailey2024-04-161-23/+44
* Add tags and mute words (#2968)Eric Bailey2024-02-261-0/+2
* use the palette's font color in the composer (as string) (#2792)Hailey2024-02-081-1/+4
* use the palette's font color in the composer (#2791)Hailey2024-02-071-1/+1
* Reduce the odds of false positives in the language suggester (close #2598) (#...Paul Frazee2024-01-301-1/+0
* Tweak positioningPaul Frazee2024-01-221-1/+3
* fix: firefox edge-caseMary2024-01-211-5/+2
* fix: design adjustmentsMary2024-01-211-2/+3
* fix: always call preventDefaultMary2024-01-211-4/+12
* refactor: use right borderDarkMary2024-01-211-5/+1
* feat: new designMary2024-01-211-35/+81
* feat: web composer image drag and dropMary2024-01-211-9/+54
* emoji picker improvements (#2392)Hailey2024-01-021-0/+5
* Hackfix to composer focus on web (#2057)Paul Frazee2023-12-031-0/+10
* Autocomplete updates (react-query refactor) (#1911)Paul Frazee2023-11-151-12/+2
* Composer update (react-query refactor) (#1899)Paul Frazee2023-11-141-5/+15
* Dont trim before posting (close #1621) (#1622)Paul Frazee2023-10-051-1/+1
* fix link highlighting with mention present (#1544)Eric Bailey2023-09-271-73/+23
* composer: inhibit Cmd-Enter from inputting newline (#1421)uakci2023-09-111-0/+1
* Add ESLint React plugin (#1412)dan2023-09-071-112/+107
* Fix caret jumps for web composer (#1374)dan2023-09-051-5/+2
* Replace web editor link behavior (#1319)Paul Frazee2023-08-281-26/+17
* [APP-836] Emoji picker for web (#1254)Ansh2023-08-231-12/+25
* [APP-834] Allow @ing someone in post directly from profile (#1241)Ansh2023-08-221-1/+59
* Update the web composer textinput to an emitter (close #1193) (#1205)Paul Frazee2023-08-171-9/+22
* A set of composer fixes (#1187)Paul Frazee2023-08-161-0/+2
* Shorten links in composer to reduce char usage (#1188)Paul Frazee2023-08-161-0/+1
* Fix hardbreak formattingrenahlee2023-05-051-0/+2
* Add keyboard shortcuts: new, escape, and hard break (#552)Ollie H2023-05-021-0/+2
* React Native accessibility (#539)Ollie H2023-05-011-2/+2