From 58a5dca8d526358d36eee14065c35d6e49c63987 Mon Sep 17 00:00:00 2001 From: Andreas Reinhold / reini Date: Tue, 15 Sep 2026 04:55:21 +0200 Subject: [PATCH] Rewrite the showcase's Time pickers section without Tailwind Plan step 38: both examples move onto with columns, x-data landing on the bound example's own stack. TimepickerTest's Chromium selectors run against an isolated timeProbe fixture, not this page, so nothing there is at risk. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01Qwx5USif3wFFmxtHg5U1g9 --- .../showcase/sections/timepickers.blade.php | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/resources/views/showcase/sections/timepickers.blade.php b/resources/views/showcase/sections/timepickers.blade.php index d8aa4dab..6382f447 100644 --- a/resources/views/showcase/sections/timepickers.blade.php +++ b/resources/views/showcase/sections/timepickers.blade.php @@ -1,44 +1,44 @@ @php $examples = [ '12 and 24 hours, outlined and filled' => <<<'BLADE' -
-
+ + -
+ -
+ -
-
+ + BLADE, 'Steps and limits' => <<<'BLADE' -
-
+ + -
+ -
+ -

Stored as

-
-
+

Stored as

+ + BLADE, ]; @endphp -
-

Time pickers

+ +

Time pickers

-

+

<x-timepicker> — M3's dial and input time picker in a modal dialog, opened from a text field.

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