jedmund-svelte/src/lib/components/admin
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
..
composer feat: implement enhanced bubble menu with text styles and color pickers 2025-06-26 12:07:24 -04:00
AdminByline.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
AdminFilters.svelte Filter updates 2025-06-02 02:50:08 -07:00
AdminHeader.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
AdminNavBar.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
AdminPage.svelte Fix sticky toolbar in editor 2025-06-11 02:09:59 -07:00
AdminSegmentedControl.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
AdminSegmentedController.svelte refactor: create BaseSegmentedController and refactor AdminSegmentedController 2025-06-25 22:27:16 -04:00
AlbumForm.svelte refactor: remove EnhancedComposer backward compatibility 2025-06-26 09:12:08 -04:00
AlbumListItem.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
AlbumMetadataPopover.svelte Prettier + build errors 2025-06-02 08:41:03 -07:00
AlbumSelector.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
AlbumSelectorModal.svelte feat: create reusable CloseButton icon component 2025-06-26 08:40:32 -04:00
BaseDropdown.svelte fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
BaseModal.svelte fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
BaseSegmentedController.svelte fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
Button.svelte fix: update components to use Svelte 5 snippets and fix editor content loading 2025-06-26 09:22:19 -04:00
DeleteConfirmationModal.svelte fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
DropdownItem.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
DropdownMenu.svelte fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
DropdownMenuContainer.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
EssayForm.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
FormField.svelte fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
GalleryManager.svelte feat: create reusable CloseButton icon component 2025-06-26 08:40:32 -04:00
GalleryUploader.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
GenericMetadataPopover.svelte feat: create unified PhotoGrid component 2025-06-26 05:32:55 -04:00
ImagePicker.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
ImageUploader.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
InlineComposerModal.svelte refactor: remove EnhancedComposer backward compatibility 2025-06-26 09:12:08 -04:00
Input.svelte fix: update remaining $grey- variables in SCSS files 2025-06-25 22:03:19 -04:00
LoadingSpinner.svelte fix: update remaining $grey- variables in SCSS files 2025-06-25 22:03:19 -04:00
MediaDetailsModal.svelte feat: extract File and Copy icons as reusable components 2025-06-26 08:45:25 -04:00
MediaInput.svelte feat: create reusable CloseButton icon component 2025-06-26 08:40:32 -04:00
MediaUploadModal.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
MetadataPopover.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
Modal.svelte fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
PhotoPostForm.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
PostDropdown.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
PostListItem.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
PostMetadataPopover.svelte Simplify posts 2025-06-11 00:53:54 -07:00
ProjectBrandingForm.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
ProjectForm.svelte style: make editor more immersive with full-width design 2025-06-26 10:01:10 -04:00
ProjectGalleryForm.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
ProjectImagesForm.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
ProjectListItem.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
ProjectMetadataForm.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
ProjectStylingForm.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
ProjectTitleCell.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
PublishDropdown.svelte fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
SaveActionsGroup.svelte Prettier + build errors 2025-06-02 08:41:03 -07:00
SegmentedControlField.svelte refactor: merge FormField and FormFieldWrapper components 2025-06-25 22:14:10 -04:00
Select.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
SelectField.svelte refactor: merge FormField and FormFieldWrapper components 2025-06-25 22:14:10 -04:00
SimplePostForm.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
StatusDropdown.svelte fix: drag handle actions now affect the correct block 2025-06-26 10:33:27 -04:00
Textarea.svelte refactor: replace deprecated $grey- variables with $gray- 2025-06-25 21:41:50 -04:00
UnifiedMediaModal.svelte feat: create reusable CloseButton icon component 2025-06-26 08:40:32 -04:00