-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Playground improvements #169
Conversation
kaleidawave
commented
Jun 24, 2024
- Add performance
- Write URL to clipboard
- Remove lz-string
- Fix for lots of text in playground
- Not default button style
- Add performance - Write URL to clipboard - Remove lz-string - Fix for lots of text in playground - Not default button style
- And fix issue with getting the text
@@ -20,6 +20,6 @@ | |||
"@codemirror/view": "^6.23.0", | |||
"@lezer/highlight": "^1.2.0", | |||
"@lezer/javascript": "^1.4.13", | |||
"ezno": "=0.0.21" | |||
"ezno": "^0.0.22" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it'd be great if the playground mentioned the version it's using 👀
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check main.js:162 😄
Just published this to public from this branch: https://kaleidawave.github.io/ezno/playground/ (yeah not great that There is one more thing I might add later to the site. Before merging this. |