Add new api token generation dialog

This commit is contained in:
Johannes Zellner
2025-01-15 12:31:35 +01:00
parent 467921dbf6
commit 1dd5f63a11
4 changed files with 194 additions and 26 deletions
+6
View File
@@ -47,3 +47,9 @@ footer {
footer > .p {
margin: 4px;
}
.header-with-button {
display: flex;
justify-content: space-between;
align-items: center;
}