feat(tui): add replaceable prompt footer slot
This commit is contained in:
parent
bd906d468d
commit
247f14f955
6 changed files with 152 additions and 106 deletions
|
|
@ -116,6 +116,10 @@ export interface Page {
|
|||
export interface SlotMap {
|
||||
readonly app: Readonly<Record<string, never>>
|
||||
readonly "home.footer": Readonly<Record<string, never>>
|
||||
readonly "prompt.footer.end": {
|
||||
readonly sessionID?: string
|
||||
readonly mode: "normal" | "shell"
|
||||
}
|
||||
readonly "sidebar.content": {
|
||||
readonly sessionID: string
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue