Open
Conversation
👷 Deploy Preview for flowforge-website processing.
|
80440fc to
50585e5
Compare
Use the existing ff-tooltip CSS system (data-tooltip attribute) to show pricing tier availability on hover, e.g. "Available on FlowFuse Cloud: Enterprise". Includes smaller font size, tighter padding, and a 0.5s delay before showing. Applies to badges rendered via both the Eleventy transform and the Nunjucks template.
50585e5 to
0767804
Compare
Contributor
Author
|
@Yndira-E can you have a look? |
Contributor
|
I’m not sure the tooltip adds meaningful context here. The badge already states the same information pretty clearly (for example, “Cloud | Enterprise”), and the tooltip mostly repeats it in sentence form. What user problem were you aiming to solve with this? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds native
titletooltips to tier badges across the site (docs, changelog, blog posts). Hovering a badge shows e.g. "Available on FlowFuse Cloud — Enterprise" or "Available on FlowFuse Self-Hosted — All tiers".Applies to both the JS-rendered badges (
.eleventy.jsrenderTierBadges) and the Nunjucks template (tier-badges.njk).Related Issue(s)
Follows up on #4741
Checklist