jedmund-svelte/src/lib/components/admin
2025-08-31 11:03:27 -07:00
..
composer refactor: modernize Edra editor components and enhance functionality 2025-07-09 23:21:27 -07: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: migrate media components to Svelte 5 runes 2025-07-09 23:20:56 -07: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
AutoSaveStatus.svelte feat(autosave): add autosave controller and status component 2025-08-31 11:03:27 -07: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 feat(drafts): add local draft backup with restore prompt to EssayForm, SimplePostForm, and PhotoPostForm 2025-08-31 11:03:27 -07:00
FilePreviewList.svelte feat: add video playback UI and thumbnail display 2025-08-23 03:14:06 -04:00
FileUploadZone.svelte refactor: migrate media components to Svelte 5 runes 2025-07-09 23:20:56 -07: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: add video playback UI and thumbnail display 2025-08-23 03:14:06 -04:00
MediaGrid.svelte feat: add video playback UI and thumbnail display 2025-08-23 03:14:06 -04:00
MediaInput.svelte feat: create reusable CloseButton icon component 2025-06-26 08:40:32 -04:00
MediaMetadataPanel.svelte feat: add video playback UI and thumbnail display 2025-08-23 03:14:06 -04:00
MediaUploadModal.svelte feat: add video playback UI and thumbnail display 2025-08-23 03:14:06 -04:00
MediaUsageList.svelte refactor: migrate media components to Svelte 5 runes 2025-07-09 23:20:56 -07: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 feat(drafts): add local draft backup with restore prompt to EssayForm, SimplePostForm, and PhotoPostForm 2025-08-31 11:03:27 -07: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 feat(admin): integrate autosave and local draft prompt into ProjectForm and Post Edit; add Cmd/Ctrl+S and beforeNavigate flush 2025-08-31 11:03:27 -07: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: convert PublishDropdown to use Svelte 5 snippets 2025-06-26 13:49:15 -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 feat(drafts): add local draft backup with restore prompt to EssayForm, SimplePostForm, and PhotoPostForm 2025-08-31 11:03:27 -07: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 refactor(admin): use shared api client across projects list, posts list, new post, project edit load, and media modal 2025-08-31 11:03:27 -07:00