-
Notifications
You must be signed in to change notification settings - Fork 73
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
Follow-up the UX of pre/custom actions #12835
Comments
I added to sprint, to be able to update to the newest design system. Our custom actions implementation does not work with the current combobox. :) |
Tested, but there are some small issues;
And I also have a question concerning the UI; is it by design that the name of the action is written twice when in preview-mode? And nitpick, but we should skip the |
I will investigate handling {INDEX} as text. As for the other aspect, I'll create a separate issue since it's already functioning like this in prod. However, I agree that there's room for improvement in that area. 😊
I suspect that this issue arises because we are using the index as the key here. We need to find another way to handle the keys. Perhaps we can add an attribute for the Studio when adding actions? That way, we can ensure a stable key that we can use in the list of actions. It seems we cannot use index + action, as this may cause everything to re-render and the card will change modus to view instead of edit. We definitely need to find a solution with a stable key that does not change. I will look into that.
I will look into this immediately and create a PR to ensure the deployments are not blocked by this, nice catch! |
Closed due to fixes within the following PR: #13333 |
Based on the discussion within issue: #12151, we should consider user-testing our current implementation and then iterate if needed. 💯
@Annikenkbrathen has created a potential improvement:
Tasks
The text was updated successfully, but these errors were encountered: