-
Notifications
You must be signed in to change notification settings - Fork 1.4k
feat: Add css transitions #2511
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
@taylornowotny @kof the transitions section is in usable state. The UX is very similar to |
|
@JayaKrishnaNamburu testing |
|
Is the feature still behind a feature flag? because we can't merge if user will see it as-is right away |
apps/builder/app/builder/features/style-panel/shared/use-intermediate-layer.ts
Outdated
Show resolved
Hide resolved
f0e40fd to
a7c1ea1
Compare
taylornowotny
left a comment
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.
Transitions panel UI not yet implemented
Remove button bug that I pointed out is still there
|
@taylornowotny i just updated the upstream. Did't push any chaanges yet. Will let you know. And reverted all the changes regarding the UI panel. They will be coming in a different PR one after another. |
|
And @taylornowotny i just tested it. It's not bug, but more of a UX thing maybe ? Screen.Recording.2023-10-30.at.21.44.47.movSo, it's either change the list-item to look like highlighted. Or don't show the icons even if the focus persists. Your choice 👍 |
|
After the menu closes, the item should not be focused. Does that answer your question? @kof Pinging you to double-check the intended focus behavior for the "List/List Item" component. |
|
@taylornowotny I just checked, its the same behavior in production, so this pr didn't change it, I would suggest always try on main branch to see if the change was implemented here. What seems wrong about the current state is not the focus behavior itself, but the outline. When closing panel, the item is still focused, but there is no outline, that makes it seem like its not focused but it is and icons are also still visible. Do you think we should fix the outline and make it visible after closing? focus stays on the item in that case as it was before panel was opened. So user can keep navigating using arrow keys from where they left |
|
@taylornowotny we moved the bug to a new issue here. And will be handled separately. #2543 |
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.
Bug moved to a separate issue.
UI not implemented - I'm creating a separate issue for this. #2546
Approving just so I'm not blocking this.

Description
Adds support for
css-transitionswhen users are inlocalstate. In any other state than local, the CRUD operations on transitions are disabled.