Commit Graph

102 Commits

Author SHA1 Message Date
Haitao Pan
346ffe7839 trim xworkmate assistant header 2026-03-12 16:55:00 +08:00
Haitao Pan
593adb0452 refine xworkmate assistant layout density 2026-03-12 16:51:41 +08:00
Haitao Pan
2ebecc8b43 fix nav width and localize xworkmate assistant 2026-03-12 16:47:18 +08:00
Haitao Pan
88825f62c3 feat: polish xworkmate workspace entry 2026-03-12 16:31:15 +08:00
Haitao Pan
161350c608 feat: launch xworkmate workspace 2026-03-12 16:18:41 +08:00
Haitao Pan
9a915ae080 feat: integrate openclaw assistant workspace 2026-03-12 12:18:25 +08:00
Haitao Pan
86cb79574d refactor(ui): implement persistent AI sidebar and unify navigation entry points
- Make AI Assistant sidebar persistent by default (isOpen: true)
- Update AskAIDialog to render as a fixed right sidebar instead of modal
- Implement toggle functionality for sidebar in UnifiedNavigation
- Remove floating AskAIButton to unify entry points
- Update AppProviders to handle layout shifts for sidebar
2026-02-14 17:38:49 +08:00
Haitao Pan
9a9be09513 style: Fine-tune HeroCard wizard as a non-blocking sidebar drawer 2026-02-07 00:26:06 +08:00
Haitao Pan
41faf1a806 style: Improve HeroCard wizard guide UI 2026-02-06 23:52:38 +08:00
Haitao Pan
8125c4eaa7 feat: Implement global acceleration guide wizard 2026-02-06 23:36:42 +08:00
Haitao Pan
f6a8f6ea41 chore: commit all local changes after local verification 2026-02-05 17:05:43 +08:00
Haitao Pan
48ab7aadd2 feat: merge services sidebar into panel, remove services sidebar, and add breadcrumbs 2026-02-02 16:31:20 +08:00
Haitao Pan
434aa28563 docs: update privacy policy and terms of service with bilingual content 2026-02-02 15:31:50 +08:00
Haitao Pan
39a72df864 refactor: Reorder LanguageToggle and ReleaseChannelSelector components to appear before the user account dropdown. 2026-02-02 13:15:26 +08:00
Haitao Pan
0ec2588735 style: fix user menu alignment and spacing, and codify UI standards in skill 2026-02-02 13:06:09 +08:00
Haitao Pan
d4c5dbfc57 feat: fine-tune user account dropdown menu with Radix UI and custom animations 2026-02-02 12:39:17 +08:00
Haitao Pan
ee8c725d8e feat: Add community discussions page with Giscus integration and update support links. 2026-02-01 21:02:21 +08:00
Haitao Pan
c654eb4804 feat: implement community discussions page using Giscus and update GitHub links. 2026-02-01 20:47:45 +08:00
Haitao Pan
620caea072 Please provide the file changes to generate a commit message. 2026-02-01 15:51:56 +08:00
Haitao Pan
a7670e62e9 fix: update sitemap.xml, remove dead links, and ensure dynamic updates 2026-01-31 23:59:05 +08:00
Haitao Pan
bb68cd7f83 refactor: refine AI Assistant sidebar - implement non-blocking layout, reserve content space, and align header with user UI requests 2026-01-31 22:37:00 +08:00
Haitao Pan
5628dbe340 feat: simplify AI Assistant UI - only use Float mode, remove color purple from theme definitions 2026-01-31 22:33:32 +08:00
Haitao Pan
835c628ea8 feat: refine AI Assistant sidebar layout - reserve space for sidebar, default to dock mode from navbar, and ensure fixed positioning 2026-01-31 22:28:03 +08:00
Haitao Pan
6a2c183827 feat: make AI Assistant global, fixed height on right side, and trigger from navbar link 2026-01-31 22:24:51 +08:00
Haitao Pan
b19cfdc71c feat: refine AI Assistant UI - rename to AI 助手/AI Assistant, add 80% transparency, theme consistency, and height fine-tuning 2026-01-31 22:09:50 +08:00
Haitao Pan
8e7434b86c refactor: Update chat service path from /services/moltbot to /services/openclaw in the Navbar. 2026-01-31 14:02:32 +08:00
Haitao Pan
b594515869 refactor: Migrate chat service path and associated files from /services/moltbot to /services/openclaw. 2026-01-31 13:58:10 +08:00
Haitao Pan
c26d105c4d fix(build): resolve TS error in translations and update components 2026-01-31 01:02:58 +08:00
Haitao Pan
0bbf7c75b4 style: fine-tune navigation alignment and spacing 2026-01-30 18:03:26 +08:00
Haitao Pan
e5c616c12a feat: refactor navigation and sidebar structure, implement AI Assistant layout modes 2026-01-30 18:02:11 +08:00
Haitao Pan
b0fc695e4f feat: update footer social links to GitHub, X and Linkedin 2026-01-30 12:48:52 +08:00
Haitao Pan
6b61379b91 feat: add home and login buttons to mobile horizontal scroll menu 2026-01-30 12:27:17 +08:00
Haitao Pan
19d6641208 feat: add testing strategy skills and improve mobile navbar
Add testing strategy skills for PR/main/release gates with Node/TS & Go support.
Refactor mobile navigation order in Navbar.
Update chat label to AI Assistant/AI助手.
Fix vitest config setupFiles path resolution.
2026-01-30 12:13:56 +08:00
Haitao Pan
17a73a7d63 feat: Refactor Navbar to include a new mobile horizontal scroll menu and additional navigation tabs, along with dependency updates. 2026-01-30 11:44:34 +08:00
Haitao Pan
caeb6a8348 feat: Add Gitleaks integration with pre-commit and pre-push hooks for automated secret detection, including configuration and related documentation. 2026-01-30 11:18:00 +08:00
Haitao Pan
ed509101a4 feat: Implement new mobile navigation layout in Navbar and update Ask AI dialog maximize path to chats. 2026-01-29 19:34:27 +08:00
Haitao Pan
ce0380eb66 feat: Implement full-page Moltbot chat and add a maximize button to the Ask AI dialog. 2026-01-29 19:19:36 +08:00
google-labs-jules[bot]
bf2e5ec341 Update mobile menu to use semantic theme colors
- Replaced hardcoded slate colors in Navbar.tsx with semantic theme colors (text-text, bg-background, etc.) to ensure the mobile menu respects the application theme (light/dark).
- Fixed a duplicate variable declaration in AskAIDialog.tsx that was causing build failures.
- Updated yarn.lock to match the packageManager version.

