mirror of
https://github.com/bellingcat/ukraine-timemap.git
synced 2026-06-12 13:28:36 +03:00
Creates an event type called TIMELINE_ONLY which doesnt get filtered by filter panel; allowing for panel copy to be read in via the config
This commit is contained in:
@@ -3,6 +3,7 @@ import { mergeDeepLeft } from "ramda";
|
||||
import global, { colors } from "../common/global";
|
||||
import copy from "../common/data/copy.json";
|
||||
import { language } from "../common/utilities";
|
||||
import { DEFAULT_TAB_ICONS } from "../common/constants";
|
||||
|
||||
const isSmallLaptop = window.innerHeight < 800;
|
||||
const mapIniital = {
|
||||
@@ -105,6 +106,22 @@ const initial = {
|
||||
"A description of the project goes here.\n\nThis description may contain markdown.\n\n# This is a large title, for example.\n\n## Whereas this is a slightly smaller title.\n\nCheck out docs/custom-covers.md in the [Timemap GitHub repo](https://github.com/forensic-architecture/timemap) for more information around how to specify custom covers.",
|
||||
exploreButton: "EXPLORE",
|
||||
},
|
||||
toolbar: {
|
||||
panels: {
|
||||
categories: {
|
||||
icon: DEFAULT_TAB_ICONS.CATEGORY,
|
||||
label: copy[language].toolbar.categories_label,
|
||||
title: copy[language].toolbar.explore_by_category__title,
|
||||
description: copy[language].toolbar.explore_by_category__description,
|
||||
},
|
||||
filters: {
|
||||
icon: DEFAULT_TAB_ICONS.FILTER,
|
||||
label: copy[language].toolbar.filters_label,
|
||||
title: copy[language].toolbar.explore_by_filter__title,
|
||||
description: copy[language].toolbar.explore_by_filter__description,
|
||||
},
|
||||
},
|
||||
},
|
||||
loading: false,
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user