Applied new _components layout structure to Kavita. All except manga as there is an open PR that drastically changes that module. (#1666)
This commit is contained in:
parent
e2470cba88
commit
ab9021cb32
198 changed files with 263 additions and 270 deletions
|
|
@ -16,7 +16,7 @@ import { SeriesAddedToCollectionEvent } from 'src/app/_models/events/series-adde
|
|||
import { JumpKey } from 'src/app/_models/jumpbar/jump-key';
|
||||
import { Pagination } from 'src/app/_models/pagination';
|
||||
import { Series } from 'src/app/_models/series';
|
||||
import { FilterEvent, SeriesFilter } from 'src/app/_models/series-filter';
|
||||
import { FilterEvent, SeriesFilter } from 'src/app/_models/metadata/series-filter';
|
||||
import { Action, ActionFactoryService, ActionItem } from 'src/app/_services/action-factory.service';
|
||||
import { ActionService } from 'src/app/_services/action.service';
|
||||
import { CollectionTagService } from 'src/app/_services/collection-tag.service';
|
||||
|
|
@ -1,8 +1,8 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { Routes, RouterModule } from '@angular/router';
|
||||
import { AuthGuard } from '../_guards/auth.guard';
|
||||
import { AllCollectionsComponent } from './all-collections/all-collections.component';
|
||||
import { CollectionDetailComponent } from './collection-detail/collection-detail.component';
|
||||
import { AllCollectionsComponent } from './_components/all-collections/all-collections.component';
|
||||
import { CollectionDetailComponent } from './_components/collection-detail/collection-detail.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { CollectionDetailComponent } from './collection-detail/collection-detail.component';
|
||||
import { CollectionDetailComponent } from './_components/collection-detail/collection-detail.component';
|
||||
import { SharedModule } from '../shared/shared.module';
|
||||
import { AllCollectionsComponent } from './all-collections/all-collections.component';
|
||||
import { AllCollectionsComponent } from './_components/all-collections/all-collections.component';
|
||||
import { CollectionsRoutingModule } from './collections-routing.module';
|
||||
import { SharedSideNavCardsModule } from '../shared-side-nav-cards/shared-side-nav-cards.module';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue