Promote bar/common to qs.Ui kit module

This commit is contained in:
Ryan Hughes
2026-05-17 22:33:08 -04:00
parent 408dada45d
commit 6b915926b2
25 changed files with 110 additions and 98 deletions
@@ -10,7 +10,7 @@ import Quickshell.Widgets
import QtQuick
import QtQuick.Layouts
import qs.Commons
import "common" as BarCommon
import qs.Ui
Item {
id: root
@@ -1716,7 +1716,7 @@ Item {
}
}
BarCommon.PopupCard {
PopupCard {
id: managePopup
anchorItem: trayRoot
owner: trayRoot
@@ -1801,7 +1801,7 @@ Item {
elide: Text.ElideRight
}
BarCommon.PillButton {
PillButton {
id: rowPinBtn
anchors.verticalCenter: parent.verticalCenter
anchors.right: parent.right
@@ -1815,7 +1815,7 @@ Item {
onClicked: trayRoot.togglePin(rowRoot.itemId)
}
BarCommon.PillButton {
PillButton {
id: rowHideBtn
anchors.verticalCenter: parent.verticalCenter
anchors.right: rowPinBtn.left