Commit Graph

397 Commits

Author SHA1 Message Date
Haitao Pan
fea1ab6640 feat(console): add single-node frontend release flow 2026-03-18 22:54:44 +08:00
Haitao Pan
f7041a1410 fix(xworkmate): connect workspace to openclaw gateway 2026-03-18 22:30:00 +08:00
Haitao Pan
7e0eb91782 feat(home): add gateway-driven hero entry 2026-03-18 22:27:13 +08:00
Haitao Pan
feddbc1b4d fix: remove duplicate hero maximize action 2026-03-18 18:43:26 +08:00
Haitao Pan
7cb6f2111a feat: unify x assistant with xworkmate shell 2026-03-18 18:32:16 +08:00
Haitao Pan
b2ac63e2b0 feat: extend tactile theme to docs panel and auth 2026-03-18 17:39:48 +08:00
Haitao Pan
2831f6028b feat: unify site theme and session controls 2026-03-18 16:59:06 +08:00
Haitao Pan
3f4f7d9c92 refactor(ci): extract workflow scripts 2026-03-18 16:37:21 +08:00
Haitao Pan
9569df6a27 fix(xworkmate): avoid preview route bailouts 2026-03-18 16:23:50 +08:00
Haitao Pan
68bf1e2c1e fix(console): tighten hero and persist pairing state 2026-03-18 16:09:02 +08:00
Haitao Pan
55d96d2ecb fix(console): trim home onboarding and fix xworkmate preview 2026-03-18 15:56:01 +08:00
Haitao Pan
f60e5da99e fix(console): avoid repeated pairing bootstrap retries 2026-03-18 15:44:15 +08:00
Haitao Pan
7c0d87b8e0 feat(home): embed product demo into hero 2026-03-18 15:34:03 +08:00
Haitao Pan
9e452ca464 Refactor homepage into prompt-first workspace 2026-03-18 15:19:14 +08:00
Haitao Pan
00023b808b Improve X assistant pairing required guidance 2026-03-18 14:11:06 +08:00
Haitao Pan
be30303bc8 refactor(public-pages): unify download blogs and auth styling 2026-03-18 14:04:10 +08:00
Haitao Pan
3aee5aa0bb Simplify homepage hero copy block 2026-03-18 14:01:28 +08:00
Haitao Pan
f8c8c36517 Avoid resetting paired X assistant on pairing required 2026-03-18 13:48:07 +08:00
Haitao Pan
c2c72f909a Merge branch 'codex/refactor/public-pages-visual-system' into main 2026-03-18 13:43:09 +08:00
0c06383405
Merge pull request #61 from cloud-neutral-toolkit/feature/xworkmate-console-merge-18228852799987354270
feat: Redesign XWorkmate console layout
2026-03-18 04:25:17 +00:00
google-labs-jules[bot]
9d2fcd635c feat(xworkmate): redesign console to a minimalist layout with chat input at bottom
- Removed rounded corners and excess padding for a compact, simple feel.
- Added a collapsible sidebar to preserve space while keeping existing icons.
- Re-architected XWorkmateWorkspacePage layout to put chat/action bar at the bottom with a flex-grow central space.
- Added suggested chips (Slides, Video Gen, Deep Research, etc.) for quick tasks.
- Abstracted `pickCopy` to use generics to fix type errors.
- Added Next.js `force-dynamic` explicit rule to `/xworkmate` to allow `headers()` resolution statically conflicting with `dynamic = 'error'` in root layout.

