feat: prompt for confirmation before uploading animated media from #2

Adds a confirmation step when users attempt to upload GIFs or videos. These are back to experimental and contain risk of bricking the device.
This commit is contained in:
2026-06-08 23:11:09 +07:00
parent ec3e2d217f
commit e64d2e6f1b
4 changed files with 121 additions and 4 deletions
+1
View File
@@ -1,4 +1,5 @@
export { Header } from './Header.tsx';
export { ConfirmAnimatedUpload } from './ConfirmAnimatedUpload.tsx';
export { UploadProgress } from './UploadProgress.tsx';
export { Status } from './Status.tsx';
export { ConnectionStatus, type ConnectionStep } from './ConnectionStatus.tsx';