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

Draft: refact(KtToaster): to ts #723

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

carsoli
Copy link
Contributor

@carsoli carsoli commented Feb 17, 2023

Attempt to refactor KtToaster into TS with composition-api.
Current state: Toaster doesn't show at all, thus the debugger statement somewhere.

@render
Copy link

render bot commented Feb 17, 2023

@github-actions github-actions bot added the package:kotti-ui @3yourmind/kotti-ui label Feb 17, 2023
TimeConversion.MILLISECONDS_PER_SECOND,
),
text: z.string(),
type: z.enum(types),
Copy link
Contributor Author

Choose a reason for hiding this comment

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

nativeEnum would help me avoid using the types variable

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
package:kotti-ui @3yourmind/kotti-ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant