Haitao Pan
ce4e8bf7ae
feat(home): align release hero with main
2026-03-18 15:37:23 +08:00
Haitao Pan
74b13bde71
Avoid resetting paired X assistant on pairing required
2026-03-18 13:47:44 +08:00
Haitao Pan
8d11e30d76
Merge main into release/v0.2
2026-03-18 13:45:09 +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
11562f441e
Fix footer contrast in light theme
2026-03-17 19:42:12 +08:00
Haitao Pan
67a119631d
merge: bring stripe pricing console into release v0.2
2026-03-17 19:29:51 +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
f1bdacbc24
fix(auth): align console MFA proxy with accounts contract
2026-03-17 16:22:51 +08:00
Haitao Pan
e62df8322c
fix(auth): align console MFA proxy with accounts contract
2026-03-17 16:22:42 +08:00
Haitao Pan
c80fbd1cb1
Add tenant-aware XWorkmate console flows
2026-03-17 13:25:26 +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
Haitao Pan
43fd3ed96d
docs: add stripe pricing setup guide
2026-03-16 20:15:42 +08:00
Haitao Pan
a55bb7cecd
feat: route pricing flows through stripe
2026-03-16 20:10:28 +08:00
Haitao Pan
2984884fe6
feat: route pricing flows through stripe
2026-03-16 20:09:59 +08:00
3a1e32f071
Merge pull request #57 from cloud-neutral-toolkit/codex/refactor-mobile-page-style
...
Improve mobile navigation UX and behavior (UnifiedNavigation)
2026-03-16 12:47:12 +08:00
7716ce4001
Improve mobile navigation layout and behavior
2026-03-16 12:45:32 +08:00
Haitao Pan
6c56ea1ba3
feat(auth): add readonly review access
2026-03-16 09:26:04 +08:00
Haitao Pan
0fab89e0bd
build: align next-mdx-remote dependency metadata
2026-03-16 08:38:43 +08:00
Haitao Pan
ef9c35ce68
build: fix next-mdx-remote vulnerability detection
2026-03-15 23:53:12 +08:00
Haitao Pan
9e39cbc5a5
docs: add bilingual docs structure
2026-03-15 23:53:12 +08:00
ce10082df4
Merge pull request #56 from cloud-neutral-toolkit/codex/release/v0.2
...
release: v0.2
2026-03-15 23:34:57 +08:00
Haitao Pan
f932054f0f
release: v0.2
2026-03-15 23:07:37 +08:00