diff --git a/comixed-webui/src/app/comic-books/comic-books.module.ts b/comixed-webui/src/app/comic-books/comic-books.module.ts index 7cd13288c..1f5a613a4 100644 --- a/comixed-webui/src/app/comic-books/comic-books.module.ts +++ b/comixed-webui/src/app/comic-books/comic-books.module.ts @@ -26,9 +26,9 @@ import { ComicEditComponent } from './components/comic-edit/comic-edit.component import { ComicOverviewComponent } from './components/comic-overview/comic-overview.component'; import { ComicPagesComponent } from './components/comic-pages/comic-pages.component'; import { ComicPageComponent } from './components/comic-page/comic-page.component'; -import { ComicScrapingComponent } from './components/comic-scraping/comic-scraping.component'; +import { ComicMetadataComponent } from './components/comic-metadata/comic-metadata.component'; import { ComicStoryComponent } from './components/comic-story/comic-story.component'; -import { ScrapingIssueDetailComponent } from './components/scraping-issue-detail/scraping-issue-detail.component'; +import { IssueMetadataDetailComponent } from './components/issue-metadata-detail/issue-metadata-detail.component'; import { MatCardModule } from '@angular/material/card'; import { MatTooltipModule } from '@angular/material/tooltip'; import { MatIconModule } from '@angular/material/icon'; @@ -93,9 +93,9 @@ import { DragDropModule } from '@angular/cdk/drag-drop'; ComicOverviewComponent, ComicPagesComponent, ComicPageComponent, - ComicScrapingComponent, + ComicMetadataComponent, ComicStoryComponent, - ScrapingIssueDetailComponent, + IssueMetadataDetailComponent, ComicDetailCardComponent, ComicCoverUrlPipe, ComicPageUrlPipe, @@ -151,7 +151,7 @@ import { DragDropModule } from '@angular/cdk/drag-drop'; CommonModule, ComicPageComponent, ComicEditComponent, - ComicScrapingComponent, + ComicMetadataComponent, ComicDetailCardComponent, ComicTitlePipe, ComicCoverUrlPipe, diff --git a/comixed-webui/src/app/comic-books/components/comic-edit/comic-edit.component.html b/comixed-webui/src/app/comic-books/components/comic-edit/comic-edit.component.html index 5975c4cb8..16792e168 100644 --- a/comixed-webui/src/app/comic-books/components/comic-edit/comic-edit.component.html +++ b/comixed-webui/src/app/comic-books/components/comic-edit/comic-edit.component.html @@ -1,4 +1,4 @@ - + -

{{ comic | comicTitle }}

+
+

+ {{ comic | comicTitle }} +

+
{{ comic | comicTitle }} ) " > - {{ comic | comicTitle }} [skipCache]="skipCache" [pageSize]="pageSize" [volumes]="volumes" - > + >
diff --git a/comixed-webui/src/app/library/pages/scraping-page/scraping-page.component.html b/comixed-webui/src/app/library/pages/scraping-page/scraping-page.component.html index 9d10d565b..29b7cd7f8 100644 --- a/comixed-webui/src/app/library/pages/scraping-page/scraping-page.component.html +++ b/comixed-webui/src/app/library/pages/scraping-page/scraping-page.component.html @@ -31,7 +31,7 @@

[multimode]="true" (scrape)="onScrape($event)" > - [pageSize]="pageSize" [multimode]="true" [volumes]="scrapingVolumes" - > + >

