about summary refs log tree commit diff
path: root/app/javascript/mastodon/components/dropdown_menu.js
AgeCommit message (Expand)Author
2023-02-20Rename JSX files with proper `.jsx` extension (#23733)Renaud Chaput
2023-01-30Upgrade ESlint to v8 (#23305)Nick Schonning
2023-01-11Fix dropdown menu positions when scrolling (#22916)Peter Simonsson
2022-02-09Add edit history to web UI (#17390)Eugen Rochko
2021-02-11Add dropdown for boost privacy in boost confirmation modal (#15704)Claire
2020-11-05Bump detect-passive-events from 1.0.5 to 2.0.1 (#15003)dependabot[bot]
2020-08-21Fix scrolling issues when closing some dropdown menus (#14606)ThibG
2020-04-28Fix page incorrectly scrolling when bringing up dropdown menus (#13574)ThibG
2020-04-21Fix and refactor keyboard navigation in dropdown menus (#13528)ThibG
2019-10-24Add noopener and/or noreferrer (#12202)BSKY
2019-08-07Improve focus handling with dropdown menus (#11511)ThibG
2019-08-06Improve dropdown menu keyboard navigation (#11491)ThibG
2019-07-19Added logout to dropdown menu (#11353)koyu
2018-09-13Only focus first element of dropdown menus if using keyboard (#8679)ThibG
2018-08-23Update state when opened dropdown is unmounted (fixes #8397) (#8398)ThibG
2018-08-19Make dropdown animations respect their placement (#8292)cpsdqs
2018-05-04Dropdowns accessibility (#7318)ThibG
2018-04-20Fix #6157: boosting own private toots (#7200)mayaeh
2018-03-07Remove pointer events on the entire UI when a dropdown menu is open (#6648)Akihiko Odaki
2018-03-05Place dropdown menu top if it is closer to the bottom of the viewport (#6641)Akihiko Odaki
2017-11-25Rename ariaLabel property of Dropdown to title (#5813)Akihiko Odaki
2017-10-16Add option to reduce motion (#5393)Nolan Lawson
2017-10-06Import only Spring/Motion from react-motion (#5236)Nolan Lawson
2017-10-06import only Overlay from react-overlays (#5235)Nolan Lawson
2017-09-24Dropdown triangles a bit nicer, smoother scrolling on touch (#5062)Eugen Rochko
2017-09-22Make dropdowns render into portal, expand animation (#5018)Eugen Rochko
2017-07-29Improve accessibility (part 6) (#4435)Sorin Davidoi
2017-07-28Improve accessibility (part 4) (#4408)Sorin Davidoi
2017-07-27fix(dropdown_menu): Open as modal on mobile (#4295)Sorin Davidoi
2017-07-11Redesign the landing page, mount public timeline on it (#4122)Eugen Rochko
2017-06-23Use Class and Property Decorators (#3730)Yamagishi Kazutoshi
2017-06-23Remove unused variables (#3906)Yamagishi Kazutoshi
2017-06-20Upgrade React Router (#3677)Sorin Davidoi
2017-06-06Improve ESLint rules for JSX (#3608)Yamagishi Kazutoshi
2017-06-06Add quotes ESLint rules (#3602)Yamagishi Kazutoshi
2017-05-22Fix "Edit profile" on the account action bar (#3222)unarist
2017-05-20Improve eslint rules (#3147)Yamagishi Kazutoshi
2017-05-20Performance improvements (#3168)Sorin Davidoi
2017-05-20Add account media gallery view to web UI (#3120)Eugen Rochko
2017-05-19Avoid useless renders (#3141)Sorin Davidoi
2017-05-12Use ES Class Fields & Static Properties (#3008)Yamagishi Kazutoshi
2017-05-03Replace sprockets/browserify with Webpack (#2617)Eugen Rochko