Instead of embed or text mode, optionally send a full-page screenshot of the entry URL as a Discord file upload
All checks were successful
Test and build Docker image / docker (push) Successful in 1m26s

This commit is contained in:
Joakim Hellsén 2026-04-10 00:32:02 +02:00
commit 9ec0166e7f
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
14 changed files with 1571 additions and 241 deletions

View file

@ -17,3 +17,50 @@ body {
.interval-input {
max-width: 120px;
}
.screenshot-requirement {
color: #9c9c9c;
font-size: 0.9rem;
}
.screenshot-requirement code {
color: #cfcfcf;
background: #1b1b1b;
border: 1px solid #2a2a2a;
border-radius: 4px;
padding: 0 0.35rem;
}
.status-chip {
display: inline-flex !important;
align-items: center;
width: auto !important;
max-width: 100%;
white-space: normal;
}
.feed-page,
.feed-page .card,
.feed-page .card-body,
.feed-page .input-group,
.feed-page .input-group>* {
min-width: 0;
}
.feed-page__content {
min-width: 0;
max-width: 100%;
}
.feed-page__wrap {
overflow-wrap: anywhere;
word-break: break-word;
}
.feed-page__pre {
max-width: 100%;
overflow-x: auto;
white-space: pre-wrap;
overflow-wrap: anywhere;
word-break: break-word;
}