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/post/_id.vue b/webapp/pages/post/_id.vue index d9e8beb01..d8fc5d4f9 100644 --- a/webapp/pages/post/_id.vue +++ b/webapp/pages/post/_id.vue @@ -58,25 +58,28 @@ 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 }} - + @@ -82,9 +81,7 @@ - + - - - + + + - + --> + + + @@ -273,9 +266,7 @@ :key="post.id" :width="{ base: '100%', md: '100%', xl: '50%' }" > - + diff --git a/webapp/pages/settings.vue b/webapp/pages/settings.vue index 9e2d63056..33e29bde0 100644 --- a/webapp/pages/settings.vue +++ b/webapp/pages/settings.vue @@ -34,27 +34,32 @@ export default { { name: this.$t('settings.security.name'), path: `/settings/security` - }, - { + } + // TODO implement + /* { name: this.$t('settings.invites.name'), path: `/settings/invites` - }, - { + }, */ + // TODO implement + /* { name: this.$t('settings.download.name'), path: `/settings/data-download` - }, - { + }, */ + // TODO implement + /* { name: this.$t('settings.delete.name'), path: `/settings/delete-account` - }, - { + }, */ + // TODO implement + /* { name: this.$t('settings.organizations.name'), path: `/settings/my-organizations` - }, - { + }, */ + // TODO implement + /* { name: this.$t('settings.languages.name'), path: `/settings/languages` - } + } */ ] } }