Polish UI, Arcade branding, bun migration, and session fixes#5
Merged
teallarson merged 1 commit intomainfrom Mar 2, 2026
Merged
Polish UI, Arcade branding, bun migration, and session fixes#5teallarson merged 1 commit intomainfrom
teallarson merged 1 commit intomainfrom
Conversation
**Brand & UI** - Replace makeshift triangle logo with official Arcade A mark SVG in Next.js header and login page - Add `app/icon.png` (Arcade App Icon) as Next.js favicon - Add official Arcade A mark + favicon.svg to all langchain Flask templates - Dark mode: set Arcade red as `--primary` in dark theme; add `ThemeProvider` + sun/moon toggle to Next.js - Dark mode for langchain: Tailwind CDN dark class strategy, flash-free theme persistence, Inter font via Google Fonts CDN, dark variants for all structural elements and JS-generated cards (task, stats, auth prompts) - Polish langchain gate cards: replace emoji icons with ShieldAlert/AlertTriangle SVGs, full-width CTA buttons, consistent card border treatment - Remove chat panel from langchain dashboard (not included for now) **Session & auth fixes** - `app/page.tsx` converted to server component with `getSession()` check → redirects to `/dashboard` if already authenticated (fixes sign-out-on-every-visit bug) - Extract `LoginForm` client component from page - Add `getSession()` auth guard to ai-sdk and mastra `/api/auth/arcade/connect` routes → returns 401 if unauthenticated **Bun migration** - All generated template install/migrate/dev commands updated from npm/npx → bun/bunx in `template.json`, `README.md.hbs`, and `CLAUDE.md` for ai-sdk and mastra - CI smoke tests updated to use `oven-sh/setup-bun@v2` and bun commands; lint-and-build job stays on npm Co-Authored-By: Claude Sonnet 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
app/icon.png+favicon.svgfor faviconsThemeProvider+ sun/moon toggle for Next.js; full dark mode for langchain (Tailwind CDN class strategy, Inter font, flash-free persistence, JS-generated card dark styles)app/page.tsxconverted to server component that redirects authenticated users to dashboard;getSession()auth guard on/api/auth/arcade/connectfor ai-sdk and mastratemplate.json,README.md.hbs, andCLAUDE.md; CI smoke tests updated tooven-sh/setup-bun@v2Test plan
🤖 Generated with Claude Code