about summary refs log tree commit diff
path: root/src/view/com/util/EventStopper.tsx
Commit message (Collapse)AuthorAgeFilesLines
* New Edit Profile dialog on web, use new Edit Image dialog everywhere (#8220)Samuel Newman2025-05-061-2/+2
|
* Refactor `PostDropdownBtn` to use new `Menu` (#3112)Eric Bailey2024-03-081-2/+9
| | | | | | | | | | | | | | | | | | | | | * Refactor PostDropdownBtn (cherry picked from commit 0adf6cb75e3d4b7c1630cf6153c0d7e289e1b859) * Update icons (cherry picked from commit ac89ef9b28721c00736b1388455f3f5f092de0ad) * Port over fixes * fix scrollbar disappearing * Try CSS solution * Disable arrow for now --------- Co-authored-by: Hailey <me@haileyok.com>
* Remove async resizing from external embed player (#2936)Hailey2024-02-201-3/+7
| | | | | | | | | | | | | | | | | | | | | * remove debug adjust youtube shorts height fix webview style simplify styles fix resizing make it more clear remove async resizes from external player * remove comment * ts * reverse aspect
* Fix keyboard support on the dropdown (#1073)Paul Frazee2023-07-281-0/+22
* Fix: dropdown now supports accessibility labels and keyboard controls * Fix event propagation around the post dropdown