lobehub/src
Innei 5c82da7515
feat(onboarding): persist topic onboarding analytics snapshot (#13930)
*  feat(onboarding): persist topic onboarding analytics snapshot

* fix(onboarding): allow null in syncTopicOnboardingSession metadata option

Resolves TS2322 where topic?.metadata (ChatTopicMetadata | null | undefined)
was not assignable to metadata?: ChatTopicMetadata (undefined only).
The function already safely handles null via the ?? fallback, so widening
the parameter type is the minimal correct fix.

* fix(test): add ShikiLobeTheme to @lobehub/ui mock in WorkflowCollapse test

Resolves vitest error where @lobehub/editor tries to load
ShikiLobeTheme from the mocked module.
2026-04-18 22:08:56 +08:00
..
app 🐛 fix(auth): clear OIDC sessions when user signs out via better-auth (#13916) 2026-04-17 22:32:29 +08:00
business feat(subscription): add cross-platform subscription support for mobile IAP (#13413) 2026-04-11 00:27:51 +08:00
components feat(cc): account card, topic filter, and CC integration polish (#13955) 2026-04-18 21:58:50 +08:00
config feat(onboarding): add feature flags and footer promotion pipeline (#13853) 2026-04-17 21:14:27 +08:00
const feat(document): add history management and compare workflow (#13725) 2026-04-16 23:24:28 +08:00
envs 🐛 fix: message gateway queue error (#13816) 2026-04-14 22:10:17 +08:00
features feat(cc): account card, topic filter, and CC integration polish (#13955) 2026-04-18 21:58:50 +08:00
helpers 🐛 fix: drop manifests missing api before feeding ToolsEngine (#13856) 2026-04-16 01:04:55 +08:00
hooks feat: promote agent documents as primary workspace panel (#13924) 2026-04-17 23:04:59 +08:00
layout feat(document): add history management and compare workflow (#13725) 2026-04-16 23:24:28 +08:00
libs 🌐 chore: translate non-English comments to English in oidc-provider (#13945) 2026-04-18 11:41:26 +08:00
locales feat(cc): account card, topic filter, and CC integration polish (#13955) 2026-04-18 21:58:50 +08:00
routes feat(cc): account card, topic filter, and CC integration polish (#13955) 2026-04-18 21:58:50 +08:00
server feat(onboarding): persist topic onboarding analytics snapshot (#13930) 2026-04-18 22:08:56 +08:00
services feat(onboarding): persist topic onboarding analytics snapshot (#13930) 2026-04-18 22:08:56 +08:00
spa feat(cc): account card, topic filter, and CC integration polish (#13955) 2026-04-18 21:58:50 +08:00
store feat(cc): account card, topic filter, and CC integration polish (#13955) 2026-04-18 21:58:50 +08:00
styles 🌐 chore: translate non-English comments to English in packages (#13427) 2026-03-31 18:11:39 +08:00
types feat(desktop): add Electron version display in system tools settings (#13630) 2026-04-07 21:53:27 +08:00
utils feat(cc): account card, topic filter, and CC integration polish (#13955) 2026-04-18 21:58:50 +08:00
auth.ts 🔨 chore: project structure businessify (#10930) 2025-12-24 17:52:22 +08:00
initialize.ts feat(resource): add select all hint and improve resource explorer selection (#13134) 2026-03-28 11:51:23 +08:00
instrumentation.node.ts feat:support LobeHub MarketPlace (#8841) 2025-11-11 23:16:19 +08:00
instrumentation.ts 🔨 chore: add ENABLE_BOT_IN_DEV swtich (#13883) 2026-04-16 17:47:31 +08:00
proxy.ts feat(onboarding): agent web onboarding, feature toggle, and lifecycle sync (#13139) 2026-03-30 20:28:54 +08:00
vite.d.ts 🔨 chore(vite): support direct markdown imports (#13216) 2026-03-24 14:33:57 +08:00