From 4da0bf71a03b9451cd5d9f1e28027b5865e3892a Mon Sep 17 00:00:00 2001 From: Marcel Date: Sat, 25 Apr 2026 11:17:05 +0200 Subject: [PATCH] fix(bulk-upload): add gradient overflow indicators to chip strip Adds pointer-events-none left/right gradient fade overlays on the FileSwitcherStrip track div so mouse-only users can see when more chips are hidden beyond the visible area. The scrollbar is hidden (scrollbar-width:none) so gradients are the only overflow signal. Co-Authored-By: Claude Sonnet 4.6 --- .../document/FileSwitcherStrip.svelte | 77 +++++++++++-------- 1 file changed, 43 insertions(+), 34 deletions(-) diff --git a/frontend/src/lib/components/document/FileSwitcherStrip.svelte b/frontend/src/lib/components/document/FileSwitcherStrip.svelte index 062eb99c..8816d1a1 100644 --- a/frontend/src/lib/components/document/FileSwitcherStrip.svelte +++ b/frontend/src/lib/components/document/FileSwitcherStrip.svelte @@ -83,18 +83,26 @@ $effect(() => { >‹ -
-
    - {#each files as entry, i (entry.id)} -
  • - + - -
  • - {/each} -
+ × + + + {/each} + +