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(ui-asciinema): controls is boolean or 'auto' [#400] #401

Merged
merged 1 commit into from
Feb 6, 2025

Conversation

olets
Copy link
Contributor

@olets olets commented Feb 5, 2025

ui-asciinema's controls can be true, false, or 'auto'.

Before, the type did not allow 'auto'.

With this PR, the type allows all possible values.

I modified both of these files manually. Not sure if the d.ts update was supposed to be done by some automated process — I ran the build pnpm run packages:build after changing only the Vue component file, and the d.ts didn't change.

@nekomeowww nekomeowww enabled auto-merge (squash) February 6, 2025 02:22
@nekomeowww nekomeowww merged commit b1f7e11 into nolebase:main Feb 6, 2025
6 checks passed
Copy link

github-actions bot commented Feb 6, 2025

✅ Successfully deployed to Netlify

Platform Status URL
Ubuntu Success https://67a41e42452e47625386ca1d--nolebase-integrations.netlify.app
Windows Success https://67a41e4bbc523779c4b2d15c--nolebase-integrations.netlify.app

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.

ui-asciinema's controls type does not match its possible values
2 participants