fix(shadcn): isolate Nexus CSS vars with --nx- prefix + admin password reset endpoint
CI - Build & Test / Backend (.NET) (push) Successful in 26s
CI - Build & Test / Frontend (Vue/TS) (push) Successful in 16s
CI - Build & Test / Security Check (push) Successful in 2s

This commit is contained in:
2026-06-11 10:06:53 +02:00
parent a538025049
commit b7b44494f0
59 changed files with 3267 additions and 1153 deletions
+3 -3
View File
@@ -361,7 +361,7 @@ async function sendMessage() {
opacity: 1;
}
.task-edit-btn:hover {
color: var(--accent);
color: var(--nx-accent);
}
.task-delete-btn {
background: none;
@@ -411,7 +411,7 @@ async function sendMessage() {
align-items: center;
gap: 0.25rem;
padding: 0.25rem 0.5rem;
background: var(--accent);
background: var(--nx-accent);
color: #fff;
border: none;
border-radius: 4px;
@@ -499,7 +499,7 @@ async function sendMessage() {
color: var(--text-secondary);
}
.settings-redirect a {
color: var(--accent);
color: var(--nx-accent);
text-decoration: none;
}
.settings-redirect a:hover {