mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-26 09:19:43 +00:00
* [feat] Add ESLint rule for deprecated PrimeVue components Adds no-restricted-imports rule to catch usage of deprecated PrimeVue 4+ components and guide developers to use their replacements: - Dropdown → Select - OverlayPanel → Popover - Calendar → DatePicker - InputSwitch → ToggleSwitch - Sidebar → Drawer This prevents accidental usage of deprecated components and ensures consistency across the codebase. * Add ESLint ignore for existing deprecated Dropdown usage Adds TODO comment for future migration to Select component in SearchFilterDropdown. * Update eslint.config.js Co-authored-by: Alexander Brown <drjkl@comfy.org> --------- Co-authored-by: Alexander Brown <drjkl@comfy.org>
4.1 KiB
4.1 KiB