mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 02:56:23 +08:00
fix(core): optimize request chat cards fn (#7331)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
export type { SidebarTabName } from './multi-tabs/sidebar-tab';
|
||||
export { sidebarTabs } from './multi-tabs/sidebar-tabs';
|
||||
export { sidebarTabs, type TabOnLoadFn } from './multi-tabs/sidebar-tabs';
|
||||
export { MultiTabSidebarBody } from './view/body';
|
||||
export { MultiTabSidebarHeaderSwitcher } from './view/header-switcher';
|
||||
|
||||
@@ -4,6 +4,8 @@ import { framePanelTab } from './tabs/frame';
|
||||
import { journalTab } from './tabs/journal';
|
||||
import { outlineTab } from './tabs/outline';
|
||||
|
||||
export type TabOnLoadFn = (component: HTMLElement) => void;
|
||||
|
||||
// the list of all possible tabs in affine.
|
||||
// order matters (determines the order of the tabs)
|
||||
export const sidebarTabs: SidebarTab[] = [
|
||||
|
||||
Reference in New Issue
Block a user