fab menu and model selector

This commit is contained in:
2026-08-29 18:56:59 +02:00
parent 327270f3fa
commit 703d804746
4 changed files with 315 additions and 21 deletions
@@ -31,22 +31,6 @@ Item {
anchors.fill: parent
}
IconButton {
anchors.left: parent.left
anchors.bottom: parent.bottom
icon: "open_in_new"
anchors.margins: Tokens.padding.small
isRound: true
padding: 8
font.pointSize: Math.round(18 * 1.2)
visible: !ChatState.isWindow
onClicked: {
Detach.create();
Visibilities.getForActive().sidebar = false;
}
}
Component {
id: chatList