[UI Work] Add Overview Artist Index View

This commit is contained in:
Qstick
2017-10-15 02:17:53 -04:00
parent f6fc78d927
commit 566ac1a9d3
41 changed files with 1337 additions and 138 deletions
+2
View File
@@ -13,6 +13,7 @@ export const CARET_DOWN = 'fa fa-caret-down';
export const CHECK = 'fa fa-check';
export const CHECK_INDETERMINATE = 'fa fa-minus';
export const CHECK_CIRCLE = 'fa fa-check-circle';
export const CIRCLE = 'fa fa-circle';
export const CIRCLE_OUTLINE = 'fa fa-circle-o';
export const CLEAR = 'fa fa-trash';
export const CLIPBOARD = 'fa fa-clipboard';
@@ -48,6 +49,7 @@ export const NAVBAR_COLLAPSE = 'fa fa-bars';
export const NOT_AIRED = 'fa fa-clock-o';
export const ORGANIZE = 'fa fa-sitemap';
export const OVERFLOW = 'fa fa-ellipsis-h';
export const OVERVIEW = 'fa fa-th-list';
export const PAGE_FIRST = 'fa fa-fast-backward';
export const PAGE_PREVIOUS = 'fa fa-backward';
export const PAGE_NEXT = 'fa fa-forward';