Co-authored-by: cloud-neutral <4133689+cloud-neutral@users.noreply.github.com>
2026-03-18 04:08:22 +00:00
Haitao Pan
70004b0d0f Extract hero video media config 2026-03-17 20:10:23 +08:00
Haitao Pan
3af115cf5b Add configurable media data for hero video shell 2026-03-17 20:03:27 +08:00
Haitao Pan
d6d062daa9 refactor(public-pages): unify docs services and about styling 2026-03-17 20:02:45 +08:00
Haitao Pan
0967ac6d9b Replace hero cards with video showcase shell 2026-03-17 20:00:09 +08:00
Haitao Pan
c15c57204a Fix footer contrast in light theme 2026-03-17 19:44:41 +08:00
Haitao Pan
c0b003f108 merge: bring stripe pricing console into main 2026-03-17 19:28:48 +08:00
Haitao Pan
26689d1326 refactor(home): adopt minimal editorial landing style 2026-03-17 19:25:53 +08:00
Haitao Pan
79d9cc9d1f feat(home): improve visual hierarchy and contrast 2026-03-17 19:09:27 +08:00
Haitao Pan
1769c26093 merge: integrate xworkmate multitenant into stripe pricing console 2026-03-17 18:57:44 +08:00
4311c41bbd
Merge pull request #60 from cloud-neutral-toolkit/docs/ui-refactor-proposal-16016962472868298511
docs: add ui refactor proposal
2026-03-17 10:54:34 +00:00
google-labs-jules[bot]
9f0f56f509 fix: explicit dynamic rendering for xworkmate routes
The layout.tsx applies `export const dynamic = 'error'` globally, which causes the build to fail for routes that use dynamic functions like `headers()`. This commit explicitly adds `export const dynamic = 'force-dynamic'` to the `/xworkmate/page.tsx`, `/xworkmate/admin/page.tsx`, and `/xworkmate/integrations/page.tsx` routes, resolving the Next.js static rendering build error.

Co-authored-by: cloud-neutral <4133689+cloud-neutral@users.noreply.github.com>
2026-03-17 10:42:59 +00:00
google-labs-jules[bot]
4329953274 docs: add ui refactor proposal
Add docs/ui-refactor-proposal.md to outline the UI theme and style refactoring plan, including design system tokens, typography, responsive layout strategies, semantic navigation menu refactoring, and accessibility testing guidelines as requested.

Co-authored-by: cloud-neutral <4133689+cloud-neutral@users.noreply.github.com>
2026-03-17 10:22:50 +00:00
Haitao Pan
e62df8322c fix(auth): align console MFA proxy with accounts contract 2026-03-17 16:22:42 +08:00
Haitao Pan
5d9de8ed1f Add tenant-aware XWorkmate console flows 2026-03-17 13:25:21 +08:00
Haitao Pan
c3c9436861 Add tenant-aware XWorkmate console flows 2026-03-17 13:24:41 +08:00
Haitao Pan
0c4de4dfcd Sync release/v0.2 into main 2026-03-17 12:05:43 +08:00
Haitao Pan
fb9ded514a Add git history secret remediation skill 2026-03-17 12:05:16 +08:00
Haitao Pan
0f4a1a4fbf Tighten mobile menu spacing on narrow screens 2026-03-17 11:54:27 +08:00
Haitao Pan
ce53e1cc3b Tighten mobile menu spacing on narrow screens 2026-03-17 11:53:23 +08:00
6ed69a0f73
Merge pull request #59 from cloud-neutral-toolkit/release/v0.2
Release/v0.2
2026-03-17 00:58:06 +00:00
Haitao Pan
d101676c13 fix(auth): align console admin gates and oauth exchange 2026-03-17 08:51:01 +08:00
Haitao Pan
71b36a628d Refine mobile contrast and single-page navigation 2026-03-16 22:47:28 +08:00
Haitao Pan
8e207a0e83 Polish mobile homepage experience 2026-03-16 22:16:32 +08:00
Haitao Pan
a41b45e1f9 fix: wrap useSearchParams usage in Suspense boundary on /prices page 2026-03-16 22:07:24 +08:00
Haitao Pan
3c1f5ec27d Refine mobile navigation experience 2026-03-16 21:08:38 +08:00
bcdd9144af
Merge pull request #58 from cloud-neutral-toolkit/codex/feat/stripe-pricing-console
feat: route pricing flows through stripe
2026-03-16 12:52:19 +00:00
Haitao Pan
00cf5507c2 Merge branch 'release/v0.2' into main 2026-03-16 20:20:01 +08:00
Haitao Pan
eaa383bb16 Merge branch 'main' into release/v0.2 2026-03-16 20:19:44 +08:00
Haitao Pan
95290423b8 feat: use drawer menu on mobile os 2026-03-16 20:19:34 +08:00