Skip to content

Redesign Dead Zon with red-glass UI pass and root onboarding gate#5

Merged
hypermezo4-create merged 1 commit into
mainfrom
codex/redesign-dead-zon-ui-for-visual-pass
Apr 21, 2026
Merged

Redesign Dead Zon with red-glass UI pass and root onboarding gate#5
hypermezo4-create merged 1 commit into
mainfrom
codex/redesign-dead-zon-ui-for-visual-pass

Conversation

@hypermezo4-create

Copy link
Copy Markdown
Owner

Motivation

  • Rapidly improve the visual polish to match a premium black AMOLED + red-glass mockup without touching core business logic.
  • Ensure first-run experience explicitly requests root access and blocks entry until the app can safely perform overlay operations.
  • Keep the existing Monet overlay logic, state handling and persistence intact while layering a temporary UI-first redesign.

Description

  • Added a lightweight red-glass design system with DeadZonBackground, GlassCard, BottomActionBar, and an in-app red logo mark in app/src/main/java/com/deadzon/app/core/ui/DeadZonGlass.kt.
  • Implemented a first-launch Root Access Required gate that triggers a root check and persists rootGateCompleted into DataStore, integrating onboarding flows in DeadZonApp, MonetViewModel, and MonetPreferences.
  • Visually redesigned Dashboard, Monet, and Settings screens and applied the design system to layout components while preserving existing view-model logic in MonetViewModel and overlay controller behavior; primary files changed include DeadZonApp.kt, DeadZonTheme.kt, MonetWidgets.kt, DashboardScreen.kt, MonetScreen.kt, SettingsScreen.kt, MonetViewModel.kt, MonetPreferences.kt, and MonetModels.kt.
  • Kept all existing domain and overlay code paths unchanged (root shell, overlay repository, Monet controller), and used temporary placeholders for non-core features and profile actions.

Testing

  • Attempted a local assemble with ./gradlew :app:assembleDebug, but the Gradle wrapper download was blocked by the environment proxy and the build failed (HTTP/1.1 403 Forbidden).
  • Repository changes were committed successfully and the working tree is clean; no other automated tests were run in this environment.

Codex Task

@vercel

vercel Bot commented Apr 21, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
cavo Ready Ready Preview, Comment Apr 21, 2026 10:27pm

@hypermezo4-create hypermezo4-create merged commit 35ef103 into main Apr 21, 2026
2 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant