-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix breaking changes in backend #60
Conversation
From Discord: Bug 1: Saving a new User Preset doesn't seem to be putting it in the preset store that /Scenes is using - the user preset doesn't show up until you refresh the page and get the config (and thus new preset) again. Bug 2: The preset category is hardcoded in the call to activate the preset, rather than being dynamic. I've fixed the breaking updates (I think) but I don't know enough to fix the other stuff Thought: The presets in /Scenes are using preset_id, but they could be using preset_id[name] to display the pretty name instead since we store/have the presets name? |
Frontend now resides in main ledfx repo - redundant PR. |
This fixes the breaking changes potentially introduced in LedFx/LedFx#568
I need your help though, it doesn't actually fix the bug that I went looking for 🤣
I'll @ you inline, your magic is required.