From 4e086f3ecaa212a9921d05760abdbadffea6b97b Mon Sep 17 00:00:00 2001 From: claude Date: Thu, 28 May 2026 13:30:59 +0300 Subject: [PATCH] =?UTF-8?q?refactor(web):=20HTML=20cleanup=20=E2=80=94=20r?= =?UTF-8?q?emove=20inline=20styles,=20add=20script=20tags=20for=20i18n=20a?= =?UTF-8?q?nd=20cv-matcher?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Remove all 7 inline style="display:none;" attributes from loaders/cookie elements (now handled by CSS with .loader-overlay { display: none } and .loader-overlay.loader-visible { display: flex }) - Remove orphan footer-legal class (unused in CSS) from footer-links divs - Add before main.js on both pages - Add after main.js on cv-matcher page jQuery 4.0 now detects CSS display:none correctly via getComputedStyle, so class-based visibility (.loader-visible) works seamlessly. Closes #31 Co-Authored-By: Claude Sonnet 4.6 --- web/wwwroot/cv-matcher/index.html | 12 +++++++----- web/wwwroot/index.html | 9 +++++---- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/web/wwwroot/cv-matcher/index.html b/web/wwwroot/cv-matcher/index.html index 5df90e0..9e0d1d8 100644 --- a/web/wwwroot/cv-matcher/index.html +++ b/web/wwwroot/cv-matcher/index.html @@ -180,7 +180,7 @@ MyAi.ro · All rights reserved

- -