UI: lists in grouped surface cards; debug demo seeder
Some checks failed
CI / ci (push) Has been cancelled

- Per-account lists now render inside rounded surfaceContainer cards
  (grouped-list pattern) with inset dividers and transparent rows, instead
  of bare ListItems on the background — surfaces-first per design feedback.
- Add debug-only DemoSeeder (local, non-syncing 'Floret Demo' list) behind
  BuildConfig.DEBUG + an intent extra, to populate the UI for design review.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
Jean-Luc Makiola
2026-06-17 22:53:18 +02:00
parent daf8e8e375
commit 6e1c9bec79
4 changed files with 107 additions and 5 deletions

View File

@@ -70,6 +70,7 @@ android {
buildFeatures {
compose = true
buildConfig = true
}
packaging {