Skip to content

Update legal pages: account deletion contact + date - #13

Merged
holkexyz merged 1 commit into
mainfrom
legal-pages-update
Mar 15, 2026
Merged

Update legal pages: account deletion contact + date#13
holkexyz merged 1 commit into
mainfrom
legal-pages-update

Conversation

@holkexyz

@holkexyz holkexyz commented Mar 15, 2026

Copy link
Copy Markdown
Member

Summary

  • Account deletion now directs users to contact support@hypercerts.org (no in-app deletion yet)
  • Updated on Terms (/terms) and Privacy Policy (/privacy)
  • Updated "last updated" date to March 15, 2026 on all three legal pages

Test plan

  • Verify /terms section 14 shows support@hypercerts.org for account deletion
  • Verify /privacy section 10 shows support@hypercerts.org for account deletion
  • Verify all three pages show "Last updated: March 15, 2026"

🤖 Generated with Claude Code

Summary by CodeRabbit

Documentation

  • Updated legal documentation (Privacy Policy, Terms of Service, DSA) with current dates
  • Clarified account deletion process—users are now directed to contact support directly
  • Updated support contact information across policy pages

- Account deletion now directs users to contact support@hypercerts.org
  (no in-app deletion available yet)
- Update "last updated" date to March 15, 2026 on all legal pages

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel

vercel Bot commented Mar 15, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
certified-app Ready Ready Preview, Comment Mar 15, 2026 4:40pm

Request Review

@coderabbitai

coderabbitai Bot commented Mar 15, 2026

Copy link
Copy Markdown
ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Free

Run ID: 35373e8b-6c96-4a36-89e3-0274d2c3e5d2

📥 Commits

Reviewing files that changed from the base of the PR and between 0cf6fd8 and 8407c05.

📒 Files selected for processing (3)
  • src/app/dsa/page.tsx
  • src/app/privacy/page.tsx
  • src/app/terms/page.tsx

📝 Walkthrough

Walkthrough

Updated "Last updated" timestamps to March 15, 2026 across three legal and documentation pages (DSA, privacy, terms). Revised account deletion and termination instructions to direct users to contact support@hypercerts.org instead of account closure functionality or separate legal contacts.

Changes

Cohort / File(s) Summary
Legal and Documentation Pages
src/app/dsa/page.tsx, src/app/privacy/page.tsx, src/app/terms/page.tsx
Bumped "Last updated" timestamp to March 15, 2026. Modified account deletion and termination guidance to instruct users to contact support@hypercerts.org via mailto links instead of using account closure functionality or legal contact addresses.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Poem

🐰 Hoppity-hop through pages anew,
Timestamps tick from old to new,
Support links guide the way so clear,
Legal prose, both bright and dear! 🌟

📝 Coding Plan
  • Generate coding plan for human review comments

Note

🎁 Summarized by CodeRabbit Free

Your organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login.

Comment @coderabbitai help to get the list of available commands and usage tips.

@holkexyz
holkexyz merged commit feb414d into main Mar 15, 2026
3 checks passed
@holkexyz
holkexyz deleted the legal-pages-update branch March 25, 2026 23:33
hb-agent pushed a commit that referenced this pull request May 18, 2026
…t-detail__image rule

Three small CSS hygiene fixes:

--danger fallback: 16 occurrences of `var(--danger, #d44)` across
feed.css, social-graph-sync.css, and profile-endorsements.css. The
`--danger` variable is not declared anywhere in tokens.css or
globals.css, so the rule always resolved to `#d44` — a fixed color
that ignores the light/dark theme split (tokens.css already declares
`--color-error: #ba1a1a` for light and `#f87171` for dark). AGENTS.md
§11 rule 3: reuse the CSS variables. Replace all 16 with
`var(--color-error)`.

100vw in leaflet.css:473: `.long-description-modal { max-width:
min(720px, calc(100vw - 32px)); }` reintroduces the AGENTS.md
pitfall #13 pattern — `100vw` includes the scrollbar width and pushes
the dialog past the viewport edge when a vertical scrollbar is
present. Use `100%` (resolves to the dialog's containing block, the
viewport when showModal()'d) so the math doesn't break.

cert-detail.css duplicate: `.cert-detail__image {}` was defined
twice, with the second occurrence just adding `position: relative;`
needed by the inline-edit absolute-positioned chrome. Cascade merges
them today, but the split is confusing and would silently break if
anyone reordered the file. Move `position: relative;` into the
first declaration; drop the second.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant