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

Documentation link in App Action #15684

Merged
merged 10 commits into from
Mar 10, 2025
Merged

Documentation link in App Action #15684

merged 10 commits into from
Mar 10, 2025

Conversation

mikesealey
Copy link
Collaborator

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

image

Other implementations of InlineAlert.svelte remain unchanged

image

Copy link

linear bot commented Mar 6, 2025

Copy link

qa-wolf bot commented Mar 6, 2025

QA Wolf here! As you write new code it's important that your test coverage is keeping up.
Click here to request test coverage for this PR!

@github-actions github-actions bot added the size/s label Mar 6, 2025
@mikesealey mikesealey changed the title sDocumentation link in App Action Documentation link in App Action Mar 6, 2025
@mikesealey mikesealey requested a review from aptkingston March 6, 2025 16:00
Copy link
Member

@aptkingston aptkingston left a 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>
Copy link
Member

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.

Copy link
Member

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.

@mikesealey mikesealey marked this pull request as ready for review March 7, 2025 17:15
@mikesealey mikesealey requested a review from aptkingston March 7, 2025 17:15
@mikesealey mikesealey merged commit d4286f3 into master Mar 10, 2025
22 checks passed
@mikesealey mikesealey deleted the BUDI-9104 branch March 10, 2025 10:19
@github-actions github-actions bot locked and limited conversation to collaborators Mar 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants