mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-24 20:55:49 +00:00
* Initial plan * Migrate ha-button-menu to ha-dropdown in 3 files - Migrate ha-config-logs.ts: Replace ha-button-menu with ha-dropdown for log provider selection - Migrate ha-qr-scanner.ts: Replace ha-button-menu with ha-dropdown for camera selection - Migrate ha-data-table-labels.ts: Replace ha-button-menu with ha-dropdown for overflow labels Following the migration pattern from PR #28293 Co-authored-by: wendevlin <12148533+wendevlin@users.noreply.github.com> * Fix ha-data-table-labels migration to use proper @wa-select pattern - Add HaDropdownItem type import - Use @wa-show instead of @click for menu opening - Use @wa-select for item selection with proper event handler - Update comment to reference ha-dropdown instead of ha-button-menu Co-authored-by: wendevlin <12148533+wendevlin@users.noreply.github.com> * Fixes * Remove unused code * Remove unused styles --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: wendevlin <12148533+wendevlin@users.noreply.github.com> Co-authored-by: Wendelin <w@pe8.at>