mirror of
https://github.com/flarum/core.git
synced 2025-07-16 06:16:23 +02:00
* chore: convert `Dropdown` components to TS * chore(review): `buttonClassName` technically not required * chore(review): `accessibleToggleLabel` technically not required * chore(review): use `classList` where possible * chore: `yarn format` * Update framework/core/js/src/common/components/Dropdown.tsx * chore(review): use `includes` * chore(review): define constant of excluded groups * chore(review): use `null coalesce` and `logical or` assignments * chore(review): `null coalesce` * chore(review): `any` to `typeof Component` * chore(review): `classList` * chore(review): `yarn format` * chore: fix typing issues after typescript update Signed-off-by: Sami Mazouz <sychocouldy@gmail.com> Co-authored-by: David Wheatley <hi@davwheat.dev>