iykyka/mobile/lib/screens
Claude 79bce5e671
Redesign UI to a bolder aurora-glass system after visual QA with a real Flutter build
Actually installed the Flutter SDK, built the app (web + a local screenshot
harness through a real backend), and looked at the rendered screens instead
of judging the design from source alone. The previous gradient/glassmorphism
pass read as flat and generic: glass cards barely contrasted against the
pale background, the brand mark was a stock sparkle icon, and buttons were
flat solid fills.

Changes:
- Stronger, more saturated aurora gradient + blurred glow orbs in
  GradientBackdrop for real depth instead of a flat 3-stop pastel.
- Glass cards/inputs get higher-contrast fill/border and a brand-tinted
  shadow so they visibly lift off the backdrop.
- New BrandMark (gradient monogram), GradientText (gradient-filled
  wordmark), and PrimaryGradientButton (gradient CTA with shadow) replace
  the generic Material icon/flat button on splash, signup, onboarding and
  the conversation list empty state.
- Fixed a real pre-existing layout bug found via screenshot: the onboarding
  header badge was a direct ListView child with an explicit width, which
  Flutter's sliver list silently stretches to full width regardless of the
  Container's own width — invisible before because its old flat pale fill
  blended into the background. Wrapped it in Align to restore its intended
  size.

Verified with flutter analyze (0 errors) and flutter test (all passing),
plus manual screenshots of signup, onboarding, conversation list and a live
chat exchanged between two demo users through a real core-backend instance.
2026-07-31 08:16:44 +00:00
..
autonomy_settings_screen.dart 제품명 변경(분신→와카뷰) + 소프트 그라디언트/글래스모피즘 UI + 브랜드 로딩 화면 2026-07-31 01:15:42 +00:00
chat_screen.dart 제품명 변경(분신→와카뷰) + 소프트 그라디언트/글래스모피즘 UI + 브랜드 로딩 화면 2026-07-31 01:15:42 +00:00
contacts_screen.dart Flutter UI 디자인 다듬기 — 테마 시스템 도입 + 화면별 시각 개선 2026-07-30 07:14:25 +00:00
conversation_list_screen.dart Redesign UI to a bolder aurora-glass system after visual QA with a real Flutter build 2026-07-31 08:16:44 +00:00
data_flow_screen.dart Merge origin/main: keep gradient/glassmorphism UI, port demo-invite + boot hardening, purge 분신 branding 2026-07-31 01:30:50 +00:00
inbox_screen.dart 제품명 변경(분신→와카뷰) + 소프트 그라디언트/글래스모피즘 UI + 브랜드 로딩 화면 2026-07-31 01:15:42 +00:00
onboarding_tone_screen.dart Redesign UI to a bolder aurora-glass system after visual QA with a real Flutter build 2026-07-31 08:16:44 +00:00
sessions_screen.dart Flutter UI 디자인 다듬기 — 테마 시스템 도입 + 화면별 시각 개선 2026-07-30 07:14:25 +00:00
signup_screen.dart Redesign UI to a bolder aurora-glass system after visual QA with a real Flutter build 2026-07-31 08:16:44 +00:00
splash_screen.dart Redesign UI to a bolder aurora-glass system after visual QA with a real Flutter build 2026-07-31 08:16:44 +00:00