History fetching from server

This commit is contained in:
Magnus Åhall 2026-06-06 20:21:11 +02:00
parent 9506b89453
commit aeca9d8559
4 changed files with 149 additions and 65 deletions

View file

@ -20,6 +20,10 @@ html {
filter: var(--colorize);
}
button {
font-size: 1e m;
}
/* ------------------------------------- *
* Default application grid in wide mode *
* ------------------------------------- */
@ -550,6 +554,18 @@ n2-pagehistory {
rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
}
.el-stats {
margin-bottom: 16px;
display: grid;
grid-template-columns: min-content 1fr;
grid-gap: 8px 12px;
white-space: nowrap;
}
.el-fetch-history-progress {
margin-top: 16px;
}
.el-back-image,
.el-back-text {
cursor: pointer;