-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Documentation link in App Action #15684
Conversation
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
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.
Just a small style tweak suggested!
aria-hidden="true" | ||
> | ||
<use xlink:href="#spectrum-icon-18-LinkOut" /> | ||
</svg> |
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.
It would be nicer to use our Icon component (just import it from "../Icon/Icon.svelte"), but it'll function the same! Style wise I would just make it a touch smaller and with a little space between the link and the text.
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.
Using our icon, you can make it smaller by just doing
<Icon name="LinkOut" size="XS" />
for example.
Description
This PR adds options for showing a link to relevant documentation in the Inline Alert, as well as implementing this in the "Clear Selected Rows" action.
Addresses
Screenshots
Other implementations of
InlineAlert.svelte
remain unchanged