auto update desktop app
All checks were successful
/ upload (release) Successful in 3m23s

This commit is contained in:
pavel 2026-02-26 23:58:11 +01:00
commit 832de038ca
8 changed files with 526 additions and 9 deletions

View file

@ -621,6 +621,35 @@ select {
box-shadow: 0 0 4px var(--brand-glow);
}
.update-notifier {
display: flex;
align-items: center;
margin-right: 8px;
}
.update-notifier button {
background: none;
border: none;
padding: 4px;
color: var(--brand);
cursor: pointer;
transition: transform 0.2s;
display: flex;
align-items: center;
justify-content: center;
}
.update-notifier button:hover {
transform: scale(1.2);
color: var(--brand-glow);
}
.update-notifier button i {
width: 16px;
height: 16px;
}
.user-info {
flex: 1;
min-width: 0;