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
|
|
@ -11,7 +11,7 @@ import { SeriesRemovedEvent } from 'src/app/_models/events/series-removed-event'
|
|||
import { JumpKey } from 'src/app/_models/jumpbar/jump-key';
|
||||
import { Pagination } from 'src/app/_models/pagination';
|
||||
import { Series } from 'src/app/_models/series';
|
||||
import { SeriesFilter, FilterEvent } from 'src/app/_models/series-filter';
|
||||
import { SeriesFilter, FilterEvent } from 'src/app/_models/metadata/series-filter';
|
||||
import { Action, ActionItem } from 'src/app/_services/action-factory.service';
|
||||
import { ActionService } from 'src/app/_services/action.service';
|
||||
import { ImageService } from 'src/app/_services/image.service';
|
||||
|
|
@ -1,7 +1,7 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { Routes, RouterModule } from '@angular/router';
|
||||
import { AuthGuard } from '../_guards/auth.guard';
|
||||
import { WantToReadComponent } from './want-to-read/want-to-read.component';
|
||||
import { WantToReadComponent } from './_components/want-to-read/want-to-read.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{path: '**', component: WantToReadComponent, pathMatch: 'full'},
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import { NgModule } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { WantToReadComponent } from './want-to-read/want-to-read.component';
|
||||
import { WantToReadComponent } from './_components/want-to-read/want-to-read.component';
|
||||
import { CardsModule } from '../cards/cards.module';
|
||||
import { SidenavModule } from '../sidenav/sidenav.module';
|
||||
import { WantToReadRoutingModule } from './want-to-read-routing.module';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue