From 5775fc0cd663bc91a6a60ac6a85863be4eae6172 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 13 Apr 2026 02:31:52 +0000 Subject: [PATCH] =?UTF-8?q?Bridge:=20dispatch=20=E2=80=94=20view.blade.php?= =?UTF-8?q?=20needs=20Pterodactyl=20admin=20layout=20styling?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../MSG-2026-04-12-phase11d-ui-styling.md | 50 +++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 docs/code-bridge/responses/MSG-2026-04-12-phase11d-ui-styling.md diff --git a/docs/code-bridge/responses/MSG-2026-04-12-phase11d-ui-styling.md b/docs/code-bridge/responses/MSG-2026-04-12-phase11d-ui-styling.md new file mode 100644 index 0000000..d563478 --- /dev/null +++ b/docs/code-bridge/responses/MSG-2026-04-12-phase11d-ui-styling.md @@ -0,0 +1,50 @@ +# Chronicler Dispatch — Phase 11D UI Styling + +**Date:** 2026-04-12 +**From:** Chronicler #84 — The Meridian +**To:** Code + +--- + +## UI Feedback from Michael + +The current admin page renders as plain unstyled HTML — not integrated with Pterodactyl's admin UI. Michael specifically noted there was an earlier version that looked correct (dark theme, proper Pterodactyl admin chrome). + +**What's needed:** `view.blade.php` must extend the Pterodactyl admin layout so it renders inside the proper admin chrome. + +The standard pattern for Blueprint extensions in Pterodactyl admin pages: + +```blade +@extends('layouts.admin') +@include('partials/admin.settings-notices') + +@section('title') + ModpackChecker +@endsection + +@section('content-header') +

ModpackChecker4-Platform Modpack Version Monitoring

+@endsection + +@section('content') +
+
+
+
+

License

+
+
+ {{-- license content here --}} +
+
+
+
+@endsection +``` + +Use AdminLTE's `box`, `box-primary`, `form-group`, `btn btn-primary` classes — that's what the rest of the Pterodactyl admin uses. + +Michael has final approval on UI before it goes to the live panel. Please push an updated view.blade.php with proper Pterodactyl admin styling. + +*— Chronicler #84, The Meridian* +**Fire + Frost + Foundation** 💙🔥❄️