feat(dropzone): replace upload icon with multi-file icon and clearer hint text #80

Merged
marcel merged 2 commits from feat/79-dropzone-multi-file-icon into main 2026-03-26 21:10:37 +01:00
Owner

Summary

  • Replaces the generic upload arrow SVG with Display-Pages-MD (stack of pages icon) to visually communicate that multiple files are welcome
  • Updates hint text in DE/EN/ES to a shorter, more direct label
  • Icon size bumped from h-4 w-4 to h-5 w-5 for better visual weight

Closes #79

Test plan

  • Drop zone renders with the new stack-of-pages icon
  • Hint text reads "Einzeln oder mehrere Dateien auf einmal" in German
  • Drop zone still accepts single and multiple file uploads
  • Active drag state (border highlight) still works correctly

🤖 Generated with Claude Code

## Summary - Replaces the generic upload arrow SVG with `Display-Pages-MD` (stack of pages icon) to visually communicate that multiple files are welcome - Updates hint text in DE/EN/ES to a shorter, more direct label - Icon size bumped from `h-4 w-4` to `h-5 w-5` for better visual weight Closes #79 ## Test plan - [ ] Drop zone renders with the new stack-of-pages icon - [ ] Hint text reads "Einzeln oder mehrere Dateien auf einmal" in German - [ ] Drop zone still accepts single and multiple file uploads - [ ] Active drag state (border highlight) still works correctly 🤖 Generated with [Claude Code](https://claude.com/claude-code)
marcel added 1 commit 2026-03-26 17:33:27 +01:00
feat(dropzone): replace upload icon with multi-file icon and clearer hint text
Some checks failed
CI / Backend Unit Tests (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
CI / Unit & Component Tests (push) Has been cancelled
CI / Unit & Component Tests (pull_request) Successful in 2m22s
CI / Backend Unit Tests (pull_request) Successful in 2m4s
CI / E2E Tests (pull_request) Failing after 26m49s
150bc2f171
Swaps the generic upload arrow for Display-Pages-MD (stack of pages) and
shortens the hint text to convey that multiple files are welcome at a glance.

Closes #79
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
marcel added 1 commit 2026-03-26 17:47:35 +01:00
fix(dropzone): vertical layout, larger icon, improved copy
Some checks failed
CI / Unit & Component Tests (pull_request) Successful in 2m23s
CI / Backend Unit Tests (pull_request) Successful in 2m9s
CI / E2E Tests (pull_request) Failing after 28m26s
CI / E2E Tests (push) Failing after 28m40s
CI / Backend Unit Tests (push) Successful in 2m12s
CI / Unit & Component Tests (push) Successful in 2m28s
c6984e49ee
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
marcel merged commit c6984e49ee into main 2026-03-26 21:10:37 +01:00
marcel deleted branch feat/79-dropzone-multi-file-icon 2026-03-26 21:10:38 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: marcel/familienarchiv#80