-
Notifications
You must be signed in to change notification settings - Fork 17
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
Style ESV integration #416
Conversation
return; | ||
} | ||
// Handle external routes (open in new tab). | ||
window.open(href, '_blank')?.focus(); |
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.
Nbd but I'd prefer if external links were actually anchor tags, styled to look like buttons rather than using JS. That way the user can know what will happen before they click on the link.
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.
Noted in #417
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.
LGTM
No review needed from me, Ben is on it :) One small suggestion: In a few places where we write "Vault" and there is adequate space (like the main page header for "Add Vault") we should be a tiny bit more verbose/explicit and call it a "Secrets Vault" for clarity. |
Improves styling & layout in ESV integration UI.
Also makes small improvements to
CheckeredTable
styling and addshref
handling to<Button />
for both internal and external routes.