JackismyShephard / ultimate-rvc

An app for creating song covers with any RVC v2 trained AI voice from YouTube videos or audio files.
MIT License
22 stars 8 forks source link

persist ui changes between sessions #17

Open JackismyShephard opened 6 months ago

JackismyShephard commented 6 months ago

Persist changes between ui sessions, i.e. when the user reloads the page hosting the app or loads the app on a new page. Current solution only persists changes to components but not accordions. Problems is that accordions, unlike components, don't have an associated event listener afaict.