+
{{ htmlTextEllipsis }}
-
+
{{ $t("[This comment has been deleted]") }}
diff --git a/js/src/components/Group/GroupSection.vue b/js/src/components/Group/GroupSection.vue
index 5ecdf1f4..8b75de6b 100644
--- a/js/src/components/Group/GroupSection.vue
+++ b/js/src/components/Group/GroupSection.vue
@@ -55,20 +55,21 @@ section {
}
div.group-section-title {
+ --title-color: $violet-2;
display: flex;
align-items: stretch;
background: $secondary;
- color: #3a384c;
+ color: var(--title-color);
&.privateSection {
- color: $violet-2;
- background: $purple-2;
+ color: $purple-3;
+ background: $violet-2;
}
::v-deep & > a {
align-self: center;
margin-right: 5px;
- color: $orange-3;
+ color: var(--title-color);
}
h2 {
diff --git a/js/src/components/Group/ShareGroupModal.vue b/js/src/components/Group/ShareGroupModal.vue
new file mode 100644
index 00000000..132f4a05
--- /dev/null
+++ b/js/src/components/Group/ShareGroupModal.vue
@@ -0,0 +1,138 @@
+
+
+
+
+
+
+
+ {{
+ $t(
+ "This group is accessible only through it's link. Be careful where you post this link."
+ )
+ }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/js/src/components/NavBar.vue b/js/src/components/NavBar.vue
index 1d6cda13..938e9025 100644
--- a/js/src/components/NavBar.vue
+++ b/js/src/components/NavBar.vue
@@ -112,7 +112,12 @@
@@ -133,11 +138,6 @@
:to="{ name: RouteName.UPDATE_IDENTITY }"
>{{ $t("My account") }}
-
-
-
-
-
{{ post.title }}
-
{{
+ {{
formatDistanceToNow(new Date(post.publishAt || post.insertedAt), {
locale: $dateFnsLocale,
addSuffix: true,
diff --git a/js/src/components/Resource/ResourceItem.vue b/js/src/components/Resource/ResourceItem.vue
index bdd2c0ea..6099a10a 100644
--- a/js/src/components/Resource/ResourceItem.vue
+++ b/js/src/components/Resource/ResourceItem.vue
@@ -23,6 +23,7 @@
@@ -31,7 +32,8 @@