added cache to prevent the server from blocking itself if too many requests

This commit is contained in:
2026-05-04 20:26:31 +02:00
parent 23d24d81b1
commit 33eb3e4f3f
3 changed files with 162 additions and 146 deletions

View File

@@ -232,7 +232,7 @@
position: absolute;
top: 1rem;
right: 1rem;
background: var(--primary-soft);
background: var(--bg-main);
border: 1px solid var(--primary-border);
color: var(--primary-color);
padding: 0.4rem 0.7rem;
@@ -245,8 +245,7 @@
}
.expand-btn:hover {
background: var(--primary-color);
color: white;
background: var(--primary-soft);
}
.modal {
@@ -282,7 +281,7 @@
}
.close-modal {
background: var(--primary-soft);
background: var(--bg-main);
border: 1px solid var(--primary-border);
color: var(--primary-color);
width: 32px;
@@ -296,8 +295,7 @@
}
.close-modal:hover {
background: var(--primary-color);
color: white;
background: var(--primary-soft);
}
.modal-body {