From d801406155b8fce243ecd24a189c97cf2e9f5c85 Mon Sep 17 00:00:00 2001 From: Marquise Rosier Date: Thu, 26 Oct 2023 12:04:18 -0700 Subject: [PATCH 1/8] add insights from rum to sidekick --- tools/sidekick/config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index d6e1799ad..9ebd58f5b 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -7,6 +7,17 @@ "environments": ["edit"], "url": "https://main--moleculardevices--hlxsites.hlx.page/tools/sidekick/library.html", "includePaths": ["**.docx**"] + }, + { + "id": "insights", + "title": "Insights", + "environments": ["any"], + "passConfig": true, + "passReferrer": true, + "url": "https://sk-insight--franklin-dashboard--adobe.hlx.page/views/sidekick-index", + "includePaths": [ "**.docx**" ], + "isPalette": true, + "paletteRect": "top: 50px; bottom: 10px; right: 10px; left: auto; width:40vw; height: calc(60vh - 60px)" } ] } \ No newline at end of file From 959e10d6a61dbb922917cb63eb507887b23261ac Mon Sep 17 00:00:00 2001 From: Marquise Rosier Date: Thu, 26 Oct 2023 14:32:56 -0700 Subject: [PATCH 2/8] wider palette --- tools/sidekick/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index 9ebd58f5b..9629e6d43 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -17,7 +17,7 @@ "url": "https://sk-insight--franklin-dashboard--adobe.hlx.page/views/sidekick-index", "includePaths": [ "**.docx**" ], "isPalette": true, - "paletteRect": "top: 50px; bottom: 10px; right: 10px; left: auto; width:40vw; height: calc(60vh - 60px)" + "paletteRect": "top: 50px; bottom: 10px; right: 10px; left: auto; width:50vw; height: calc(60vh - 60px)" } ] } \ No newline at end of file From 979cb47a9ab79cba24058e86bd990bd820a0830b Mon Sep 17 00:00:00 2001 From: Marquise Rosier Date: Thu, 26 Oct 2023 14:44:21 -0700 Subject: [PATCH 3/8] update view --- tools/sidekick/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index 9629e6d43..abbd398e1 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -14,7 +14,7 @@ "environments": ["any"], "passConfig": true, "passReferrer": true, - "url": "https://sk-insight--franklin-dashboard--adobe.hlx.page/views/sidekick-index", + "url": "https://sk-insight--franklin-dashboard--adobe.hlx.page/sk-plugins/moleculardevices", "includePaths": [ "**.docx**" ], "isPalette": true, "paletteRect": "top: 50px; bottom: 10px; right: 10px; left: auto; width:50vw; height: calc(60vh - 60px)" From b71e4a2ea19f5cf9ee7751a99c16c22a3046c486 Mon Sep 17 00:00:00 2001 From: Marquise Rosier Date: Thu, 26 Oct 2023 14:47:22 -0700 Subject: [PATCH 4/8] old config --- tools/sidekick/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index abbd398e1..9629e6d43 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -14,7 +14,7 @@ "environments": ["any"], "passConfig": true, "passReferrer": true, - "url": "https://sk-insight--franklin-dashboard--adobe.hlx.page/sk-plugins/moleculardevices", + "url": "https://sk-insight--franklin-dashboard--adobe.hlx.page/views/sidekick-index", "includePaths": [ "**.docx**" ], "isPalette": true, "paletteRect": "top: 50px; bottom: 10px; right: 10px; left: auto; width:50vw; height: calc(60vh - 60px)" From 206321e4dcccbe72b74bd84e96b340ab43f9b614 Mon Sep 17 00:00:00 2001 From: Marquise Rosier Date: Thu, 26 Oct 2023 14:52:49 -0700 Subject: [PATCH 5/8] remove edit --- tools/sidekick/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index 9629e6d43..df595ff5d 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -11,7 +11,7 @@ { "id": "insights", "title": "Insights", - "environments": ["any"], + "environments": ["preview", "production", "live"], "passConfig": true, "passReferrer": true, "url": "https://sk-insight--franklin-dashboard--adobe.hlx.page/views/sidekick-index", From 57386f24e793034c273e400a5aa1449479518d91 Mon Sep 17 00:00:00 2001 From: Marquise Rosier Date: Fri, 27 Oct 2023 01:23:56 -0700 Subject: [PATCH 6/8] fix envs --- tools/sidekick/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index df595ff5d..63dc245aa 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -11,7 +11,7 @@ { "id": "insights", "title": "Insights", - "environments": ["preview", "production", "live"], + "environments": ["prev", "prod", "live"], "passConfig": true, "passReferrer": true, "url": "https://sk-insight--franklin-dashboard--adobe.hlx.page/views/sidekick-index", From 357f2b86e3fd7ca8e1935d253d6fa5981b06dc58 Mon Sep 17 00:00:00 2001 From: Marquise Rosier Date: Fri, 27 Oct 2023 12:54:44 -0700 Subject: [PATCH 7/8] envs --- tools/sidekick/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index 63dc245aa..9629e6d43 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -11,7 +11,7 @@ { "id": "insights", "title": "Insights", - "environments": ["prev", "prod", "live"], + "environments": ["any"], "passConfig": true, "passReferrer": true, "url": "https://sk-insight--franklin-dashboard--adobe.hlx.page/views/sidekick-index", From 9b07784ae4720755edd760d4de33cc5c774ee2e9 Mon Sep 17 00:00:00 2001 From: Marquise Rosier Date: Thu, 2 Nov 2023 03:41:13 -0700 Subject: [PATCH 8/8] make sidekick show up everywhere but edit --- tools/sidekick/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/sidekick/config.json b/tools/sidekick/config.json index 9629e6d43..a7a873923 100644 --- a/tools/sidekick/config.json +++ b/tools/sidekick/config.json @@ -11,13 +11,13 @@ { "id": "insights", "title": "Insights", - "environments": ["any"], + "environments": ["dev", "admin", "preview", "live", "prod"], "passConfig": true, "passReferrer": true, "url": "https://sk-insight--franklin-dashboard--adobe.hlx.page/views/sidekick-index", "includePaths": [ "**.docx**" ], "isPalette": true, - "paletteRect": "top: 50px; bottom: 10px; right: 10px; left: auto; width:50vw; height: calc(60vh - 60px)" + "paletteRect": "top: 50px; bottom: 10px; right: 10px; left: auto; width:50vw; height: calc(100vh - 60px)" } ] } \ No newline at end of file