From f944af2514c9e177f1f1233bf0ac466c072c8cf3 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 5 Mar 2024 23:57:45 +0100 Subject: [PATCH] Added logic for save to disk btn --- .../src/app/download/download.component.html | 4 +++- .../src/app/download/download.component.ts | 18 +++++++++++++----- 2 files changed, 16 insertions(+), 6 deletions(-) diff --git a/frontend/src/app/download/download.component.html b/frontend/src/app/download/download.component.html index faa48bb..3932478 100644 --- a/frontend/src/app/download/download.component.html +++ b/frontend/src/app/download/download.component.html @@ -52,7 +52,9 @@

Download complete!

File {{ fileName }} has been downloaded and saved to your drive.

The download took {{ downloadDuration }} seconds.

-