From ab2fcdb0d3cf20b01236ca9e31f8a6dd1ce96995 Mon Sep 17 00:00:00 2001 From: Andreas Reinhold / reini Date: Tue, 15 Sep 2026 05:33:04 +0200 Subject: [PATCH] Rewrite the showcase's Pages section without Tailwind Plan step 38 (last batch): the section wraps in and the error-page button row in , text on the md-* classes; needs no showcase.css hook of its own. The error-page and mail links, every route and every visible label stay as they were. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01Qwx5USif3wFFmxtHg5U1g9 --- resources/views/showcase/sections/pages.blade.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/views/showcase/sections/pages.blade.php b/resources/views/showcase/sections/pages.blade.php index 7a2159ee..275f2a2f 100644 --- a/resources/views/showcase/sections/pages.blade.php +++ b/resources/views/showcase/sections/pages.blade.php @@ -1,16 +1,16 @@ -
-

Pages

+ +

Pages

-

+

The error pages, raised for real so an app's own resources/views/errors still wins, and the Markdown mail theme (livewire-material::mail.theme) on a sample mail, both in this application's scheme.

-
+ @foreach (['401', '402', '403', '404', '419', '429', '500', '503'] as $code) @endforeach -
-
+ +