From 2f8b58bb4be0cf6ea778318730f7e6fde1c5297e Mon Sep 17 00:00:00 2001 From: nicomiguelino Date: Mon, 27 Jul 2026 22:43:05 -0700 Subject: [PATCH 1/3] feat: adopt Tailwind CSS utility classes for styling Rework index.html to use Tailwind utility classes instead of custom CSS classes, keeping visual appearance and behavior unchanged. Slim the CSS entry point down to just the design-system import. Bump @screenly/edge-apps to ^1.3.0 for upcoming Tailwind CSS support. No screenshots/* included: this app never had e2e/screenshots.spec.ts wired up (bun run screenshots fails with "No tests found" even on main), so there was nothing to regenerate. Manually verified the app's own chrome (background, error screen) renders pixel-identical to before via an ad hoc Playwright check against the built preview. --- index.html | 39 ++++++++++++++++++---------- package.json | 2 +- src/css/style.css | 66 +++-------------------------------------------- 3 files changed, 31 insertions(+), 76 deletions(-) diff --git a/index.html b/index.html index 8ca10db..ab0e81d 100644 --- a/index.html +++ b/index.html @@ -1,29 +1,42 @@ - + TradingView Widget - Screenly App - -
-
-
+ +
+
+
-