feat: add scoped upload tokens

This commit is contained in:
Ludwig Lehnert
2026-06-18 19:17:51 +00:00
parent a2b6054440
commit 0ed32f7623
17 changed files with 592 additions and 95 deletions

View File

@@ -453,6 +453,33 @@ thead th {
min-width: 13rem;
}
.action-dialog {
width: min(520px, calc(100% - 2rem));
border: 1px solid var(--line);
border-radius: var(--radius);
color: var(--text-main);
padding: 0;
}
.action-dialog::backdrop {
background: rgb(15 23 42 / 0.42);
}
.dialog-header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 0.75rem;
border-bottom: 1px solid var(--line);
padding: 0.9rem 1rem;
}
.action-dialog-body {
display: grid;
gap: 0.75rem;
padding: 1rem;
}
.breadcrumbs {
gap: 0.35rem;
font-size: 0.88rem;