feat: rewrite workshop_admin UI – remove adapter terminology, make configurations primary

Agent-Logs-Url: https://github.com/GameServerPanel/GSP/sessions/3fc88263-c1c0-46f6-95f1-7070fc6f9d02

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2026-05-04 16:56:38 +00:00 committed by GitHub
parent e799f5ee5d
commit 86f825e388
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 98 additions and 80 deletions

View file

@ -584,3 +584,24 @@
color: #777;
font-size: 0.9rem;
}
/* Info box used on the configuration form to explain SteamCMD usage */
.sw-info-box {
background: #e8f4fd;
border: 1px solid #b3d7f5;
border-radius: 4px;
padding: 0.75rem 1rem;
margin-bottom: 1.25rem;
font-size: 0.9rem;
}
.sw-info-box strong {
display: block;
margin-bottom: 0.25rem;
}
.sw-info-box p {
margin: 0;
color: #2c5f8a;
}