From 731fb01bf1c6a0cc4290443452fc557dfbae6483 Mon Sep 17 00:00:00 2001 From: Daniel Morgenstern Date: Tue, 11 Sep 2018 09:50:07 +0200 Subject: [PATCH] Color icons in search, add "package:" search prefix --- src/App.vue | 29 +++++++++++++---------------- types/Package.ts | 3 ++- 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/src/App.vue b/src/App.vue index 9227804..338a888 100644 --- a/src/App.vue +++ b/src/App.vue @@ -93,7 +93,7 @@ > - {{$vuetify.icons.tag}} + {{$vuetify.icons.tag}} {{ isCrafter(data.item) ? data.item.name : data.item.value }} @@ -102,10 +102,13 @@