AFFiNE/packages/frontend/core
CatsJuice f4fdbbe6dd
feat(core): expose toggle ai onboarding apis (#7039)
```ts
import { toggleGeneralAIOnboarding } from '@affine/core/components/affine/ai-onboarding/apis';

// show
// toggleGeneralAIOnboarding();
toggleGeneralAIOnboarding(true);

// dismiss
toggleGeneralAIOnboarding(false);
```
2024-05-28 05:27:24 +00:00
..
public chore(core): replace ai onboarding videos (#6730) 2024-04-29 07:07:43 +00:00
src feat(core): expose toggle ai onboarding apis (#7039) 2024-05-28 05:27:24 +00:00
package.json chore: bump up blocksuite-canary to v0.15.0-canary-202405271425-84b069d (#7053) 2024-05-28 05:12:06 +00:00
tsconfig.json chore: remove unused y-indexeddb (#6728) 2024-04-29 09:14:42 +00:00
tsconfig.node.json refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
tsconfig.server.json refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00