You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I've been using your tool while I have been developing a theme for helix. However, if you try to edit a color once and then edit any color again it does not work the second time or after unless you reload the page. This isn't a huge inconvenience but if you can fix it, it would be appreciated. I would fix it myself but I'm struggling a bit to test the site locally.
With that being said, I suspect that the issue is here:
I suspect you need to add a bind directive to the colors so that the changes that are made to the colors array in the Chart propagate to the data colors array. However, I'm not sure. And I may be overthinking the solution to it.
Note: While I was trying to get it working locally on my machine I did find that the weird combination of ES6 and CJS you have between the 3.0.7 version or something caused things to break somehow. Not really sure. So you'll need to update this to your 4.0.0 version I suspect.
Hi! I've been using your tool while I have been developing a theme for helix. However, if you try to edit a color once and then edit any color again it does not work the second time or after unless you reload the page. This isn't a huge inconvenience but if you can fix it, it would be appreciated. I would fix it myself but I'm struggling a bit to test the site locally.
With that being said, I suspect that the issue is here:
color-contrast-site/web/src/components/palette.svelte
Line 38 in a4f6558
I suspect you need to add a bind directive to the colors so that the changes that are made to the colors array in the Chart propagate to the data colors array. However, I'm not sure. And I may be overthinking the solution to it.
Note: While I was trying to get it working locally on my machine I did find that the weird combination of ES6 and CJS you have between the 3.0.7 version or something caused things to break somehow. Not really sure. So you'll need to update this to your 4.0.0 version I suspect.
color-contrast-site/web/package.json
Line 21 in a4f6558
The text was updated successfully, but these errors were encountered: