about summary refs log tree commit diff
path: root/src/state/shell/composer/index.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix composer shortcut detaching a reply (#7041)dan2024-12-101-1/+7
|
* Include hydrated responses for other records (#5646)dan2024-10-241-1/+1
| | | | | | | * Include hydrated responses for other records * Rename meta -> view This is actually all it is now.
* Refactor post meta to return PostView (#5645)dan2024-10-241-17/+4
|
* Fetch link previews from RQ (#5608)dan2024-10-071-0/+23
| | | | | Co-authored-by: Mary <git@mary.my.id> Co-authored-by: Hailey <me@haileyok.com>
* [Video] Add dimension info to share intent (#5639)Hailey2024-10-071-1/+1
|
* [Share Extension] Move away from deprecated API, implement JS side of things ↵Hailey2024-09-261-0/+1
| | | | (#5509)
* MobX removal take 2 (#5381)Mary2024-09-251-1/+6
| | | | | | | | | * mobx removal take 2 * Actually rm mobx --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Pre-fill alt text with 10-million card post (#5389)Eric Bailey2024-09-171-1/+1
| | | | | | | | | | | | | * Pre-fill alt text with 10-million card post (#5377) * Clean up type * Tweak alt copy * Add pt translation, fix typo --------- Co-authored-by: Calvin <clavin@users.noreply.github.com>
* "N" keyboard shortcut to open a new post modal (#5197)Eric Bailey2024-09-131-0/+107
* feat: Add hook on web app to open composer with 'N' keyboard shortcut * Extract, don't fire open composer if already open * Ignore interactive elements --------- Co-authored-by: João Gabriel <joaog@nocorp.io> Co-authored-by: Hailey <me@haileyok.com>