diff --git a/USERFLOWS.md b/USERFLOWS.md index 3ffaa2c..c225021 100644 --- a/USERFLOWS.md +++ b/USERFLOWS.md @@ -45,6 +45,7 @@ - [x] User can edit presentation notes - [x] Changes auto-save to presentation - [ ] User can edit slide content without preview if desired by clicking inside content slot areas +- [ ] When template has an image slot, slide editor allows user to upload an image (that will be stored based64 encoded in indexdb) ### Remove Slide - [x] User can delete slides from presentation @@ -60,8 +61,8 @@ - [ ] Slide order automatically saves when changed ## Flow #3 - Present to oudience -- [ ] User can start presentation mode from presentation editor -- [ ] User can navigate slides in presentation mode -- [ ] User can exit presentation mode +- [x] User can start presentation mode from presentation editor +- [x] User can navigate slides in presentation mode +- [x] User can exit presentation mode - [ ] User can see slide notes in presenter view - [ ] User can control slide transitions and animations \ No newline at end of file diff --git a/public/themes-manifest.json b/public/themes-manifest.json index 4052630..0a6e107 100644 --- a/public/themes-manifest.json +++ b/public/themes-manifest.json @@ -12,5 +12,5 @@ "hasMasterSlide": true } }, - "generated": "2025-08-21T14:20:36.144Z" + "generated": "2025-08-21T14:43:50.916Z" } \ No newline at end of file diff --git a/public/themes/default/layouts/image-slide.html b/public/themes/default/layouts/image-slide.html index 466f44e..859b9c8 100644 --- a/public/themes/default/layouts/image-slide.html +++ b/public/themes/default/layouts/image-slide.html @@ -4,7 +4,7 @@