Skip to content

Conversation

@ifielker
Copy link
Contributor

@ifielker ifielker commented Oct 1, 2024

Adding SDK-created extensions support

@ifielker ifielker requested a review from tjlav5 October 2, 2024 14:23
@ifielker
Copy link
Contributor Author

ifielker commented Oct 2, 2024

Added extension instance id in the list
image

Changed message for non-SDK-created extensions
image

New message for SDK-created extensions
image

Message no longer specific to non-SDK-created extensions (now includes both)
image

<div className={styles.learnButton}>
<a
href={DOCS_BASE + docSuffix}
target="_blank"
Copy link
Contributor

Choose a reason for hiding this comment

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

You can use the ExternalLink component here, also why a tab-index of -1?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

discussed offline. This is ok.

rel="noopener noreferrer"
tabIndex={-1}
>
<Button>Learn more</Button>
Copy link
Contributor

Choose a reason for hiding this comment

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

Hmm I don't think we should have buttons inside of anchors... that's not valid HTML

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Discussed offline. This is ok.

@ifielker ifielker merged commit 5bcf13d into master Oct 2, 2024
10 checks passed
@ifielker ifielker deleted the if-extsdk branch October 2, 2024 15:32
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.

2 participants