Change pricing comp for changelog#2976
Conversation
- Added `aria-haspopup="menu"` attribute to the ProductsSubmenu component for improved accessibility. - Removed PreFooter component from changelog pages and integrated Pricing component for better layout and user engagement. - Adjusted the structure of the changelog entry pages to maintain a consistent design and improve overall user experience. These changes aim to enhance accessibility and streamline the layout of the changelog sections.
…yout - Introduced an `embedded` prop to the Pricing component, allowing for conditional rendering of background animations based on layout requirements. - Updated instances of the Pricing component in changelog pages to utilize the new `embedded` prop, enhancing layout consistency and visual appeal. These changes improve the adaptability of the Pricing component in various contexts.
Appwrite WebsiteProject ID: Website (appwrite/website)Project ID: Tip Function builds can take up to 45 minutes before timing out |
Greptile SummaryThis PR replaces the
Confidence Score: 5/5All changes are isolated UI/layout updates with no logic, data, or auth paths affected — safe to merge. The diff touches only presentation concerns: swapping a decorative footer component for an embedded pricing block, hiding an animation in compact contexts, and adding an ARIA attribute. The class-override mechanism relies on tailwind-merge (confirmed in cn.ts), so there is no risk of conflicting utility classes leaking through. No logic, routing, data fetching, or shared state is altered. No files require special attention. Important Files Changed
Reviews (1): Last reviewed commit: "feat(pricing): add embedded prop to Pric..." | Re-trigger Greptile |

What does this PR do?
(Provide a description of what this PR does.)
Test Plan
(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)
Related PRs and Issues
(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)
Have you read the Contributing Guidelines on issues?
(Write your answer here.)