TB Perpetual calculator: tooltip copy, CTA rename, starting price#2624
Open
rusikv wants to merge 2 commits intothingsboard:masterfrom
Open
TB Perpetual calculator: tooltip copy, CTA rename, starting price#2624rusikv wants to merge 2 commits intothingsboard:masterfrom
rusikv wants to merge 2 commits intothingsboard:masterfrom
Conversation
- Tooltips rewritten for Devices, Production/Development Instances, Add-ons, Edge Computing, Trendz Analytics, Offline Mode to be more specific and enterprise-oriented. - "Calculate your pricing" CTA renamed to "Estimate my cost" on both the Self-Managed and Subscription plan cards. - TB Perpetual hero: added "Starting from $4,999" price display and tightened subtitle copy. - Added "License packages" section header to the Perpetual tab; adjusted header margin only when Perpetual tab is active. - Edge Computing add-on toggle now defaults unchecked (was checked). - Tooltip padding/line-height polished (`calculator.sass`). - `generateAddOnsCards` scoped to `.add-ons[data-product-name]` so unrelated `.add-ons` containers on the page don't get clobbered. - Restored `images/pricing/offline-add-on-icon.svg` used by the Offline Mode add-on card.
The icon was authored with `currentColor` fills and inherited the text color when embedded via `<img src>`, rendering black/grey against the other two add-on icons' blue. Hardcode the fill to `#2A7DEC` to match `edge-add-on-icon.svg` and `trendz-add-on-icon.svg`.
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.
Summary
UX and copy polish on the TB Perpetual license calculator on
/pricing/:generateAddOnsCardswas selecting every.add-onson the page and clobbering containers it didn't own. Now scoped to.add-ons[data-product-name]..perpetual-priceand.perpetual-cta-rowrules; Perpetual tab inner-card top margin reset.Files
_includes/pricing/tb-perpetual-calculator.html— tooltip + description copy, default toggle statepricing/index.md— CTA rename, hero subtitle tightened, price display, Perpetual header, Offline Mode card<img>pricing/pricing.sass—.perpetual-price,.perpetual-cta-row,#perpetual .crdreset_layouts/pricing.html— scoped add-ons selector, per-tab header-margin adjust_includes/pricing/calculator.sass— tooltip padding + line-heightimages/pricing/offline-add-on-icon.svg— new asset for the Offline Mode add-on cardTest plan
/pricing/→ Self-Managed section: "Estimate my cost" CTA renders, calculator opens/pricing/→ Perpetual section: "License packages" header, "Starting from $4,999" price, Edge Computing toggle defaults off