about summary refs log tree commit diff
path: root/src/view/com/composer/Composer.tsx
Commit message (Expand)AuthorAgeFilesLines
* Upgrade `@types/react` to 19 and run codemod (attempt 2) (#8918)Samuel Newman2025-09-091-1/+1
* Restore quick language select (#8981)Samuel Newman2025-09-051-16/+13
* Close web mention suggestions popup on `Escape` (#8605)Samuel Newman2025-08-281-5/+5
* Language select final tweaks (#8914)Samuel Newman2025-08-271-2/+2
* Fix toast type (#8909)Eric Bailey2025-08-261-4/+5
* Yeah toast (#8878)Eric Bailey2025-08-261-9/+30
* remove root sibling parent(s??) from composer (#8897)Samuel Newman2025-08-251-81/+76
* [APP-1318] `SelectMediaButton` (#8828)Eric Bailey2025-08-181-93/+175
* feat: use OP's language as recommendation when replying (#8832)Elijah Seed-Arita2025-08-151-1/+5
* add margin between messages in the composer thread (#8691)Chenyu2025-07-211-0/+5
* Reduce composer font size (#8591)Samuel Newman2025-06-301-1/+1
* Upgrade prettier to 3.6 (#8558)Samuel Newman2025-06-231-16/+16
* Port post embeds to new arch (#7408)Eric Bailey2025-06-131-5/+10
* hide keyboard when backgrounding (#8450)Samuel Newman2025-06-111-0/+15
* [Threads V2] Preliminary integration of unspecced V2 APIs (#8443)Eric Bailey2025-06-111-9/+49
* Quiet some logs, fix a bug (#8404)Eric Bailey2025-05-271-1/+1
* [APP-1158] Refactor email-related dialogs (#8296)Eric Bailey2025-05-071-21/+0
* bump it bop it upgrade it (rn 79/expo 53) (#8281)hailey2025-05-021-36/+38
* Edge to edge support (#7497)Mathieu Acthernoene2025-04-221-2/+1
* Add plural formatting, translate and tweak some accessibility strings in comp...surfdude292025-04-021-24/+69
* Revert "Small revert to be on the safe side (#7932)" (#7958)Samuel Newman2025-03-241-22/+14
* Small revert to be on the safe side (#7932)Eric Bailey2025-03-071-14/+22
* #6861: Use available space to make focus on Composer TextInput easier (copy) ...Samuel Newman2025-02-251-22/+14
* make composer pills tappable when keyboard is active (#7717)gpp2025-02-231-0/+1
* Refine accessibilityHint (#7554)Minseo Lee2025-02-111-1/+1
* [APP-1013] Configure and apply default post interaction settings from user pr...Eric Bailey2025-02-061-1/+9
* Fix Android composer padding: Director's Cut (#7412)Samuel Newman2025-01-091-7/+15
* Fix Emoji picker focus (#7217)Eric Bailey2024-12-201-1/+8
* Add gif support to web (#6433)Samuel Newman2024-11-221-15/+20
* Use compiler-safe Reanimated get/set APIs (#6391)dan2024-11-171-19/+27
* fix video thumb cleanup (#6431)Samuel Newman2024-11-171-1/+3
* Add email verification prompts throughout the app (#6174)Hailey2024-11-121-0/+21
* Composer UI fixes (#6065)dan2024-11-011-5/+20
* Fix duplicates in thread composer (#6068)dan2024-11-011-0/+1
* [Statsig] Track threads (#6057)dan2024-11-011-0/+7
* Fixes for thread composer on Android (#6045)dan2024-11-011-33/+52
* Thread composer UI (#6050)dan2024-11-011-199/+341
* Implement posting threads (#6049)dan2024-11-011-1/+1
* Check video state for the entire thread (#5957)dan2024-11-011-69/+143
* Extend composer checks to all posts in a thread (#5955)dan2024-10-291-50/+65
* Remove indirection when rendering composer state (#5954)dan2024-10-291-66/+36
* Refactor composer state for threads (#5945)dan2024-10-291-20/+41
* Disable Post button when empty (#5953)dan2024-10-291-32/+19
* Make composer min height conditional and align attachments (#5976)dan2024-10-281-2/+6
* Don't render `ComposerPills` when unnecessary (#5975)Hailey2024-10-281-0/+6
* Fix missing style (#5944)dan2024-10-251-1/+1
* Conditionally render labels button when media exists in post (#5942)Hailey2024-10-251-7/+8
* Split composer into smaller components (#5941)dan2024-10-251-351/+515
* Display non-post embeds in composer preview (#5647)dan2024-10-241-0/+1
* Refactor post meta to return PostView (#5645)dan2024-10-241-4/+2