Finally got the refactor completed, now the code needs major streamlining. All the testing checks out.
This commit is contained in:
parent
ba9bf47a41
commit
154feb1c27
38 changed files with 1084 additions and 316 deletions
|
|
@ -2,10 +2,6 @@ import {Pipe, PipeTransform} from '@angular/core';
|
|||
import {FilterField} from "../_models/metadata/v2/filter-field";
|
||||
import {translate} from "@jsverse/transloco";
|
||||
|
||||
|
||||
// export type BrowseTitleFields = FilterField.Genres | FilterField.Tags | FilterField.Editor | FilterField.Inker |
|
||||
// FilterField.
|
||||
|
||||
/**
|
||||
* Responsible for taking a filter field and value (as a string) and translating into a "Browse X" heading for All Series page
|
||||
* Example: Genre & "Action" -> Browse Action
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue