Skip to content

Commit

Permalink
Added a columnar display for pages in a comic [comixed#958]
Browse files Browse the repository at this point in the history
 * Renamed submodule comic-book => comic-books.
  • Loading branch information
mcpierce committed Oct 9, 2021
1 parent 02d14ad commit 1061a9d
Show file tree
Hide file tree
Showing 200 changed files with 661 additions and 668 deletions.
4 changes: 2 additions & 2 deletions comixed-webui/src/app/app.component.spec.ts
Expand Up @@ -53,8 +53,8 @@ import { NoopAnimationsModule } from '@angular/platform-browser/animations';
import {
COMIC_LIST_FEATURE_KEY,
initialState as initialComicListState
} from '@app/comic-book/reducers/comic-list.reducer';
import { loadComics } from '@app/comic-book/actions/comic-list.actions';
} from '@app/comic-books/reducers/comic-list.reducer';
import { loadComics } from '@app/comic-books/actions/comic-list.actions';
import { MatSidenavModule } from '@angular/material/sidenav';
import { SideNavigationComponent } from '@app/components/side-navigation/side-navigation.component';
import { FooterComponent } from '@app/components/footer/footer.component';
Expand Down
4 changes: 2 additions & 2 deletions comixed-webui/src/app/app.component.ts
Expand Up @@ -45,11 +45,11 @@ import {
} from '@app/messaging/actions/messaging.actions';
import { selectImportCount } from '@app/selectors/import-count.selectors';
import { Subscription } from 'rxjs';
import { selectComicListState } from '@app/comic-book/selectors/comic-list.selectors';
import { selectComicListState } from '@app/comic-books/selectors/comic-list.selectors';
import {
loadComics,
resetComicList
} from '@app/comic-book/actions/comic-list.actions';
} from '@app/comic-books/actions/comic-list.actions';
import { User } from '@app/user/models/user';
import { loadReadingLists } from '@app/lists/actions/reading-lists.actions';

Expand Down
2 changes: 1 addition & 1 deletion comixed-webui/src/app/app.module.ts
Expand Up @@ -67,7 +67,7 @@ import { ComicPagesModule } from '@app/comic-pages/comic-pages.module';
import { CollectionsModule } from '@app/collections/collections.module';
import { LastReadModule } from '@app/last-read/last-read.module';
import { ComicFileModule } from '@app/comic-file/comic-file.module';
import { ComicBookModule } from '@app/comic-book/comic-book.module';
import { ComicBookModule } from '@app/comic-books/comic-book.module';
import { GravatarModule } from 'ngx-gravatar';
import { ListsModule } from '@app/lists/lists.module';
import { MatBadgeModule } from '@angular/material/badge';
Expand Down
Expand Up @@ -46,14 +46,14 @@ import { CollectionType } from '@app/collections/models/comic-collection.enum';
import {
COMIC_LIST_FEATURE_KEY,
initialState as initialComicListState
} from '@app/comic-book/reducers/comic-list.reducer';
} from '@app/comic-books/reducers/comic-list.reducer';
import {
COMIC_1,
COMIC_2,
COMIC_3,
COMIC_4,
COMIC_5
} from '@app/comic-book/comic-book.fixtures';
} from '@app/comic-books/comic-book.fixtures';
import { MatSelectModule } from '@angular/material/select';
import { MatOptionModule } from '@angular/material/core';
import {
Expand Down
Expand Up @@ -25,8 +25,8 @@ import {
CollectionType,
collectionTypeFromString
} from '@app/collections/models/comic-collection.enum';
import { selectComicList } from '@app/comic-book/selectors/comic-list.selectors';
import { Comic } from '@app/comic-book/models/comic';
import { selectComicList } from '@app/comic-books/selectors/comic-list.selectors';
import { Comic } from '@app/comic-books/models/comic';
import { selectSelectedComics } from '@app/library/selectors/library.selectors';
import { ReadingList } from '@app/lists/models/reading-list';
import { selectUserReadingLists } from '@app/lists/selectors/reading-lists.selectors';
Expand Down
Expand Up @@ -27,8 +27,12 @@ import { CollectionType } from '@app/collections/models/comic-collection.enum';
import {
COMIC_LIST_FEATURE_KEY,
initialState as initialComicListState
} from '@app/comic-book/reducers/comic-list.reducer';
import { COMIC_1, COMIC_3, COMIC_5 } from '@app/comic-book/comic-book.fixtures';
} from '@app/comic-books/reducers/comic-list.reducer';
import {
COMIC_1,
COMIC_3,
COMIC_5
} from '@app/comic-books/comic-book.fixtures';
import { CollectionListEntry } from '@app/collections/models/collection-list-entry';
import { MatTableModule } from '@angular/material/table';
import { TranslateModule } from '@ngx-translate/core';
Expand Down
Expand Up @@ -31,7 +31,7 @@ import {
CollectionType,
collectionTypeFromString
} from '@app/collections/models/comic-collection.enum';
import { selectComicListCollection } from '@app/comic-book/selectors/comic-list.selectors';
import { selectComicListCollection } from '@app/comic-books/selectors/comic-list.selectors';
import { MatTableDataSource } from '@angular/material/table';
import { CollectionListEntry } from '@app/collections/models/collection-list-entry';
import { MatSort } from '@angular/material/sort';
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Expand Up @@ -17,7 +17,7 @@
*/

