Add withdrawal form#171
Conversation
New /withdrawal/ page (EN/DE) modeled on the contact-sales form: posts JSON to /connect/contact/withdrawal with name, email, po_number, product (DESKTOP/ANDROID/IOS/HUB), optional reason, and altcha captcha. Linked from the footer (Support) and as the first card in the /contact/ inquiries section.
|
Warning Review limit reached
More reviews will be available in 34 minutes and 59 seconds. Learn how PR review limits work. Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file). ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based credits. 🚦 How do rate limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, the refill rate gradually slows as usage increases. The highest same-day bursts are limited more strictly. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
WalkthroughThis PR adds a Withdrawal Form feature to the Cryptomator website. New bilingual (EN/DE) contact inquiry pages for "Right of Withdrawal" are inserted at weight=1 in the inquiries section, requiring existing press, enterprise, and jobs pages to have their weights incremented. New withdrawal page content files define page metadata with Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@layouts/withdrawal/single.html`:
- Around line 143-146: The resources referenced as $altchaJs and $altchaWorkerJs
are not being fingerprinted before accessing their integrity hashes, which
causes the integrity attribute to have no real value and silently breaks SRI
protection. Fingerprint each resource using the appropriate fingerprinting
method (such as .Fingerprint or similar) immediately after retrieving it with
resources.Get, before accessing the .Data.Integrity property for both the
altcha.js and worker.js script resources.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: 387844ef-3f92-42f2-9eed-897620b5c37c
📒 Files selected for processing (14)
content/contact/3-inquiries/1-withdrawal.de.mdcontent/contact/3-inquiries/1-withdrawal.en.mdcontent/contact/3-inquiries/2-press.de.mdcontent/contact/3-inquiries/2-press.en.mdcontent/contact/3-inquiries/3-enterprise.de.mdcontent/contact/3-inquiries/3-enterprise.en.mdcontent/contact/3-inquiries/4-jobs.de.mdcontent/contact/3-inquiries/4-jobs.en.mdcontent/withdrawal.de.htmlcontent/withdrawal.en.htmli18n/de.yamli18n/en.yamllayouts/partials/footer.htmllayouts/withdrawal/single.html
Adds a withdrawal/cancellation form so customers can exercise their right of withdrawal, as legally required to be permanently and prominently accessible.