Skip to content
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

UI: Replace popup-menu on list items #25588

Merged
merged 12 commits into from
Feb 22, 2024

Conversation

hashishaw
Copy link
Contributor

@hashishaw hashishaw commented Feb 22, 2024

This PR updates the last of the Popup menus, which were rendered as contextual components in the ListItem component. Once this PR is merged we can remove PopupMenu completely.

  • Ent tests pass locally

Areas impacted

  • Generated auth items (eg. userpass users) CRUD via popup menu
  • Namespace CRUD via list
  • KMIP items CRUD via list
  • Kubernetes items CRUD via list
  • LDAP items CRUD via list
  • Sync items CRUD via list
new-k8s-role new-kmip-cred new-kmip-role new-ldap-role new-ldap-role-static new-namespaces new-sync-destination new-sync-secret new-userpass new-kmip-scope

@hashishaw hashishaw added this to the 1.16.0 milestone Feb 22, 2024
@github-actions github-actions bot added the hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed label Feb 22, 2024
Copy link

github-actions bot commented Feb 22, 2024

CI Results:
All Go tests succeeded! ✅

@hashishaw hashishaw marked this pull request as ready for review February 22, 2024 20:14
Copy link

Build Results:
All builds succeeded! ✅

@@ -35,7 +35,7 @@
@onError={{(fn
(set-flash-message "Clipboard copy failed. Please make sure the browser Clipboard API is allowed." "danger")
)}}
class="toolbar-link is-flex-center"
class="toolbar-button"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before:
Screenshot 2024-02-22 at 15 51 02
After:
Screenshot 2024-02-22 at 15 51 15

Copy link
Contributor

@zofskeez zofskeez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM thanks 🎉

@hashishaw hashishaw merged commit 263584d into main Feb 22, 2024
31 checks passed
@hashishaw hashishaw deleted the ui/VAULT-24005/popup-menu-replace-on-list-items branch February 22, 2024 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hashicorp-contributed-pr If the PR is HashiCorp (i.e. not-community) contributed ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants