feat: add a check to see if an entry is already in komga, if so, reduce opacity, add border, disable buttons closes #6

This commit is contained in:
2025-05-04 23:07:41 +02:00
parent a9555375be
commit a7a167a3b2
3 changed files with 74 additions and 17 deletions

View File

@@ -153,4 +153,13 @@ body.nsfw-disabled .image-container.nsfw:hover img {
.request {
/* Implement design here */
}
.card.komga {
border: 3px solid green;
box-sizing: border-box;
/* disable the request button for entries in Komga */
pointer-events: none;
opacity: 0.5;
}