Refactored filter list for display; converting filter paths to node, child objects that are toggleable

This commit is contained in:
efarooqui
2020-09-01 09:33:05 -07:00
parent 2aaf7c09ff
commit 6492be18d9
5 changed files with 48 additions and 29 deletions

2
src/common/constants.js Normal file
View File

@@ -0,0 +1,2 @@
export const FILTER_MODE = 'FILTER'
export const NARRATIVE_MODE = 'NARRATIVE'