[UI] Add Banner View to Artist Index

This commit is contained in:
Qstick 2017-09-17 02:24:15 -04:00
parent 07b37c1575
commit 25eef250a4
22 changed files with 1496 additions and 1 deletions

View file

@ -6,3 +6,4 @@ export const setArtistFilter = createAction(types.SET_ARTIST_FILTER);
export const setArtistView = createAction(types.SET_ARTIST_VIEW);
export const setArtistTableOption = createAction(types.SET_ARTIST_TABLE_OPTION);
export const setArtistPosterOption = createAction(types.SET_ARTIST_POSTER_OPTION);
export const setArtistBannerOption = createAction(types.SET_ARTIST_BANNER_OPTION);