mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-15 19:05:11 +00:00
Add PR/issue widget metadata and spacing
This commit is contained in:
parent
32dd0d3cc4
commit
b95cb7503e
2 changed files with 96 additions and 1 deletions
|
|
@ -398,7 +398,6 @@ export class InteractiveMode {
|
|||
this.ui.addChild(this.pendingMessagesContainer);
|
||||
this.ui.addChild(this.statusContainer);
|
||||
this.ui.addChild(this.widgetContainer);
|
||||
this.ui.addChild(new Spacer(1));
|
||||
this.ui.addChild(this.editorContainer);
|
||||
this.ui.addChild(this.footer);
|
||||
this.ui.setFocus(this.editor);
|
||||
|
|
@ -847,6 +846,7 @@ export class InteractiveMode {
|
|||
return;
|
||||
}
|
||||
|
||||
this.widgetContainer.addChild(new Spacer(1));
|
||||
for (const [_key, component] of this.extensionWidgets) {
|
||||
this.widgetContainer.addChild(component);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue