-
-
Notifications
You must be signed in to change notification settings - Fork 321
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
Invalid RGB Value! - Breaks the theme generator in perpetuity #1744
Comments
@A-iko We've noted that sometimes the theme generator can get into a stuck state - you have two options:
The state for this feature is stored in local storage, so clearing that should restore you into a working state. Please confirm and we'll close this out if this restores things for you. |
@endigo9740 The toggle doesn't work, but clearing local storage does seem to do the job. It seems that the components don't completely load due to the invalid value in the first place. However, and I don't mean to impose anything, I feel like this is so easy to trigger (and not really trivial for the average website user to resolve) that this is something probably worth fixing. Especially since I think it shouldn't be hugely difficult. That's just my 2 cents though, if you disagree you can definitely close this report. Thanks for your help! |
Most likely we should only validate the color value before saving it to local storage... |
Need be I could probably have a look at it too, if the site is open source somewhere :) |
@Mahmoud-zino I'd appreciate you taking a look.
We have some plans in store for the theme generator, we're just working our way towards this. Any major reworks will come as part of this: |
That makes sense, thank you for your time! |
Current Behavior
Hello there skeleton friends!
In my enthusiasm in messing around with the theme generator, I think i've managed to break it... Forever.
Mind you I haven't tried restarting my browser yet, but refreshing or clearing my cache doesn't seem to do the trick. My apologies if this isn't the correct repository to post this, but I couldn't find a repository containing the skeleton.dev website.
This bug will initially cause the theme generator to just, disappear.
Note: The button says "Quickstart", but this occurs after clicking on "Theme Generator". The button doesn't seem to update to the active page
After a refresh, the theme generator reappears but is unusable. None of the buttons respond.
Checking the console yields the following error:
Expected Behavior
I expect to be able to configure a new theme no matter the circumstances.
Steps To Reproduce
Link to Reproduction / Stackblitz
N/A
More Information
Other than this, I think this is a fantastic repository. Being able to sketch out a nice looking website in record time really tickles my prototyping spirit! Thank you for your hard work.
The text was updated successfully, but these errors were encountered: