Commit graph

5 commits

Author SHA1 Message Date
Innei
3a30d9aed1
refactor: migrate theme management to next-themes (#11112)
* refactor: migrate theme management to `next-themes` and remove theme from route variants and global store.

Signed-off-by: Innei <tukon479@gmail.com>

* refactor: Unify theme mode to 'system' instead of 'auto' and streamline Electron theme synchronization.

Signed-off-by: Innei <tukon479@gmail.com>

* refactor: Remove LOBE_THEME_APPEARANCE constant and simplify desktop theme source assignment.

Signed-off-by: Innei <tukon479@gmail.com>

* chore: Update antd-style dependency from npm alias to specific alpha version.

Signed-off-by: Innei <tukon479@gmail.com>

* chore: update pnpm lockfile

Signed-off-by: Innei <tukon479@gmail.com>

* feat: Default theme to system and update Next.js RSC payload path example.

Signed-off-by: Innei <tukon479@gmail.com>

* feat: add `dev:static` script for static renderer development

Signed-off-by: Innei <tukon479@gmail.com>

* refactor: replace useThemeMode with custom useIsDark hook for theme detection and add ClientOnly component

Signed-off-by: Innei <tukon479@gmail.com>

* refactor: Remove `extractStaticStyle` import and cache prop from `StyleRegistry`.

Signed-off-by: Innei <tukon479@gmail.com>

* chore: Remove debug console log for current appearance.

Signed-off-by: Innei <tukon479@gmail.com>

* fix: Migrate legacy 'auto' theme mode to 'system' and refine theme background CSS selectors.

Signed-off-by: Innei <tukon479@gmail.com>

* feat: Add window dragging to desktop onboarding layout and update antd-style dependency.

* refactor: Refine global background styling to target body elements, remove token-based background, and clean up debugging script.

Signed-off-by: Innei <tukon479@gmail.com>

---------

Signed-off-by: Innei <tukon479@gmail.com>
2026-01-05 13:23:43 +08:00
René Wang
1f3531f8f5 feat: Better CMDK (#10915)
* lint: Remove unused console.log

* lint: Clean up console.log

* lint: Clean up console.log

* lint: Clean up console.log

* fix: Page creaetion

* feat: Add more CMDK commands

* feat: Create team in the CMDK

* feat: Context aware commands

* feat: Ask AI menu

* feat: SHow agent list in CMDK

* feat: Lobe AI

* feat: Adjust text

* feat: Add email entry
2025-12-24 12:55:11 +08:00
René Wang
ba6a5475bc feat: Remove docs_ prefix from URL (#10888)
* feat: Remove page filter

* feat: Replace medium with youtube

* feat: Remove `docs_` prefix from URL

* fix: TS error
2025-12-24 12:54:46 +08:00
René Wang
c1be517fd6 feat: Improve CMDK (#10877)
* fix: Search more of a speific topic

* refac: Warp CommandItem

* fix: Type error

* fix: AddButton cannot expand

* style: Back button position

* refac: Use context instead of hook

* style: Add hint

* fix: Add missing translation

* lint: Remove unused varibles
2025-12-24 12:54:44 +08:00
René Wang
d2bd8a6d84 feat: support CMD K 2025-12-24 12:54:41 +08:00