1
Fork 0
mirror of https://github.com/thegeneralist01/archivr synced 2026-07-22 03:05:32 +02:00

feat: server-side search with structured prefix query language

This commit is contained in:
TheGeneralist 2026-06-21 21:16:02 +02:00
parent fa2968a21a
commit 83f909585f
Signed by: thegeneralist01
SSH key fingerprint: SHA256:pp9qddbCNmVNoSjevdvQvM5z0DHN7LTa8qBMbcMq/R4
4 changed files with 453 additions and 32 deletions

View file

@ -370,3 +370,7 @@ select {
background: var(--line);
text-decoration: underline;
}
/* Search loading state */
.search-input[aria-busy="true"] {
cursor: progress;
}