-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
improve: Key Component scale transition #108
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for zmk-studio ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
7d133d6
to
e40af6e
Compare
e40af6e
to
2669d02
Compare
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.
The UI itself seems way better! See my one code comment, but I'm optimistic about this. I'm not sure about the willChange
tweak, given that did improve the rendering for some folks, so I'm uncertain about that particular tweak without broader testing/feedback across more browsers/platforms.
2669d02
to
55f5f8e
Compare
- improve: smoother scale transition when hovering - feat: toggle select+deselect, allows users to deselect a currently selected key .
55f5f8e
to
e3ff99c
Compare
I've tested this proposal on
the improvements are apparent, i'll test both on my Debian machine tomorrow. btw, it'd be nice if PR can also have desktop-app build pipeline to make proposals accessible for testing, setting up tauri on windows is quite laborious 😄 Anyway, let me know if there's anything else I can do to get this PR to move forward. Thanks! |
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.
Just one last thing I see!
> | ||
{header && ( | ||
<span className="p-0 b-0 m-0 text-xs w-full h-full text-nowrap justify-self-start row-start-1 row-end-2 col-start-1 col-end-4 hidden group-hover:inline-block group-hover:truncate @md:underline"> | ||
<span className="w-9/12 absolute text-micro top-1 left-1 right-1 leading-none text-cemter group-hover:block uppercase h-4 hidden truncate whitespace-nowrap"> |
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.
text-cemter 😅
Storybook before+after
Before.mov
After.mov
desktop build (macos)
Screen.Recording.2024-12-12.at.15.39.47.mov