backend: reduce number of concurrent db connections

This commit is contained in:
2025-10-16 11:10:53 +02:00
parent 05dffec42e
commit 44b59edcb3
4 changed files with 22 additions and 14 deletions
+2 -1
View File
@@ -782,6 +782,7 @@ button.icon-button.ghost:hover:not([disabled]) {
.folder-row:hover {
background: var(--sidebar-hover-bg);
color: var(--fg);
}
.folder-row.active {
@@ -859,7 +860,7 @@ button.icon-button.ghost:hover:not([disabled]) {
gap: 0.28rem;
overflow-y: auto;
padding: 1.25rem;
color: var(--sidebar-fg, #6f7683);
color: var(--sidebar-fg);
}
.sidebar-section:first-of-type,