@@ -53,11 +51,13 @@
- {{ post.shoutedCount }}
+
+ {{ post.shoutedCount }}
- {{ post.commentsCount }}
+
+ {{ post.commentsCount }}
diff --git a/webapp/package.json b/webapp/package.json
index 935220cc8..8bab48a60 100644
--- a/webapp/package.json
+++ b/webapp/package.json
@@ -47,7 +47,7 @@
"graphql": "~14.2.1",
"jsonwebtoken": "~8.5.1",
"linkify-it": "~2.1.0",
- "nuxt": "~2.4.5",
+ "nuxt": "~2.6.1",
"nuxt-env": "~0.1.0",
"string-hash": "^1.1.3",
"tiptap": "^1.14.0",
@@ -75,7 +75,7 @@
"eslint-plugin-vue": "~5.2.2",
"jest": "~24.7.1",
"node-sass": "~4.11.0",
- "nodemon": "~1.18.10",
+ "nodemon": "~1.18.11",
"prettier": "~1.14.3",
"sass-loader": "~7.1.0",
"vue-jest": "~3.0.4",
diff --git a/webapp/pages/admin.vue b/webapp/pages/admin.vue
index 7149109b1..6cacedef5 100644
--- a/webapp/pages/admin.vue
+++ b/webapp/pages/admin.vue
@@ -32,22 +32,26 @@ export default {
name: this.$t('admin.dashboard.name'),
path: `/admin`
},
- {
+ // TODO implement
+ /* {
name: this.$t('admin.users.name'),
path: `/admin/users`
- },
- {
+ }, */
+ // TODO implement
+ /* {
name: this.$t('admin.organizations.name'),
path: `/admin/organizations`
- },
- {
+ }, */
+ // TODO implement
+ /* {
name: this.$t('admin.pages.name'),
path: `/admin/pages`
- },
- {
+ }, */
+ // TODO implement
+ /* {
name: this.$t('admin.notifications.name'),
path: `/admin/notifications`
- },
+ }, */
{
name: this.$t('admin.categories.name'),
path: `/admin/categories`
@@ -55,11 +59,12 @@ export default {
{
name: this.$t('admin.tags.name'),
path: `/admin/tags`
- },
- {
+ }
+ // TODO implement
+ /* {
name: this.$t('admin.settings.name'),
path: `/admin/settings`
- }
+ } */
]
}
}
diff --git a/webapp/pages/index.vue b/webapp/pages/index.vue
index ee824eb59..f5d7e03ba 100644
--- a/webapp/pages/index.vue
+++ b/webapp/pages/index.vue
@@ -149,8 +149,8 @@ export default {
.post-add-button {
z-index: 100;
position: fixed;
- top: 100vh;
- left: 100vw;
+ top: 98vh;
+ left: 98vw;
transform: translate(-120%, -120%);
box-shadow: $box-shadow-x-large;
}
diff --git a/webapp/pages/post/_id.vue b/webapp/pages/post/_id.vue
index 21dd4b292..d8fc5d4f9 100644
--- a/webapp/pages/post/_id.vue
+++ b/webapp/pages/post/_id.vue
@@ -10,7 +10,10 @@
-
+
@@ -55,27 +58,38 @@ export default {
{
name: this.$t('common.comment', null, 2),
path: `/post/${id}/${slug}#comments`
- },
- {
+ }
+ // TODO implement
+ /* {
name: this.$t('common.letsTalk'),
path: `/post/${id}/${slug}#lets-talk`
- },
- {
+ }, */
+ // TODO implement
+ /* {
name: this.$t('common.versus'),
path: `/post/${id}/${slug}#versus`
- }
+ } */
]
},
{
name: this.$t('common.moreInfo'),
path: `/post/${id}/${slug}/more-info`
- },
- {
+ }
+ // TODO implement
+ /* {
name: this.$t('common.takeAction'),
path: `/post/${id}/${slug}/take-action`
- }
+ } */
]
}
}
}
+
+
diff --git a/webapp/pages/post/_id/_slug/index.vue b/webapp/pages/post/_id/_slug/index.vue
index 49340ae9b..a2937b4e5 100644
--- a/webapp/pages/post/_id/_slug/index.vue
+++ b/webapp/pages/post/_id/_slug/index.vue
@@ -62,16 +62,18 @@
>
{{ category.name }}
- -->
+ -->
-
+
- {{ tag.name }}
+
+ {{ tag.name }}
@@ -87,9 +89,7 @@
color="primary"
size="small"
round
- >
- {{ post.commentsCount }}
- Comments
+ >{{ post.commentsCount }} Comments
diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue
index a3b10529e..38bf847a2 100644
--- a/webapp/pages/profile/_id/_slug.vue
+++ b/webapp/pages/profile/_id/_slug.vue
@@ -42,7 +42,8 @@
color="soft"
size="small"
>
- {{ user.location.name }}
+
+ {{ user.location.name }}
-
+