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

Style ESV integration #416

Merged
merged 11 commits into from
Oct 15, 2021
Merged

Style ESV integration #416

merged 11 commits into from
Oct 15, 2021

Conversation

jrysana
Copy link
Contributor

@jrysana jrysana commented Oct 15, 2021

Improves styling & layout in ESV integration UI.

image
image


Also makes small improvements to CheckeredTable styling and adds href handling to <Button /> for both internal and external routes.

@jrysana jrysana requested a review from BenElgar October 15, 2021 18:51
@jrysana jrysana requested a review from brandonbloom October 15, 2021 19:05
return;
}
// Handle external routes (open in new tab).
window.open(href, '_blank')?.focus();
Copy link
Contributor

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Noted in #417

Copy link
Contributor

@BenElgar BenElgar left a comment

Choose a reason for hiding this comment

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

LGTM

@brandonbloom
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants