AI Implementation feature(878): Authenticated Shell, Quick Tabs and Change Password 1.02 (#17)

This commit was merged in pull request #17.
This commit is contained in:
2026-07-22 09:04:45 +00:00
parent c0427f8c20
commit 685c7e47c9
6 changed files with 256 additions and 61 deletions
+6 -1
View File
@@ -19,4 +19,9 @@ button { font: inherit; padding: 8px 16px; border: 0; border-radius: var(--radiu
button[disabled] { opacity: .5; cursor: not-allowed; }
input { font: inherit; padding: 8px 12px; border: 1px solid var(--color-secondary); border-radius: var(--radius-sm); width: 100%; }
.container { max-width: 960px; margin: 0 auto; padding: 24px; }
.card { padding: 24px; border-radius: var(--radius-lg); box-shadow: 0 1px 4px rgba(0,0,0,.1); }
.card { padding: 24px; border-radius: var(--radius-lg); box-shadow: 0 1px 4px rgba(0,0,0,.1); }
.led { display: inline-block; width: 10px; height: 10px; border-radius: 50%; border: 0; background-color: transparent; vertical-align: middle; }
.led-running { background-color: var(--color-success); }
.led-countdown { background-color: var(--color-warning); }
.led-stopped { background-color: var(--color-danger); }
.led-unconfigured { background-color: var(--color-secondary); }