From f896df600621035d9aad5d96162e60d4d276cf45 Mon Sep 17 00:00:00 2001 From: librelad Date: Sat, 30 May 2026 18:26:31 +0100 Subject: [PATCH] refactor(admin): move bare css/ into admin/core/ for sub-system consistency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit admin had sub-system folders (config/overview/system/ssh/peers) AND a bare root css/ (admin.css) — inconsistent. A component's shared base belongs in a core/ sub-folder once it has sub-systems (matching apps/core/), so admin.css moves to admin/core/css/admin.css. Audit confirms all components are now consistent: sub-system components (apps, admin) use core/ + sub-systems; single-page components (backup/dashboard/tasks/updater) stay flat js/css/html (no sub-systems, so no core/ needed). Co-Authored-By: Claude Opus 4.8 Signed-off-by: librelad --- .../frontend/components/admin/{ => core}/css/admin.css | 0 containers/libreportal/frontend/index.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename containers/libreportal/frontend/components/admin/{ => core}/css/admin.css (100%) diff --git a/containers/libreportal/frontend/components/admin/css/admin.css b/containers/libreportal/frontend/components/admin/core/css/admin.css similarity index 100% rename from containers/libreportal/frontend/components/admin/css/admin.css rename to containers/libreportal/frontend/components/admin/core/css/admin.css diff --git a/containers/libreportal/frontend/index.html b/containers/libreportal/frontend/index.html index 60c3f30..0dda67a 100755 --- a/containers/libreportal/frontend/index.html +++ b/containers/libreportal/frontend/index.html @@ -20,7 +20,7 @@ - +