Updated packaging and pricing#57
Merged
Merged
Conversation
…ons section with supporting styles for improved clarity and usability.
… text styles for cleaner design
… with hover transitions and accent color adjustments.
…improved responsiveness
… spacing for improved readability
… styles for linked text with hover effects
…etails for clarity, standardize styling for tax label
…ity, and improve structure
There was a problem hiding this comment.
Pull request overview
This PR refreshes the QuestPDF pricing page by introducing a new tier layout, updating reseller/purchasing messaging, revising the FAQ structure/content, and bumping legal/policy documents to version 3.0 alongside updated Paddle price IDs.
Changes:
- Replaced the old pricing tiers/terms/header components with a new
PricingTierslayout and updated pricing copy. - Reworked the FAQ into categorized sections and updated reseller + contact messaging.
- Updated Paddle production price IDs and revised legal/policy documents (version/effective date and content updates).
Reviewed changes
Copilot reviewed 15 out of 16 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/.vitepress/theme/pricing/PricingTiers.vue | New tier cards/layout and updated tier copy/pricing. |
| docs/.vitepress/theme/pricing/PricingTerms.vue | Removed the former commercial terms section component. |
| docs/.vitepress/theme/pricing/PricingResellers.vue | Updated reseller header/copy and added procurement instructions + styling. |
| docs/.vitepress/theme/pricing/PricingPageTiers.vue | Removed the old pricing tiers implementation. |
| docs/.vitepress/theme/pricing/PricingIndex.vue | Switched page composition to the new tiers component and removed terms section. |
| docs/.vitepress/theme/pricing/PricingHeader.vue | Removed the former pricing header component. |
| docs/.vitepress/theme/pricing/PricingFaq.vue | Replaced flat FAQ list with categorized FAQs and updated rendering/styling. |
| docs/.vitepress/theme/pricing/PricingContact.vue | Updated contact messaging and layout constraints. |
| docs/.vitepress/theme/paddle.ts | Updated production Paddle price IDs. |
| docs/.vitepress/theme/license/documents/sources/terms-of-service.md | Updated ToS to v3.0 and revised reseller/pricing terms language. |
| docs/.vitepress/theme/license/documents/sources/security-policy.md | Updated Security Policy to v3.0 and added Safe Harbour language. |
| docs/.vitepress/theme/license/documents/sources/privacy-policy.md | Updated Privacy Policy to v3.0 and revised retention/AI/cookies language. |
| docs/.vitepress/theme/license/documents/sources/license-selection-guide.md | Updated License Selection Guide to v3.0 and revised eligibility/tier definitions. |
| docs/.vitepress/theme/license/documents/sources/license-professional.md | Updated Professional/Enterprise license to v3.0 and revised definitions/price lock/terms. |
| docs/.vitepress/theme/license/documents/sources/license-community.md | Updated Community License to v3.0 and revised eligibility/restrictions/versioning terms. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+35
to
+37
| <a v-if="license.price" class="action" @click="paddle.startCheckout(license.paddlePriceId)"> | ||
| Purchase License | ||
| </a> |
Comment on lines
60
to
+80
| <style scoped> | ||
|
|
||
| .resellers-list { | ||
| display: flex; | ||
| flex-direction: row; | ||
| flex-wrap: wrap; | ||
| gap: 48px 64px; | ||
| justify-content: center; | ||
| align-items: center; | ||
| margin-top: 64px; | ||
| } | ||
|
|
||
| </style> | ||
| .section-header { | ||
| max-width: 860px; | ||
| } | ||
|
|
||
| .reseller-instructions { | ||
| margin-top: 64px; | ||
|
|
||
| p { | ||
| text-align: center; |
Comment on lines
45
to
49
| <a :href="reseller.link" target="_blank"> | ||
| <img :src="'/license/resellers/' + reseller.src" | ||
| :alt="reseller.name" | ||
| :style="{ height: reseller.size + 'px', marginTop: reseller.marginTop + 'px' }" /> | ||
| </a> |
Comment on lines
277
to
+282
| .faq-answer { | ||
| padding: 0 32px 24px 32px; | ||
| margin: 0; | ||
| max-width: 85ch; | ||
| color: var(--vp-c-text-1); | ||
| } |
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.
No description provided.