mirror of
https://github.com/halo-dev/halo.git
synced 2025-12-20 16:44:38 +08:00
* Refactor list toolbar items and unify icon sizing * Replace MDI icons with Mingcute icons in editor extensions * Replace MDI icons with Mingcute and other icon sets * Unify button styles and icon sizing in editor UI * Refactor editor icons and remove BlockCard component * Refactor CommandsView menu styles and structure * Add transition-colors to interactive UI components * Refactor toolbar and toolbox item props typing * Refactor BubbleItem props to use shared type * Fix optional chaining for isActive prop in LinkBubbleButton * Replace MDI icons with Mingcute icons in editor UI * Refactor editor layout and styles for improved flexibility * Refactor editor layout and update styles * Replace icon set in CodeBlockViewRenderer * Extend props types for toolbar, bubble, and toolbox items * Refactor bubble components into subfolder * Add BubbleButton component and update usage * Refactor dropdown and toolbar item components * Add image position dropdown to image bubble menu * Refactor editor extension isActive checks to use class names * Refactor gallery bubble items to use new UI components * Refactor iframe align actions into dedicated component * Refactor video position bubble to dropdown component * Refactor input components and unify input UI * Increase input container width from w-60 to w-64 * Refactor video size UI and update link popper widths * Add audio position alignment to editor extension * Refactor iframe and video size controls, update icons * Add ResourceReplaceButton and refactor media replace UI * Add configurable gap for gallery items * Increase group size options to 10 in gallery Expanded the selectable group size options in BubbleItemGroupSize.vue from 6 to 10, allowing users to choose larger group sizes for gallery items. * Add danger type to cover delete dropdown item * Add auto-focus to Input components in editor bubbles * Add top margin to GalleryView node wrapper