alkrauss48 / simple-slides

Simple Slides is a responsive and text-first presentation tool that keeps your audience engaged.
https://simpleslides.dev
MIT License
44 stars 8 forks source link

Add action to replicate a presentation #42

Closed alkrauss48 closed 1 week ago

alkrauss48 commented 3 weeks ago

Details over how to replicate in filament: https://filamentphp.com/docs/3.x/actions/prebuilt-actions/replicate.

Implement this on app/Filament/Resources/PresentationResource.php in the actions function call (around L156). Convert all the existing actions into a Filament Action Group too.

When replicating, be sure to customize the data before saving and change the following properties on the new record:

Testing