mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Todos
This commit is contained in:
parent
530338aa94
commit
3ec72bbead
@ -58,6 +58,10 @@ export class ItemsGridComponent implements OnInit
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO need to put every filter available in one place (it is everywhere for now)
|
||||||
|
// TODO clean route change
|
||||||
|
// TODO support dynamic switching between /genre & /browse & /whatever.
|
||||||
|
|
||||||
static routeMapper(route: ActivatedRouteSnapshot, endpoint: string, query: [string, string][]): string
|
static routeMapper(route: ActivatedRouteSnapshot, endpoint: string, query: [string, string][]): string
|
||||||
{
|
{
|
||||||
const filter: string[] = ["genres", "studio"];
|
const filter: string[] = ["genres", "studio"];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user