feat: Deep Space design language rebrand with Constellation Vinyl logo#295
Merged
SimplicityGuy merged 18 commits intomainfrom Apr 12, 2026
Merged
feat: Deep Space design language rebrand with Constellation Vinyl logo#295SimplicityGuy merged 18 commits intomainfrom
SimplicityGuy merged 18 commits intomainfrom
Conversation
Complete design language spec for Deep Space + Purple rebrand covering color system, typography, logo concept (Constellation Vinyl), favicon set, component styles, harmonized graph node colors, and implementation scope across explore and dashboard services. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Add light-background logo variants, individual favicon PNGs at all sizes, OG image for social sharing, and design showcase image. Update HTML integration to include OG meta tags and granular favicon links. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
13-task plan covering brand asset generation (Pillow), CSS rebrand, Tailwind config updates, HTML logo/favicon integration, theme toggle removal, and visual verification across explore and dashboard services. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds scripts/generate_brand_assets.py with the full "Constellation Vinyl" renderer — vinyl icon mark with network graph star map, banners, squares, OG image (1200x630), design showcase (1600x900), favicons in all sizes, and site.webmanifest. Also adds scripts/*.py to ruff per-file-ignores for T201/S108 (CLI print output and tempfile usage). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Adds all brand assets to explore/static/brand/ and dashboard/static/brand/:
icon_dark/light.png (1024x1024), banner_dark/light.png (1600x400),
square_dark/light.png (1024x1024), og_image.png (1200x630),
design_showcase.png (1600x900), favicon-{16,32,48,64,128,192,256,512}.png,
apple-touch-icon.png (180x180), favicon.ico, and site.webmanifest.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replaces dual light/dark theme variables with a single Deep Space dark theme using cyan (#00bcd4) primary and purple (#7c4dff) secondary accents. Removes the .dark class override block entirely. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…lette Removes darkMode class toggle from Tailwind config, adds new Deep Space color tokens (cyan-500, cyan-glow, purple-500, purple-300), and updates button/form/spinner components to use cyan primary and purple secondary. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…oggle Adds Space Grotesk font, favicon/OG meta tags, replaces CSS logo construction with icon_dark.png, updates title to use Space Grotesk with tagline, removes theme toggle button and initialization script, hardcodes dark class on html element, and sets body background color. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Self-contained HTML showcase for the Deep Space + Purple design language covering color palette, typography, buttons, status badges, cards, graph nodes, tabs, inputs, and all brand logo/favicon variants. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
The h1 changed from "Discogsography Infrastructure" to the branded "discogsography / the choon network" layout — use contain_text to match the new heading content. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Contributor
Contributor
Contributor
Contributor
SimplicityGuy
added a commit
that referenced
this pull request
Apr 12, 2026
StaticFiles is mounted at `/` in dashboard and explore, so references to `/static/brand/...` resolved to a non-existent nested directory — logos and favicons were broken throughout the rebrand added in PR #295. Fixed in admin.html, index.html, and both site.webmanifest files. Account Settings pane was constrained to 42rem and centered, ignoring most of the viewport. Removed the max-width cap and wrapped cards in a responsive grid that tiles to fit available width. The 2FA setup QR code rendered as a blank white square because the client read `provisioning_uri` while the API returns `otpauth_uri`. QRCode library received `undefined` and drew an empty canvas. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
5 tasks
SimplicityGuy
added a commit
that referenced
this pull request
Apr 12, 2026
…QR (#296) StaticFiles is mounted at `/` in dashboard and explore, so references to `/static/brand/...` resolved to a non-existent nested directory — logos and favicons were broken throughout the rebrand added in PR #295. Fixed in admin.html, index.html, and both site.webmanifest files. Account Settings pane was constrained to 42rem and centered, ignoring most of the viewport. Removed the max-width cap and wrapped cards in a responsive grid that tiles to fit available width. The 2FA setup QR code rendered as a blank white square because the client read `provisioning_uri` while the API returns `otpauth_uri`. QRCode library received `undefined` and drew an empty canvas. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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
Changes
New files
scripts/generate_brand_assets.py— Renders all logo variants, favicons, OG image, and design showcasestatic/fonts/SpaceGrotesk-*.ttf— Font files for wordmark renderingexplore/static/brand/*— 19 generated brand assetsdashboard/static/brand/*— 19 generated brand assets (independent copy)docs/superpowers/specs/2026-04-11-design-language-rebrand-design.md— Design specificationdocs/superpowers/plans/2026-04-11-design-language-rebrand.md— Implementation planModified files
explore/static/css/styles.css— Deep Space CSS variables, removed light theme and.darkoverrideexplore/static/index.html— New logo, favicons, Space Grotesk font, OG meta, removed theme toggleexplore/tailwind.config.js+tailwind.input.css— Cyan/purple color tokensdashboard/static/index.html— Same rebrand treatmentdashboard/static/admin.html— Same rebrand treatmentdashboard/static/dashboard.js— RemovedinitializeThemeToggle()dashboard/static/admin.js— RemovedinitTheme()dashboard/tailwind.config.js— RemoveddarkMode: "class"Test plan
open explore/static/brand/banner_dark.png🤖 Generated with Claude Code