Skip to content

Remove the Miez first-run onboarding screen - #64

Merged
flvvius merged 1 commit into
mainfrom
remove-miez-onboarding
Aug 1, 2026
Merged

Remove the Miez first-run onboarding screen#64
flvvius merged 1 commit into
mainfrom
remove-miez-onboarding

Conversation

@flvvius

@flvvius flvvius commented Aug 1, 2026

Copy link
Copy Markdown
Owner

Drops the MIEZ-8 welcome modal entirely.

What's removed

  • MiezOnboarding.tsx — the once-per-device, account-free three-beat pitch modal
  • MiezOnboarding.test.tsx — its unit tests
  • The mount in __root.tsx
  • The onboarding.miez.* ro/en strings, which the component was the only consumer of

Verification

  • tsc --noEmit in apps/web: no errors
  • vitest run in apps/web: 15 files, 79 tests passing
  • No remaining references to MiezOnboarding / onboarding.miez / miez-onboarding anywhere under apps/*/src or packages/*/src

Note: devices that already dismissed the modal keep a stale miez-onboarding-v1 localStorage key. It's inert and harmless, so this PR leaves it rather than shipping cleanup code.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Removed Features
    • Removed the first-run welcome dialog and its onboarding flow.
    • New visitors will no longer see onboarding prompts, skip options, or related navigation actions.
  • Documentation
    • Removed translations associated with the retired welcome screen.

Drops the MIEZ-8 welcome modal: the component, its tests, the root-route
mount, and the ro/en strings it was the only consumer of.

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

vercel Bot commented Aug 1, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
news Error Error Aug 1, 2026 6:36pm
news-web Ready Ready Preview Aug 1, 2026 6:36pm

@coderabbitai

coderabbitai Bot commented Aug 1, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 7206a342-1080-4d96-a25f-40e307b615b6

📥 Commits

Reviewing files that changed from the base of the PR and between ac65277 and 089ea3d.

📒 Files selected for processing (4)
  • apps/web/src/components/MiezOnboarding.test.tsx
  • apps/web/src/components/MiezOnboarding.tsx
  • apps/web/src/routes/__root.tsx
  • packages/i18n/src/strings.ts
💤 Files with no reviewable changes (4)
  • apps/web/src/routes/__root.tsx
  • apps/web/src/components/MiezOnboarding.tsx
  • apps/web/src/components/MiezOnboarding.test.tsx
  • packages/i18n/src/strings.ts

Walkthrough

The PR removes the Miez onboarding component, its tests, root-route integration, and first-run welcome translations in Romanian and English.

Changes

Miez onboarding removal

Layer / File(s) Summary
Remove onboarding flow and translations
apps/web/src/components/MiezOnboarding.tsx, apps/web/src/components/MiezOnboarding.test.tsx, apps/web/src/routes/__root__.tsx, packages/i18n/src/strings.ts
Deletes the onboarding component and tests. Removes the root-route import and render call. Removes the Romanian and English onboarding.miez.* welcome-screen strings.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

  • flvvius/news#57: Changes the Miez onboarding CTA and root-route integration without removing the onboarding flow.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the removal of the Miez first-run onboarding screen.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch remove-miez-onboarding

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.

❤️ Share

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

@flvvius
flvvius merged commit 859756c into main Aug 1, 2026
4 of 5 checks passed
@flvvius
flvvius deleted the remove-miez-onboarding branch August 1, 2026 18:38
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