pluggable home footer (#20057)

This commit is contained in:
Sebastian
2026-03-30 14:33:01 +02:00
committed by GitHub
parent 8e4bab5181
commit 14f9e21d5c
4 changed files with 99 additions and 58 deletions
@@ -1,3 +1,4 @@
import HomeFooter from "../feature-plugins/home/footer"
import HomeTips from "../feature-plugins/home/tips"
import SidebarContext from "../feature-plugins/sidebar/context"
import SidebarMcp from "../feature-plugins/sidebar/mcp"
@@ -14,6 +15,7 @@ export type InternalTuiPlugin = TuiPluginModule & {
}
export const INTERNAL_TUI_PLUGINS: InternalTuiPlugin[] = [
HomeFooter,
HomeTips,
SidebarContext,
SidebarMcp,