-
+
-
•
+
•
{editControl}
{timestamp}
@@ -180,7 +178,7 @@ const header = (
timestamp: currentTimestamp,
}}
/>
- {shareButton}
+ {/* {shareButton} */}
@@ -560,21 +558,32 @@ const renamedPostType =
const tags = post.snapshot.labels ? (
{post.snapshot.labels.map((tag, idx) => (
-
-
+
+
+
- {idx !== post.snapshot.labels.length - 1 && "•"}
-
+ {idx !== post.snapshot.labels.length - 1 && "•"}
+
+
))}
) : (
@@ -712,7 +721,7 @@ const descriptionArea = isUnderPost ? (
{state.clamp ? (
State.update({ clamp: false })}
>
diff --git a/src/devhub/feature/post-search/panel.jsx b/src/devhub/feature/post-search/panel.jsx
index 44897ce54..cfab5e711 100644
--- a/src/devhub/feature/post-search/panel.jsx
+++ b/src/devhub/feature/post-search/panel.jsx
@@ -198,6 +198,7 @@ return (
loading: state.loading,
searchResult: state.searchResult,
recency: props.recency,
+ communityName: props.communityName,
}}
/>
) : (
@@ -207,6 +208,7 @@ return (
loading: state.loading,
recency: props.recency,
transactionHashes: props.transactionHashes,
+ communityName: props.communityName,
}}
/>
)}
diff --git a/src/devhub/page/community/index.jsx b/src/devhub/page/community/index.jsx
index f498dceab..8db70adec 100644
--- a/src/devhub/page/community/index.jsx
+++ b/src/devhub/page/community/index.jsx
@@ -200,7 +200,7 @@ return (
-
+
{permissions.can_configure && (
)}
+ setLinkCopied(false),
+ title: "Copy link to clipboard",
+ }}
+ />
@@ -247,41 +279,10 @@ return (
)
)}
-
-
setLinkCopied(false),
- title: "Copy link to clipboard",
- }}
- />
-
+
Required tags:
@@ -300,6 +301,23 @@ return (
+ {context.accountId && (
+
+ )}
{currentTab && (