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

feature: adds v-style directive #3458

Merged
merged 2 commits into from
Jan 24, 2025
Merged

Conversation

johncowen
Copy link
Contributor

@johncowen johncowen commented Jan 24, 2025

Adds a v-style directive to allow us to set occasional inline styles within a strict CSP environment.

Additionally makes it easy to add simple CSS transitions that often require waiting a tick before applying a rule.

Note: There are a couple of unrelated changes here that I bumped into whilst working on this. Happy to split those off if necessary.

P.S. I need to add some sort of Set.difference polyfill here, its a bit new at the moment. 👈 this is done
**P.P.S. Cypresses Chrome Electron (ooooh it uses Electron 🤔 ) doesn't support Set.difference either so it also failed our tests 🎉 **

@johncowen johncowen requested a review from a team as a code owner January 24, 2025 11:40
@johncowen johncowen requested review from schogges and removed request for a team January 24, 2025 11:40
Copy link

netlify bot commented Jan 24, 2025

Deploy Preview for kuma-gui ready!

Name Link
🔨 Latest commit 9dd816f
🔍 Latest deploy log https://app.netlify.com/sites/kuma-gui/deploys/6793a44541d2ea00082d00bb
😎 Deploy Preview https://deploy-preview-3458--kuma-gui.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@johncowen johncowen force-pushed the feat/v-style branch 3 times, most recently from 34d7411 to 75cccde Compare January 24, 2025 12:48
Copy link
Contributor

@schogges schogges left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@johncowen johncowen merged commit d38a621 into kumahq:master Jan 24, 2025
17 checks passed
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