Files
breadcrumb-the-shire/templates/partials
fs 1ba6829a1c fix: toast visibility — opaque backgrounds and flash scope matching with query strings
Two bugs in the toast redesign:

1. Variant backgrounds (success/warning/info/error) used rgba with 12-20%
   opacity, making toasts semi-transparent over page content. Fixed by
   layering the tint over a solid background via linear-gradient compositing.

2. Flash messages with scoped paths including query strings (e.g.
   edit pages with ?return=...) were not matched by Flash::peek(Request::path())
   since path() strips the query. Added fallback to pathWithQuery() matching.

Also moved flash partial before JS init scripts to ensure DOM is present
when the component runtime mounts.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 19:58:15 +01:00
..
2026-02-11 19:28:12 +01:00
2026-03-06 00:44:52 +01:00
2026-03-12 14:09:06 +01:00
2026-03-04 15:56:58 +01:00
2026-03-04 15:56:58 +01:00
2026-03-04 15:56:58 +01:00
2026-03-04 15:56:58 +01:00
2026-02-11 19:28:12 +01:00
2026-03-07 14:10:36 +01:00