Skip to content

feat: Display Upload Progress as Percentage and File Size / Total File Size (Take Two) #1155

feat: Display Upload Progress as Percentage and File Size / Total File Size (Take Two)

feat: Display Upload Progress as Percentage and File Size / Total File Size (Take Two) #1155

Triggered via pull request April 25, 2024 20:50
Status Success
Total duration 1m 15s
Artifacts

main.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint-frontend: frontend/src/components/prompts/UploadFiles.vue#L13
Replace `·{{·getProgressDecimal·}}%·Completed` with `⏎············{{·getProgressDecimal·}}%·Completed⏎·········`
lint-frontend: frontend/src/components/prompts/UploadFiles.vue#L14
Replace `·{{·getTotalProgressBytes·}}·/·{{·getTotalSize·}}` with `⏎············{{·getTotalProgressBytes·}}·/·{{·getTotalSize·}}⏎·········`
lint-frontend: frontend/src/stores/upload.ts#L18
Replace `'0·Bytes'` with `"0·Bytes"`
lint-frontend: frontend/src/stores/upload.ts#L20
Replace `'Bytes',·'KB',·'MB',·'GB',·'TB',·'PB',·'EB',·'ZB',·'YB'` with `"Bytes",·"KB",·"MB",·"GB",·"TB",·"PB",·"EB",·"ZB",·"YB"`
lint-frontend: frontend/src/stores/upload.ts#L22
Replace `'·'` with `"·"`
lint-frontend: frontend/src/stores/upload.ts#L72
Replace `'0·Bytes'` with `"0·Bytes"`