Skip to content

Feature/design overhaul#92

Merged
LucHeart merged 36 commits into
developfrom
feature/design-overhaul
Jun 18, 2026
Merged

Feature/design overhaul#92
LucHeart merged 36 commits into
developfrom
feature/design-overhaul

Conversation

@LucHeart

Copy link
Copy Markdown
Member

No description provided.

LucHeart and others added 30 commits June 13, 2026 21:30
- Neutralize root color vars and gray scale to pure grayscale (drop purple/blue tint)
- Remove dark-mode bootstrap script from app.html
- Drop svelte/no-navigation-without-resolve eslint override
- Update README for svelte kit + pnpm
- ThemeToggle: derive isDark from mode-watcher's reactive mode and use
  setMode() instead of writing to a $derived / calling toggleMode()
- Default ModeWatcher to dark with track disabled (dark-only intent)
- Wrap integration/game thumbnails in asset() for base-path correctness
- Satisfy svelte/no-navigation-without-resolve: resolve() for internal
  links, bare fragments for home anchors, rel=external for IntegrationCard
- prettier formatting
- Rebuild IntegrationCard on shadcn Card + Badge with theme tokens
- Extract reusable GameCard from duplicated game-card markup
- Use shadcn Input/Button across the integrations page; fix hero top spacing
- Add vendored shadcn input + badge primitives
- Make AppHeader nav data-driven (single navLinks array) for desktop + mobile
- Tidy mobile menu (tokens, missing Desktop link, backdrop, pointer-events)
- Add lucide icons to nav items; cluster icon-only utilities + theme toggle
- Tokenize ThemeToggle colors
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 18, 2026

Copy link
Copy Markdown

Deploying openshock-org with  Cloudflare Pages  Cloudflare Pages

Latest commit: 01207d0
Status: ✅  Deploy successful!
Preview URL: https://93b09753.openshock-org.pages.dev
Branch Preview URL: https://feature-design-overhaul.openshock-org.pages.dev

View logs

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 555a92c6ef

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json
"overrides": {
"cookie@<0.7.0": ">=0.7.0"
}
"node": ">=26.3.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Keep CI on a supported Node version

In the GitHub Actions workflow I inspected, .github/workflows/ci-build.yml still runs pnpm install under node-version: 25.2.0, but this change raises the root project engine to >=26.3.0. pnpm 11 treats an incompatible project engines.node as a hard install failure, so CI will stop at dependency installation until the workflow is updated to Node 26.3+ or the engine range is lowered.

Useful? React with 👍 / 👎.

Comment thread pnpm-workspace.yaml
@LucHeart LucHeart merged commit 04cded1 into develop Jun 18, 2026
5 checks passed
@LucHeart LucHeart deleted the feature/design-overhaul branch June 18, 2026 22:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants