about summary refs log tree commit diff
path: root/src/state/util.ts
Commit message (Collapse)AuthorAgeFilesLines
* Revert to old modal on android (#4458)Samuel Newman2024-06-111-3/+4
| | | | | | | | | | | | | | | | | * revert to old modal on android * close alf dialogs before closing composer * Try to fix white area * Use hook * Fix Back button * oops --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>
* Integrate new dialogs into old back handling (#3023)Eric Bailey2024-02-281-2/+6
|
* add alf dialogs to useCloseAllActiveElements (#3021)Hailey2024-02-281-1/+10
|
* Close active elems (react-query refactor) (#1926)Paul Frazee2023-11-161-0/+45
* Refactor closeAny and closeAllActiveElements * Add close lightbox * Switch to hooks * Fixes