feat: Hide less popular services by default in block menu

This commit is contained in:
Tom Moor
2021-03-09 22:32:28 -08:00
parent 504b11576a
commit e90c02bec7
3 changed files with 9 additions and 5 deletions

View File

@@ -65,6 +65,7 @@ export default [
{
title: "Cawemo",
keywords: "bpmn process",
defaultHidden: true,
icon: () => <Img src="/images/cawemo.png" />,
component: Cawemo,
matcher: matcher(Cawemo),
@@ -72,6 +73,7 @@ export default [
{
title: "ClickUp",
keywords: "project",
defaultHidden: true,
icon: () => <Img src="/images/clickup.png" />,
component: ClickUp,
matcher: matcher(ClickUp),
@@ -141,6 +143,7 @@ export default [
{
title: "InVision",
keywords: "design prototype",
defaultHidden: true,
icon: () => <Img src="/images/invision.png" />,
component: InVision,
matcher: matcher(InVision),
@@ -183,6 +186,7 @@ export default [
{
title: "Mode",
keywords: "analytics",
defaultHidden: true,
icon: () => <Img src="/images/mode-analytics.png" />,
component: ModeAnalytics,
matcher: matcher(ModeAnalytics),

View File

@@ -154,7 +154,7 @@
"react-waypoint": "^9.0.2",
"react-window": "^1.8.6",
"reakit": "^1.3.6",
"rich-markdown-editor": "^11.4.0",
"rich-markdown-editor": "^11.4.1",
"semver": "^7.3.2",
"sequelize": "^6.3.4",
"sequelize-cli": "^6.2.0",

View File

@@ -11336,10 +11336,10 @@ retry-as-promised@^3.2.0:
dependencies:
any-promise "^1.3.0"
rich-markdown-editor@^11.4.0:
version "11.4.0"
resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.4.0.tgz#df395be74791a44330f53867bc4f0e792192b0ba"
integrity sha512-zEzcftOmRy9LkHxtTi+ld71KvsZKNp9/uaPrAN2cnJxg61RpDMa+wBfz+NhSbfEnJ+WLvUu8JHm1BwFHEpEY3g==
rich-markdown-editor@^11.4.1:
version "11.4.1"
resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.4.1.tgz#304ac8448522b107a46c7879f618ea2f82bdd5f7"
integrity sha512-QHGWduF89WOsgJCFxQqkjb2w4j5b7TKSrCCsITfMp5vvdgiR6tSEY1nN+L/Pq/k4M+qjWZ4sJCmnqYu3UnKQzQ==
dependencies:
copy-to-clipboard "^3.0.8"
lodash "^4.17.11"