feat: ATLE 2.5 redesign — hue-driven design system#2
Open
EriFisher wants to merge 1 commit into
Open
Conversation
Replace all hardcoded violet/indigo/fuchsia colors with ATLE 2.5 hue-based CSS custom properties (--hue, --hue-sec). Add frosted glass effects (lb-glass, lb-glass-glow), ATLE-driven aurora backgrounds, floating glow orbs, and ambient motion driven by evalAtle() via CSS transforms. Key changes: - Enhanced lb-aurora with multi-layer radial gradients + conic rotation - Added ATLE provider hook (use-atle.ts) and provider component - Hero section: glow orbs, text-shadow-glow, ATLE-scale breathing - All 20+ pages: ColorBends removed, lb-aurora + lb-glass applied - Profile charts: hex colors → hsl(var(--hue)) dynamic theming - Added error.tsx + global-error.tsx for Next.js 16 error boundaries - Shared components (features, products, testimonials, search, login popup) updated Co-Authored-By: Claude Opus 4.6 <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
--hue/--hue-secCSS custom propertieslb-glass,lb-glass-glow) and ATLE-powered breathing/motion applied site-wideuse-atle.tshook,atle-provider.tsx,error.tsx+global-error.tsx(Next.js 16 error boundaries)hsl(var(--hue))for theme consistencyChanges (43 files, +2411/-1399)
ColorBends, addedlb-aurora+ glow orbsglobals.css: enhanced aurora CSS with 4 radial gradient layers + counter-rotating pseudo-elementshero-section.tsx: ATLE glow orbs, text-shadow-glow, scale breathingTest plan
🤖 Generated with Claude Code