about summary refs log tree commit diff
path: root/src/state/shell/composer.tsx
Commit message (Collapse)AuthorAgeFilesLines
* add expandable context to composer when replying to post (#2419)Hailey2024-01-081-0/+1
| | | | | | | | | | | | | | | * add expand replyTo text with animation * add images, quote to replyTo * support withmedia * adjust layout * add embed to all needed openComposer calls * adjust gap * organize imports
* emoji picker improvements (#2392)Hailey2024-01-021-0/+1
| | | | | | | | | | | | | * rework emoji picker * dynamic position * always prefer the left if it will fit * add accessibility label * Update EmojiPicker.web.tsx oops. remove accessibility from fake button
* Use non-reactive callbacks for some methods (#1948)dan2023-11-161-9/+15
| | | | | | | * Use non-reactive callbacks for some methods * Remove unnecessary state * Use non-reactive callbacks for modals
* Close active elems (react-query refactor) (#1926)Paul Frazee2023-11-161-3/+8
| | | | | | | | | * Refactor closeAny and closeAllActiveElements * Add close lightbox * Switch to hooks * Fixes
* Composer update (react-query refactor) (#1899)Paul Frazee2023-11-141-0/+74
* Move composer state to a context * Rework composer to use RQ --------- Co-authored-by: Eric Bailey <git@esb.lol>