From 6f7dccc5deba3ad30c61e1421b5561ecc037151d Mon Sep 17 00:00:00 2001 From: Andreas Reinhold / reini Date: Tue, 15 Sep 2026 04:54:04 +0200 Subject: [PATCH] Rewrite the showcase's Date pickers section without Tailwind Plan step 38: every two-column layout moves onto with columns, x-data landing on the grid itself; the small demo picker reuses the showcase-w-sm class the Text fields section already defines. DatepickerTest's Chromium selectors run against isolated probe fixtures, not this page, so nothing there is at risk. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01Qwx5USif3wFFmxtHg5U1g9 --- .../views/showcase/sections/pickers.blade.php | 90 +++++++++---------- 1 file changed, 45 insertions(+), 45 deletions(-) diff --git a/resources/views/showcase/sections/pickers.blade.php b/resources/views/showcase/sections/pickers.blade.php index 241068e4..d3d53b2f 100644 --- a/resources/views/showcase/sections/pickers.blade.php +++ b/resources/views/showcase/sections/pickers.blade.php @@ -1,85 +1,85 @@ @php $examples = [ 'Docked' => <<<'BLADE' -
-
+ + -

Bound value:

-
+

Bound value:

+ -
+ -

Bound value:

-
-
+

Bound value:

+ + BLADE, 'Modal and modal input' => <<<'BLADE' -
-
+ + -

Bound value:

-
+

Bound value:

+ -
+ -

Bound value:

-
-
+

Bound value:

+ + BLADE, 'Range' => <<<'BLADE' {{-- Narrow the window below 600px: a range picker becomes M3's full-screen one, with a close button, Save, and the months scrolled through. --}} -
-
+ + -

Bound value:

-
+

Bound value:

+ -
+ -

Bound value:

-
-
+

Bound value:

+ + BLADE, 'First day of the week and format' => <<<'BLADE' -
-
+ + -

Bound value:

-
+

Bound value:

+ -
+ -

Bound value:

-
-
+

Bound value:

+ + BLADE, 'Limits, errors and states' => <<<'BLADE' -
-
+ + -
+ -
+ -
- -
-
-
+ + + + + BLADE, ]; @endphp -
-

Date pickers

+ +

Date pickers

-

+

<x-datepicker> — docked, modal and modal input; single dates and ranges. Month and weekday names, the first day of the week and the typed format follow the application's locale; week-start and format set the last two for someone who chose their own.

@foreach ($examples as $title => $code) @endforeach -
+