From 4a2b216a08c825b2808429471f526456a70c5c40 Mon Sep 17 00:00:00 2001
From: carleshf <2046180+carleshf@users.noreply.github.com>
Date: Wed, 24 Apr 2024 15:47:49 +0200
Subject: [PATCH 1/3] Added NEW version of showing markdown for a community.
---
pages/benchmarking/_community/index.vue | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/pages/benchmarking/_community/index.vue b/pages/benchmarking/_community/index.vue
index f2e6662e..8e37809e 100644
--- a/pages/benchmarking/_community/index.vue
+++ b/pages/benchmarking/_community/index.vue
@@ -80,6 +80,23 @@
+
+
+ mdi-information-outline
+ Summary
+
+
+
+
+
+
+
+
+
+
@@ -95,6 +112,7 @@ import CommunityDatasetsTable from '~/components/Communities/CommunityDatasetsTa
import CommunityEventSelector from '~/components/Communities/CommunityEventSelector';
import CommunityInfo from '~/components/Communities/CommunityInfo';
import CommunityEmptyState from '~/components/Communities/CommunityEmptyState';
+import MarkedWrapper from '~/components/Molecules/MarkedWrapper.vue';
export default {
name: 'CommunityPage',
@@ -105,6 +123,7 @@ export default {
CommunityEventSelector,
CommunityInfo,
CommunityEmptyState,
+ MarkedWrapper,
},
computed: {
...mapGetters('community', {
From 188c998f6f76ab0122d10e5264dc32153298719e Mon Sep 17 00:00:00 2001
From: carleshf <2046180+carleshf@users.noreply.github.com>
Date: Thu, 25 Apr 2024 10:10:58 +0200
Subject: [PATCH 2/3] Solved double import after PR-549.
---
pages/benchmarking/_community/index.vue | 2 --
1 file changed, 2 deletions(-)
diff --git a/pages/benchmarking/_community/index.vue b/pages/benchmarking/_community/index.vue
index 9d62f104..ecb7c7b4 100644
--- a/pages/benchmarking/_community/index.vue
+++ b/pages/benchmarking/_community/index.vue
@@ -110,7 +110,6 @@