diff --git a/assets/images/sidebar/notifications.svg b/assets/images/sidebar/notifications.svg new file mode 100644 index 000000000..10a94ed92 --- /dev/null +++ b/assets/images/sidebar/notifications.svg @@ -0,0 +1 @@ + diff --git a/components/DashboardPage.vue b/components/DashboardPage.vue index f329c0b89..b90e6a6d1 100644 --- a/components/DashboardPage.vue +++ b/components/DashboardPage.vue @@ -7,6 +7,10 @@ My mods + + + Notifications + -

{{ mod.title }}

+

{{ mod.title }}

{{ mod.description }}

@@ -60,20 +60,14 @@ Source Edit @@ -280,6 +274,12 @@ export default { return [] }, }, + currentMember: { + type: Object, + default() { + return null + }, + }, }, methods: { formatNumber(x) { diff --git a/layouts/default.vue b/layouts/default.vue index 24c22d65d..dec74b0a0 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -47,6 +47,12 @@ Profile +
  • + + + Notifications + +