Conversation
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat(cryptothrone): full-bleed hero with subtle background art Bump version 0.1.3 → 0.1.4. Redesign homepage hero to span full viewport edge-to-edge, eliminating dead space margins. Background art rendered as subtle backdrop with heavier gradient overlay. Strip Starlight splash page padding via global CSS overrides. * feat(cryptothrone): obsidian-gold landing page redesign Overhaul homepage with premium obsidian-gold theme inspired by the Tailwind/GSAP landing template. Suppress Starlight default H1 via custom PageTitle override. Add custom Header with inline nav links. Override all Starlight CSS variables to match dark obsidian (#121212) + gold (#fbbf24) palette. Redesign hero with italic accent title, animated fill CTA, and vertical scroll indicator. Replace emoji feature icons with Lucide SVGs in glass-panel cards with watermark effect. Add StatsBar parallax quote section and CtaSection glass-panel CTA. Update Footer with gold gradient divider line and lighter typography.
Replace ./kbve.sh -nx axum-kbve:containerx (nested pnpm nx) with direct docker buildx build command. The nested Nx process was getting SIGINT (exit 130) on arc-runner-set.
The frontend never passed a JWT token to the WebSocket gateway, causing every connection to get 401'd. This wires up the Supabase OAuth flow so authenticated users can connect to IRC. - service.ts: accept optional token param, append as ?token= query - ReactChatRoom: check session on mount, show login prompt if unauthenticated, pass JWT to connect(), graceful disconnect on unmount/beforeunload - auth/callback: redirect to /chat after successful OAuth - auth/index: full OAuth login page with GitHub/Discord/Twitch providers
Contributor
Author
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
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.
Release: Dev → Main
4 atomic commits ready for main
Features
d7978b7)a1f3139)Bug Fixes
99d6795)Chores
d55f826)This PR is automatically maintained by CI — KBVE Studio