Rewrite using Relm4

Yes, this is a monster commit but at this stage I'm the only one working
on this project anyway. Further commits will follow Best Practises™
again.
This commit is contained in:
Reinout Meliesie 2026-01-21 13:20:47 +01:00
commit 4d4b7eb1c7
Signed by: zedfrigg
GPG key ID: 3AFCC06481308BC6
43 changed files with 2159 additions and 1248 deletions

View file

@ -1,29 +1,8 @@
/* TODO: Switch out CSS dynamically on `gtk-application-prefer-dark-theme` property change */
.collation-menu row:selected {
background-color: rgb(0 0 0 / 0.08);
}
.collation-menu row:not(:selected) image {
opacity: 0;
}
.collatable-container flowboxchild {
.media-grid flowboxchild {
padding: 0;
}
.collection-item-button {
font-weight: normal; /* No bold text by default for this kind of button */
}
.collection-item-box {
margin-top: 20px;
margin-bottom: 20px;
}
.collection-item-image {
margin-bottom: 20px;
}
.media-modal {
padding: 100px;
.media-grid-item {
/* No bold text by default for this kind of button */
font-weight: normal;
}