From e7267873969e6d2e71e9f4f70d6c2f6e65458ab2 Mon Sep 17 00:00:00 2001 From: Sam Carlton Date: Wed, 2 Dec 2020 13:19:24 -0600 Subject: [PATCH] Add quick buttons to category pages --- pages/kind/_slug.vue | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/pages/kind/_slug.vue b/pages/kind/_slug.vue index 46ffbe3..ed81c88 100644 --- a/pages/kind/_slug.vue +++ b/pages/kind/_slug.vue @@ -14,7 +14,7 @@ @@ -83,7 +83,21 @@ export default { }, data: function () { return { - query: '' + query: '', + quickButtons: [ + { + label: '✅ Full Native Support', + query: 'status:native' + }, + { + label: '✳️ Rosetta', + query: 'status:rosetta' + }, + { + label: '🚫 Unsupported', + query: 'status:no' + }, + ] } }, computed: {