From 74902234b3620eccd83c4f5ceb2d91c683e39129 Mon Sep 17 00:00:00 2001 From: ergosteur <1992147+ergosteur@users.noreply.github.com> Date: Sat, 7 Mar 2026 21:46:11 -0500 Subject: [PATCH] fix: restore white glass scanning UI and resolve small image blur bug Key changes: - Corrected logic in PostThumbnail to prevent blur effects on images smaller than 1MiB. - Restored the white glass aesthetic to the scanning dashboard with improved contrast and transparency. - Optimized scanning background transitions to ensure a smooth, flicker-free crossfade. --- src/App.tsx | 10 +++++----- src/components/PostThumbnail.tsx | 15 ++++++++++++--- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index c7f8c30..1550b72 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -290,7 +290,7 @@ export default function App() { ) ) : isScanning ? ( -
{scanningPhase === 'Indexing' ? 'Building file index' : 'Parsing metadata & media'}