Add file uploads and speed distribution chart

- File upload/download/delete per customer (max 20MB, stored in data/files/)
- Files section shown in customer detail modal
- Speed distribution chart replaces single "top speed" stat
- Bar chart shows all speeds with count, top speed bolded
- Customer delete also cleans up associated files
- data/files/ added to .gitignore

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-10 00:05:21 +02:00
parent 127b581a69
commit c648c9311c
5 changed files with 313 additions and 10 deletions

1
.gitignore vendored
View File

@@ -1,2 +1,3 @@
data/customers.json
data/backups/
data/files/