feat: notifications o:

This commit is contained in:
Kat Inskip 2025-12-07 18:41:31 -08:00
parent 15ac9bfa2b
commit c98690fa63
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
5 changed files with 346 additions and 8 deletions

View file

@ -12,9 +12,6 @@ Item {
width: parent.width
height: 30
property real text_point_size: 12
property real length: width / text_point_size
Rectangle {
anchors {
fill: parent
@ -33,7 +30,7 @@ Item {
horizontalAlignment: Text.AlignHCenter
text: modelData?.text ?? ""
color: Stylix.base05
font.pointSize: text_point_size
font.pointSize: 12
elide: Text.ElideRight
}