mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-22 05:32:12 -03:00
Removed the sort by selection UI from the Lora Cycler widget and hardcoded the sorting to always use filename. This simplifies the interface while maintaining all sorting functionality. Changes: - Removed sort_by prop/emit from LoraCyclerSettingsView - Removed sort tabs UI and associated styles - Hardcoded sort_by = "filename" in backend node - Removed sort by handling logic from LoraCyclerWidget - Updated widget height to accommodate removal