diff --git a/booklore-ui/src/app/bookdrop/bookdrop-file-review-component/bookdrop-file-review.component.html b/booklore-ui/src/app/bookdrop/bookdrop-file-review-component/bookdrop-file-review.component.html index d786d6954..d3951a06b 100644 --- a/booklore-ui/src/app/bookdrop/bookdrop-file-review-component/bookdrop-file-review.component.html +++ b/booklore-ui/src/app/bookdrop/bookdrop-file-review-component/bookdrop-file-review.component.html @@ -1,307 +1,308 @@ -
+
+
+
+
+

+ Review Bookdrop Files + + + +

+

+ These files were uploaded to the + Bookdrop Folder. + Review their fetched metadata, assign a library and subpath, and finalize where they belong in your collection. +

+
-
-
-

- Review Bookdrop Files - - - -

-

- These files were uploaded to the - Bookdrop Folder. - Review their fetched metadata, assign a library and subpath, and finalize where they belong in your collection. -

-
- -
- - -
-
- - @if (loading) { - -
-
- - Loading Bookdrop files. Please wait... +
+ +
- } @else { + @if (loading) { -
- @if (saving) { -
+
+
-
+ Loading Bookdrop files. Please wait... +
+
+ + } @else { + +
+ @if (saving) { +
+ +
Organizing and moving files to their designated libraries. Please wait... +
-
- } + } - @if (bookdropFileUis.length !== 0) { -
- -
- Library for All Files: - - - - Subpath for All Files: - - - - - -
- -
- - - - - - - - -
-
- } -
- -
- @if (bookdropFileUis.length === 0) { -
- No bookdrop files to review. -
- } @else { - @for (file of bookdropFileUis; track file) { - -
-
- - - - - - - - @if (file.metadataForm.get('thumbnailUrl')?.value) { - Cover - } - - @if (file.file.fetchedMetadata?.thumbnailUrl) { - Fetched Cover - } - -
- {{ file.file.fileName }} -
- - - + @if (bookdropFileUis.length !== 0) { +
+
+ Library for All Files: + [(ngModel)]="defaultLibraryId"> + Subpath for All Files: + [(ngModel)]="defaultPathId">
- @if (file.showDetails) { - - - } +
+ + + + + + + + +
} - } -
+
- - -
- -
- @if (bookdropFileUis.length > 0) { - - - - - +
+ @if (bookdropFileUis.length === 0) { +
+ No bookdrop files to review. +
} @else { -
+ @for (file of bookdropFileUis; track file) { + +
+
+ + + + + + + + @if (file.metadataForm.get('thumbnailUrl')?.value) { + Cover + } + + @if (file.file.fetchedMetadata?.thumbnailUrl) { + Fetched Cover + } + +
+ {{ file.file.fileName }} +
+ + + + + + + + + + + + +
+ + @if (file.showDetails) { + + + } +
+ } }
-
- - -
+ -
- - - - -
+
-
- } +
+ @if (bookdropFileUis.length > 0) { + + + + + + } @else { +
+ } +
+ +
+ + +
+ +
+ + + + +
+ +
+ } +
diff --git a/booklore-ui/src/app/layout/component/layout-topbar/app.topbar.component.html b/booklore-ui/src/app/layout/component/layout-topbar/app.topbar.component.html index 31bd72ed2..759a19bd0 100644 --- a/booklore-ui/src/app/layout/component/layout-topbar/app.topbar.component.html +++ b/booklore-ui/src/app/layout/component/layout-topbar/app.topbar.component.html @@ -162,6 +162,15 @@ Upload Book +
  • + +
  • } }