[PR #46] [CLOSED] Full design refactor #49

Closed
opened 2026-02-15 17:17:25 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/openclaw/openclaw.ai/pull/46
Author: @xammarie
Created: 2/4/2026
Status: Closed

Base: mainHead: full-design-refactor


📝 Commits (1)

📊 Changes

17 files changed (+3451 additions, -3162 deletions)

View changed files

Newspaper.png (+0 -0)
Newspapers.png (+0 -0)
OpenClaw Logo Dark.png (+0 -0)
OpenClaw Logo.png (+0 -0)
📝 astro.config.mjs (+3 -1)
📝 package-lock.json (+635 -25)
📝 package.json (+4 -0)
public/logo-dark.png (+0 -0)
public/logo.png (+0 -0)
public/press-background.png (+0 -0)
📝 src/content/blog/introducing-openclaw.md (+0 -1)
📝 src/layouts/Layout.astro (+75 -41)
📝 src/pages/blog/[...slug].astro (+231 -260)
📝 src/pages/blog/index.astro (+153 -192)
📝 src/pages/index.astro (+1954 -1749)
📝 src/pages/integrations.astro (+220 -593)
📝 src/pages/showcase.astro (+176 -300)

📄 Description

Summary

  • Add light + dark theme system with toggle and unified base typography/colors
  • Refactor homepage sections (features metrics sizing, integrations teaser, press paper background, card tweaks)
  • Refresh blog pages (writer-focused meta, updated cards, cleaner article styling)
  • Improve responsive behavior for integrations grid and section layouts
  • Updated brand assets (logos + press background)
  • Mobile update: hamburger menu

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/openclaw/openclaw.ai/pull/46 **Author:** [@xammarie](https://github.com/xammarie) **Created:** 2/4/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `full-design-refactor` --- ### 📝 Commits (1) - [`5a2f999`](https://github.com/openclaw/openclaw.ai/commit/5a2f99963cb02d58c861823c40ed94de23d6d712) Full design refactor ### 📊 Changes **17 files changed** (+3451 additions, -3162 deletions) <details> <summary>View changed files</summary> ➕ `Newspaper.png` (+0 -0) ➕ `Newspapers.png` (+0 -0) ➕ `OpenClaw Logo Dark.png` (+0 -0) ➕ `OpenClaw Logo.png` (+0 -0) 📝 `astro.config.mjs` (+3 -1) 📝 `package-lock.json` (+635 -25) 📝 `package.json` (+4 -0) ➕ `public/logo-dark.png` (+0 -0) ➕ `public/logo.png` (+0 -0) ➕ `public/press-background.png` (+0 -0) 📝 `src/content/blog/introducing-openclaw.md` (+0 -1) 📝 `src/layouts/Layout.astro` (+75 -41) 📝 `src/pages/blog/[...slug].astro` (+231 -260) 📝 `src/pages/blog/index.astro` (+153 -192) 📝 `src/pages/index.astro` (+1954 -1749) 📝 `src/pages/integrations.astro` (+220 -593) 📝 `src/pages/showcase.astro` (+176 -300) </details> ### 📄 Description ## Summary - Add light + dark theme system with toggle and unified base typography/colors - Refactor homepage sections (features metrics sizing, integrations teaser, press paper background, card tweaks) - Refresh blog pages (writer-focused meta, updated cards, cleaner article styling) - Improve responsive behavior for integrations grid and section layouts - Updated brand assets (logos + press background) - Mobile update: hamburger menu --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 17:17:25 -05:00
yindo closed this issue 2026-02-15 17:17:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: openclaw/openclaw.ai#49