From 8e7b21a3795ce5d537aa94cb69159ca93070b0dd Mon Sep 17 00:00:00 2001 From: Steffen Sauder Date: Sat, 18 Apr 2026 12:39:41 +0200 Subject: [PATCH 1/3] feat(hateoas-bff): restyle frontend with Editorial design MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apply the Editorial design direction from the claude.ai/design handoff bundle (warm off-white background, deep ink, coral accent, Inter Tight / Inter / JetBrains Mono typography) to the HATEOAS BFF example frontend. Keeps DaisyUI + Tailwind + Alpine.js stack intact and preserves every data-test attribute and ARIA hook the Playwright suite depends on — only styling, layout, and copy change. Elements from the design mock with no backing data in the current BFF schema (link-inspector drawer with synthetic timings/data-source latency, the floating view-switcher, hardcoded review counts) are omitted; meta.dataSources powers the signature attribution footer strip. Co-Authored-By: Claude Opus 4.7 --- examples/hateoas-bff/public/index.html | 1383 +++++++++++++----------- 1 file changed, 735 insertions(+), 648 deletions(-) diff --git a/examples/hateoas-bff/public/index.html b/examples/hateoas-bff/public/index.html index 6170536..29476dc 100644 --- a/examples/hateoas-bff/public/index.html +++ b/examples/hateoas-bff/public/index.html @@ -1,17 +1,19 @@ - + - HATEOAS BFF Store + hypermedia.store - - + + + + @@ -19,25 +21,51 @@