diff --git a/dashboard/src/components/list/ListControl.svelte b/dashboard/src/components/list/ListControl.svelte index 0fd13c1f..b88614c0 100644 --- a/dashboard/src/components/list/ListControl.svelte +++ b/dashboard/src/components/list/ListControl.svelte @@ -391,6 +391,16 @@ function resetPage() { {/if} + + + Banner + resetPage()}> + + + + + + Color diff --git a/dashboard/src/components/list/types.ts b/dashboard/src/components/list/types.ts index 1d404e31..5abfa84e 100644 --- a/dashboard/src/components/list/types.ts +++ b/dashboard/src/components/list/types.ts @@ -45,6 +45,7 @@ export interface ListOptions { avatar_url: "all"|"include"|"exclude", icon: "all"|"include"|"exclude", color: "all"|"include"|"exclude", + banner: "all"|"include"|"exclude", } // what it says on the tin @@ -112,6 +113,7 @@ export const defaultListOptions: ListOptions = { avatar_url: 'all', icon: 'all', color: 'all', + banner: 'all' }, sort: 'name',