feat: logo-inspired UI refresh and tool-panel aesthetic - #69
Merged
Conversation
- Add branded light/dark color schemes to the sample app (violet/indigo/magenta palette from the DevView logo, including the full surfaceContainer tonal ramp) - Add per-section containerColor/contentColor extensions on Section; module icon defaults now delegate to section colors instead of a hardcoded blue - Add chameleon watermark on the DevView home screen (luminance-aware alpha: 38% dark / 7% light, Material disabled-state opacity for dark theme) - Shift diff left-container colors from generic blue to lavender (#DDD8FF) - Remove unused MediumTopAppBar and exitUntilCollapsedScrollBehavior imports - Update branding SVGs with wordmark positioning fixes Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- Squircle icon badges and SemiBold names on home screen module items - Remove ChevronRight from module items (ripple is the affordance) - Section headers use primary color for structural clarity - Analytics log items get a leading category-color strip for scan-ability - Feature type labels rendered as pill badges instead of plain text - HTTP method labels rendered as proper primaryContainer badges - Unify Analytics/NetworkMock surface backgrounds (remove explicit surfaceContainer) - Update CHANGELOG Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
- EndpointHeaderCard method badge (consistency with EndpointCard) - NetworkMock Empty/Error/Loading states: Material icons, polished typography - FeatureFlipScreen: add empty state for blank or unmatched filter - Endpoint detail hint card: add TouchApp icon - DevView top app bar titles: SemiBold weight - Update CHANGELOG Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
matthiaslao
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
lightColorScheme/darkColorSchemeseeded from the DevView logo's violet/indigo/magenta tones, including the fullsurfaceContainertonal ramp. Replaces stock Material 3 defaults. (sample)containerColor/contentColoronSection; module icon defaults now delegate to section colors. Logo's near-white lavender used as icon tint. (devview)RoundedCornerShape(8.dp)),SemiBoldmodule names, chevron removed, section headers inprimarycolor, chameleon watermark at 38%/7% opacity (dark/light). (devview)surfaceContainer). (devview-analytics)devview-featureflip)primaryContainerbackground) on both endpoint list and detail header; unified global toggle surface;TouchApphint icon on detail screen;EmptyState/ErrorState/LoadingStateuse Material icons instead of emoji. (devview-networkmock)#DDD8FF). (devview-networkmock)SemiBoldtitle weight across all screens. (devview)Test plan
.\gradlew.bat :sample:androidApp:assembleDebug "-Pandroidx.baselineprofile.skipgeneration".\gradlew.bat cleanTestAndroidHostTest testAndroidHostTest "-Pandroidx.baselineprofile.skipgeneration".\gradlew.bat :konsist:test.\gradlew.bat detektFull🤖 Generated with Claude Code