diff --git a/comixed-webui/src/assets/i18n/de/comic-metadata.json b/comixed-webui/src/assets/i18n/de/comic-metadata.json index 3dfcff2cc..65f88b7d9 100644 --- a/comixed-webui/src/assets/i18n/de/comic-metadata.json +++ b/comixed-webui/src/assets/i18n/de/comic-metadata.json @@ -87,7 +87,6 @@ }, "scrape-comic-confirmation-title": "Replace Comic Data", "scrape-comic-confirmation-message": "Are you sure you want to replace the details for this comic?", - "scraping-issue-detail-subtitle": "Cover Date: {date}", "start-scraping": { "confirmation-title": "Scrape Comics", "confirmation-message": "Are you sure you want to replace the details for the {count, plural, =1{comic} other{# comics}} selected comics?" diff --git a/comixed-webui/src/assets/i18n/en/comic-metadata.json b/comixed-webui/src/assets/i18n/en/comic-metadata.json index 3dfcff2cc..65f88b7d9 100644 --- a/comixed-webui/src/assets/i18n/en/comic-metadata.json +++ b/comixed-webui/src/assets/i18n/en/comic-metadata.json @@ -87,7 +87,6 @@ }, "scrape-comic-confirmation-title": "Replace Comic Data", "scrape-comic-confirmation-message": "Are you sure you want to replace the details for this comic?", - "scraping-issue-detail-subtitle": "Cover Date: {date}", "start-scraping": { "confirmation-title": "Scrape Comics", "confirmation-message": "Are you sure you want to replace the details for the {count, plural, =1{comic} other{# comics}} selected comics?" diff --git a/comixed-webui/src/assets/i18n/es/comic-metadata.json b/comixed-webui/src/assets/i18n/es/comic-metadata.json index ff0d5afe4..6affefc31 100644 --- a/comixed-webui/src/assets/i18n/es/comic-metadata.json +++ b/comixed-webui/src/assets/i18n/es/comic-metadata.json @@ -87,7 +87,6 @@ }, "scrape-comic-confirmation-title": "Replace Comic Data", "scrape-comic-confirmation-message": "Are you sure you want to replace the details for this comic?", - "scraping-issue-detail-subtitle": "Cover Date: {date}", "start-scraping": { "confirmation-title": "Scrape Comics", "confirmation-message": "Are you sure you want to replace the details for the {count, plural, =1{comic} other{# comics}} selected comics?" diff --git a/comixed-webui/src/assets/i18n/fr/comic-metadata.json b/comixed-webui/src/assets/i18n/fr/comic-metadata.json index e695ae275..4b5b54e63 100644 --- a/comixed-webui/src/assets/i18n/fr/comic-metadata.json +++ b/comixed-webui/src/assets/i18n/fr/comic-metadata.json @@ -87,7 +87,6 @@ }, "scrape-comic-confirmation-title": "Replace Comic Data", "scrape-comic-confirmation-message": "Are you sure you want to replace the details for this comic?", - "scraping-issue-detail-subtitle": "Cover Date: {date}", "start-scraping": { "confirmation-title": "Scrape Comics", "confirmation-message": "Are you sure you want to replace the details for the {count, plural, =1{comic} other{# comics}} selected comics?" diff --git a/comixed-webui/src/assets/i18n/pt/comic-metadata.json b/comixed-webui/src/assets/i18n/pt/comic-metadata.json index 3dfcff2cc..65f88b7d9 100644 --- a/comixed-webui/src/assets/i18n/pt/comic-metadata.json +++ b/comixed-webui/src/assets/i18n/pt/comic-metadata.json @@ -87,7 +87,6 @@ }, "scrape-comic-confirmation-title": "Replace Comic Data", "scrape-comic-confirmation-message": "Are you sure you want to replace the details for this comic?", - "scraping-issue-detail-subtitle": "Cover Date: {date}", "start-scraping": { "confirmation-title": "Scrape Comics", "confirmation-message": "Are you sure you want to replace the details for the {count, plural, =1{comic} other{# comics}} selected comics?" diff --git a/comixed-webui/src/styles.scss b/comixed-webui/src/styles.scss index 284752cd8..8eaf9bd89 100644 --- a/comixed-webui/src/styles.scss +++ b/comixed-webui/src/styles.scss @@ -15,6 +15,7 @@ h3, h4 { text-transform: uppercase; font-weight: bold !important; + text-align: center; } // colors @@ -145,6 +146,10 @@ $cx-selected-comic-color: #ffffff; padding-bottom: 25px !important; } +.cx-padding-none { + padding: 0px !important; +} + .cx-padding-2 { padding: 2px !important; } @@ -181,6 +186,10 @@ $cx-selected-comic-color: #ffffff; margin-bottom: 75px !important; } +.cx-margin-none { + margin: 0px !important; +} + .cx-margin-2 { margin: 2px; } @@ -341,7 +350,9 @@ th { } @keyframes cx-button-spinner { - to {transform: rotate(360deg);} + to { + transform: rotate(360deg); + } } .cx-spinner:before { @@ -357,7 +368,7 @@ th { border-radius: 50%; border: 2px solid #ffffff; border-top-color: #000000; - animation: cx-button-spinner .8s linear infinite; + animation: cx-button-spinner 0.8s linear infinite; } // alerts @@ -404,6 +415,11 @@ th { color: var(--text-accent-darker-color); } +.cx-warn-dark-background { + background-color: var(--warn-darker-color); + color: var(--text-warn-darker-color); +} + // workarounds mat-toolbar.mat-toolbar mat-form-field.mat-form-field {