Clear cache on relaod

This commit is contained in:
2026-08-05 23:36:34 -05:00
parent 49bc022909
commit 1fb42334ae
9 changed files with 103 additions and 3 deletions

View File

@@ -20,6 +20,12 @@ body {
margin-bottom: 10px;
}
.header-actions {
display: flex;
align-items: center;
gap: 8px;
}
.popup-header h1 {
margin: 0;
font-size: 0;
@@ -43,12 +49,29 @@ body {
transition: all 120ms ease;
}
#clearBtn {
border: 1px solid #3f2a2a;
background: #1c1111;
color: #dcb9b9;
border-radius: 999px;
cursor: pointer;
padding: 6px 10px;
font-size: 12px;
transition: all 120ms ease;
}
#openHistoryBtn:hover {
border-color: #3c5342;
color: #e3f3e7;
background: #151d18;
}
#clearBtn:hover {
border-color: #6b4444;
color: #f3d7d7;
background: #241515;
}
.status {
margin: 8px 0 12px;
color: #829589;