diff --git a/src/app/app.module.ts b/src/app/app.module.ts index c5e5f058..814a8add 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -38,6 +38,7 @@ import {CollectionsListComponent} from "./collection-list/collections-list.compo import { MetadataEditComponent } from './metadata-edit/metadata-edit.component'; import {MatChipsModule} from "@angular/material/chips"; import {MatAutocompleteModule} from "@angular/material/autocomplete"; +import {MatExpansionModule} from "@angular/material/expansion"; @NgModule({ @@ -83,7 +84,8 @@ import {MatAutocompleteModule} from "@angular/material/autocomplete"; MatCheckboxModule, AuthModule, MatChipsModule, - MatAutocompleteModule + MatAutocompleteModule, + MatExpansionModule ], bootstrap: [AppComponent] }) diff --git a/src/app/metadata-edit/metadata-edit.component.html b/src/app/metadata-edit/metadata-edit.component.html index 49c98cec..0d655490 100644 --- a/src/app/metadata-edit/metadata-edit.component.html +++ b/src/app/metadata-edit/metadata-edit.component.html @@ -1,77 +1,92 @@

Editing metadata of {{this.show.title}}

-
-
- - Title - - - - - Aliases - - - {{alias}} - cancel - - - - - - - Overview - - - - - Start Year - - - - End Year - - - - Status - - Finished - Airing - Planned - - +
+ + + + Edit metadata + Manually edit each property + + + + Title + + - - Genres - - - {{genre.name}} - cancel - - - - - {{genre.name}} - - - - - - - Trailer - - - - - Studio - - - - {{studio.name}} - - - - + + Aliases + + + {{alias}} + cancel + + + + + + + Overview + + + + + Start Year + + + + End Year + + + + Status + + Finished + Airing + Planned + + + + + Genres + + + {{genre.name}} + cancel + + + + + {{genre.name}} + + + + + + + Trailer + + + + + Studio + + + + {{studio.name}} + + + + + + + + Identify show + Search on metadata providers + +

Comming soon

+
+