import { createAction, props } from '@ngrx/store';
import { Comic } from '@app/comic-book/models/comic';
import { Comic } from '@app/comic-books/models/comic';

export const resetComicList = createAction(
'[Comic List] Indicates the loading process is started'
Expand Down
Expand Up @@ -17,7 +17,7 @@
*/

import { createAction, props } from '@ngrx/store';
import { Comic } from '@app/comic-book/models/comic';
import { Comic } from '@app/comic-books/models/comic';

export const loadComic = createAction(
'[Comic] Loads a single comic',
Expand Down
Expand Up @@ -17,7 +17,7 @@
*/

import { createAction, props } from '@ngrx/store';
import { Imprint } from '@app/comic-book/models/imprint';
import { Imprint } from '@app/comic-books/models/imprint';

export const loadImprints = createAction(
'[Imprint List] Load the list of imprints'
Expand Down
Expand Up @@ -17,7 +17,7 @@
*/

import { createAction, props } from '@ngrx/store';
import { Comic } from '@app/comic-book/models/comic';
import { Comic } from '@app/comic-books/models/comic';

export const markComicsDeleted = createAction(
'[Mark Comics Deleted] Set the deleted state for comics',
Expand Down
Expand Up @@ -19,7 +19,7 @@
import { createAction, props } from '@ngrx/store';
import { ScrapingVolume } from '../models/scraping-volume';
import { ScrapingIssue } from '../models/scraping-issue';
import { Comic } from '@app/comic-book/models/comic';
import { Comic } from '@app/comic-books/models/comic';

export const resetScraping = createAction(
'[Scraping] Resets the scraping state'
Expand Down
Expand Up @@ -16,20 +16,20 @@
* along with this program. If not, see <http://www.gnu.org/licenses>
*/

import { FileDetails } from '@app/comic-book/models/file-details';
import { ComicCredit } from '@app/comic-book/models/comic-credit';
import { Comic } from '@app/comic-book/models/comic';
import { ScrapingVolume } from '@app/comic-book/models/scraping-volume';
import { ScrapingIssue } from '@app/comic-book/models/scraping-issue';
import { ComicBookState } from '@app/comic-book/models/comic-book-state';
import { ArchiveType } from '@app/comic-book/models/archive-type.enum';
import { FileDetails } from '@app/comic-books/models/file-details';
import { ComicCredit } from '@app/comic-books/models/comic-credit';
import { Comic } from '@app/comic-books/models/comic';
import { ScrapingVolume } from '@app/comic-books/models/scraping-volume';
import { ScrapingIssue } from '@app/comic-books/models/scraping-issue';
import { ComicBookState } from '@app/comic-books/models/comic-book-state';
import { ArchiveType } from '@app/comic-books/models/archive-type.enum';
import {
PAGE_1,
PAGE_2,
PAGE_3,
PAGE_4
} from '@app/comic-pages/comic-pages.fixtures';
import { Imprint } from '@app/comic-book/models/imprint';
import { Imprint } from '@app/comic-books/models/imprint';

export const FILE_DETAILS_1: FileDetails = {
id: 1,
Expand Down

0 comments on commit 1061a9d

Please sign in to comment.