Co-authored-by: cloud-neutral <4133689+cloud-neutral@users.noreply.github.com>
2026-01-29 09:33:43 +00:00
Haitao Pan
111c19bcb5 feat: Integrate Ask AI dialog with Moltbot workspace, supporting initial queries and internationalization for dialog texts. 2026-01-29 16:33:44 +08:00
Haitao Pan
3367e38b8a fix: resolve React version conflict in DocArticle and await async params 2026-01-27 00:05:34 +08:00
Haitao Pan
ba16745daa fix: resolve eslint issues 2026-01-26 21:48:45 +08:00
google-labs-jules[bot]
32ea4c509a feat: Implement Material 3 Layout with Theme Switcher
- Implemented a new Material 3-inspired layout for the services page, following the user's design reference.
- Added a theme switcher to toggle between the original ("classic") and the new ("material") layouts.
- The theme preference is persisted in `localStorage` using a Zustand store.
- Ensured proper server-side rendering and client-side hydration by creating a custom `useViewStore` hook that prevents hydration mismatches.
- Created new components for the Material 3 layout: `Sidebar`, `Header`, and `Material3Layout`.
- Refactored the main services page (`src/app/services/page.tsx`) to conditionally render either the classic or material layout based on the selected theme.
- Moved the theme switcher to the `Footer` component to make it accessible in both views.
- Added a Playwright test to verify the functionality of the theme switcher.
2026-01-25 11:29:03 +00:00
Haitao Pan
a96da5d1d0 feat: Introduce agent operating rules and internal documentation, and refactor UI styling with design tokens. 2026-01-25 17:41:02 +08:00
Haitao Pan
2fa13ed8b0 feat: sync blog content from external repo and rename /blog to /blogs 2026-01-23 17:03:28 +08:00
Haitao Pan
6573a61746 Add services grid page and link from navbar 2026-01-14 12:10:38 +08:00
Haitao Pan
2e69ef13a4 Remove default config badge from navbar 2026-01-14 11:51:56 +08:00
Haitao Pan
07e05b74fc Fix footer content 2026-01-14 11:40:35 +08:00
a7b79fdda2 Make blog categories dynamic 2026-01-01 18:20:53 +08:00
Haitao Pan
5dcdf9a747 Update blog CTA and blog content handling 2025-12-22 19:55:50 +08:00
37c61a5ec5 Refactor blog, doc, and workshop content pipelines 2025-12-22 12:20:55 +08:00
2f14a8ca3d Remove markdown editor modules and redirect editor links 2025-12-16 14:01:52 +08:00
Haitao Pan
aea7db149f git commit -m "chore: split dashboard into standalone repository from XControl" 2025-12-14 22:33:14 +08:00