Skip to content
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

Closed
wants to merge 15 commits into from

Conversation

shauneccles
Copy link

@shauneccles shauneccles commented Dec 30, 2023

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.

@shauneccles
Copy link
Author

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?
Might be prettier while we're in the fucking around.

@shauneccles
Copy link
Author

Frontend now resides in main ledfx repo - redundant PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants