Open
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
e5c6538 to
3c5e854
Compare
5a72782 to
35f530a
Compare
b60b246 to
c3a9c55
Compare
gustavlrsn
commented
Feb 27, 2026
| key: 'delete', | ||
| label: intl.formatMessage({ defaultMessage: 'Delete', id: 'actions.delete' }), | ||
| Icon: Trash2, | ||
| variant: 'danger', |
Member
Author
There was a problem hiding this comment.
Removing as variant is not implemented in actions pattern (and I think it is better to signal the destructive action in the confirmation dialog)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
RowActionsMenucomponent, allowing inline action buttons directly in table rows (added as a public preview feature -- I think we should better define the primary/secondary actions on various tools before full release)showQuickActionsprop toDataTable: Allows developers to enable quick actions for specific tables regardless of the preview feature status. This is turned on in the Exports tool (see screenshot)hrefandtargetprops on the Action typeDrawerHeaderandRowActionsMenuto support themui/Tooltipto latest from shadcn/ui: fixing some issues with the tooltip rendering that became apparent with the tooltips on quick actionsui/ButtonGroupcomponent directly from shadcn/ui: Used to display the quick actions as a groupScreenshots