diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 00000000..032ea2f7 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,6 @@ +{ + "name": "hq", + "lockfileVersion": 3, + "requires": true, + "packages": {} +} diff --git a/src/angular/hq/.vscode/settings.json b/src/angular/hq/.vscode/settings.json index c10ce0e2..961fc01c 100644 --- a/src/angular/hq/.vscode/settings.json +++ b/src/angular/hq/.vscode/settings.json @@ -1,13 +1,13 @@ { - "files.associations": { - "*.css": "tailwindcss" - }, - "editor.quickSuggestions": { - "strings": "on" - }, - "files.watcherExclude": { - "**/.git/objects/**": true, - "**/.git/subtree-cache/**": true, - "**/node_modules/*/**": true - } -} \ No newline at end of file + "files.associations": { + ".css": "tailwindcss" + }, + "editor.quickSuggestions": { + "strings": "on" + }, + "files.watcherExclude": { + "/.git/objects/": true, + "/.git/subtree-cache/": true, + "**/node_modules//**": true + } +} diff --git a/src/angular/hq/src/app/psr/psrreport/psrreport.component.html b/src/angular/hq/src/app/psr/psrreport/psrreport.component.html index 6408881b..c74d27ac 100644 --- a/src/angular/hq/src/app/psr/psrreport/psrreport.component.html +++ b/src/angular/hq/src/app/psr/psrreport/psrreport.component.html @@ -1,6 +1,23 @@
-
-
+
+ + +
+ @if(savedStatus == "loading"){ +
+ Saving... +
+ }@else if(savedStatus == "success"){ +
+ +
+ }@else if(savedStatus == "fail"){ +
+ Error saving +
+ } +
+