jedmund-svelte/src/lib/components/admin/composer
Justin Edmund 82c39de7ea feat: implement enhanced bubble menu with text styles and color pickers
- Add ComposerBubbleMenu with formatting tools and dropdowns
- Create BubbleTextStyleMenu for paragraph/heading/list selection
- Add BubbleColorPicker with preset palettes and custom color selection
- Use lighter pastel colors for highlight presets
- Implement circle color swatches with even grid spacing
- Add strikethrough support and improved hover states
- Use absolute positioning to prevent scroll issues
- Integrate with existing editor configuration

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-26 12:07:24 -04:00
..
BubbleColorPicker.svelte feat: implement enhanced bubble menu with text styles and color pickers 2025-06-26 12:07:24 -04:00
BubbleTextStyleMenu.svelte feat: implement enhanced bubble menu with text styles and color pickers 2025-06-26 12:07:24 -04:00
ComposerBubbleMenu.svelte feat: implement enhanced bubble menu with text styles and color pickers 2025-06-26 12:07:24 -04:00
ComposerCore.svelte feat: add toolbar feature flag to disable toolbar in favor of bubble menu 2025-06-26 11:58:10 -04:00
ComposerLinkManager.svelte fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
ComposerMediaHandler.svelte.ts fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
ComposerToolbar.svelte style: enhance toolbar with glassmorphism and improved design 2025-06-26 11:58:34 -04:00
editorConfig.ts feat: add toolbar feature flag to disable toolbar in favor of bubble menu 2025-06-26 11:58:10 -04:00
index.ts fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
MediaInsertDropdown.svelte fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
TextStyleDropdown.svelte fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
types.ts feat: add toolbar feature flag to disable toolbar in favor of bubble menu 2025-06-26 11:58:10 -04:00
useComposerEvents.svelte.ts fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
useDropdown.svelte.ts fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00