Skip to content

chore(issue-views): Create new style option for PowerFeatureHovercard #92168

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MichaelSun48
Copy link
Member

Gives the option in powerfeaturehovercard to replace this:
image
with this:

image

I think it's saying [unavailable] instead of Team because my PR adding the feature to billing logic has not been deployed yet.

@MichaelSun48 MichaelSun48 requested a review from malwilley May 22, 2025 22:11
@MichaelSun48 MichaelSun48 requested a review from a team as a code owner May 22, 2025 22:11
@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label May 22, 2025
* Replaces the default learn more button with a more subtle link text that
* opens the upsell modal.
*/
useLearnMoreLink?: boolean;
Copy link
Member

Choose a reason for hiding this comment

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

Do we need to make this an option? Probably better to keep it consistent and change all tooltips to use the link

? t('Better With %s Plan', planName)
: t('Requires %s Plan', planName)}
</div>
<LearnMoreLink onClick={this.handleClick} data-test-id="power-learn-more">
Copy link
Member

@malwilley malwilley May 22, 2025

Choose a reason for hiding this comment

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

Shouldn't use an anchor tag without an href. You can make a button look like a link by importing linkStyles

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Scope: Frontend Automatically applied to PRs that change frontend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants