feat: update file deletion logic to support bulk deletion and modify QR upload URL structure

This commit is contained in:
2026-04-23 23:33:21 +02:00
parent e5894498a2
commit a52436ea9a
4 changed files with 33 additions and 17 deletions

View File

@@ -190,9 +190,8 @@ class _CustomerDetailScreenState extends State<CustomerDetailScreen> {
showDialog(
context: context,
builder: (context) => QrUploadDialog(
// L'URL dinamico che il telefono digerirà!
deepLinkUrl:
'fluxapp://customer/${widget.customer.id}?action=camera',
'fluxapp://customer/${widget.customer.id}/upload?name=${Uri.encodeComponent(widget.customer.nome)}',
title: 'Scatta per ${widget.customer.nome}',
),
);