New: Add icons for search results to indicate if it has been previously grabbed, failed or is in the blacklist.

This commit is contained in:
Qstick
2020-09-11 22:17:36 -04:00
parent 2ee77aa0a4
commit 4ea9ded0de
8 changed files with 146 additions and 40 deletions

View File

@@ -23,6 +23,7 @@ import {
faArrowCircleLeft as fasArrowCircleLeft,
faArrowCircleRight as fasArrowCircleRight,
faBackward as fasBackward,
faBan as fasBan,
faBars as fasBars,
faBolt as fasBolt,
faBookmark as fasBookmark,
@@ -223,3 +224,4 @@ export const UNSAVED_SETTING = farDotCircle;
export const VIEW = fasEye;
export const WARNING = fasExclamationTriangle;
export const WIKI = fasBookReader;
export const BLACKLIST = fasBan;