From 15fb91d8043a4f59f3c4b2508cad956d78ebccee Mon Sep 17 00:00:00 2001 From: wes Date: Sat, 26 Aug 2017 18:00:00 -0400 Subject: [PATCH] show categories filter dropdown on the browse screen --- src/scripts/browse.tag | 6 ++++++ src/scripts/menu.tag | 18 ++++++++++++++++-- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/src/scripts/browse.tag b/src/scripts/browse.tag index bfb8a9d..9653561 100644 --- a/src/scripts/browse.tag +++ b/src/scripts/browse.tag @@ -1,4 +1,9 @@ + +
import './raw.tag'; +import './menu.tag'; import route from 'riot-route'; import { default as RiotControl } from 'riotcontrol'; diff --git a/src/scripts/menu.tag b/src/scripts/menu.tag index 9fb3dfc..e3f3816 100644 --- a/src/scripts/menu.tag +++ b/src/scripts/menu.tag @@ -1,6 +1,10 @@ +