slideshare/public/themes-manifest.json
Michael Mainguy d25eb56794 feat: Add drag-and-drop slide reordering functionality
- Add reorderSlides function to useSlideOperations hook
- Update SlidesSidebar to handle drag-and-drop events
- Make SlideThumbnail components draggable with visual feedback
- Add CSS styles for drag states (dragged, drag-over, drag handle)
- Implement proper slide order management and persistence
- Add visual indicators for drag operations (opacity, transform, borders)
- Disable drag operations when saving to prevent conflicts
This completes the slide reordering feature from the user flows document.
2025-09-27 16:48:17 -05:00

19 lines
368 B
JSON

{
"themes": {
"default": {
"id": "default",
"cssFile": "style.css",
"layouts": [
"2-content-blocks",
"code-slide",
"content-slide",
"diagram-slide",
"image-slide",
"markdown-slide",
"title-slide"
],
"hasMasterSlide": true
}
},
"generated": "2025-09-24T21:37:00.344Z"
}