diff --git a/website/client/app.vue b/website/client/app.vue index 2d0feaaf89..8162035946 100644 --- a/website/client/app.vue +++ b/website/client/app.vue @@ -5,15 +5,19 @@ #loading-screen.h-100.w-100.d-flex.justify-content-center.align-items-center(v-if="!isUserLoaded") p Loading... template(v-else) + notifications app-menu .container-fluid app-header router-view + app-footer diff --git a/website/client/components/appHeader.vue b/website/client/components/appHeader.vue index 352ad1086d..a4e9cf185c 100644 --- a/website/client/components/appHeader.vue +++ b/website/client/components/appHeader.vue @@ -24,59 +24,59 @@ diff --git a/website/client/components/guilds/createPartyModal.vue b/website/client/components/groups/createPartyModal.vue similarity index 100% rename from website/client/components/guilds/createPartyModal.vue rename to website/client/components/groups/createPartyModal.vue diff --git a/website/client/components/guilds/discovery.vue b/website/client/components/groups/discovery.vue similarity index 100% rename from website/client/components/guilds/discovery.vue rename to website/client/components/groups/discovery.vue diff --git a/website/client/components/guilds/groupFormModal.vue b/website/client/components/groups/groupFormModal.vue similarity index 100% rename from website/client/components/guilds/groupFormModal.vue rename to website/client/components/groups/groupFormModal.vue diff --git a/website/client/components/groups/groupPlan.vue b/website/client/components/groups/groupPlan.vue new file mode 100644 index 0000000000..856c1bf934 --- /dev/null +++ b/website/client/components/groups/groupPlan.vue @@ -0,0 +1,192 @@ + + + diff --git a/website/client/components/guilds/guild.vue b/website/client/components/groups/guild.vue similarity index 98% rename from website/client/components/guilds/guild.vue rename to website/client/components/groups/guild.vue index d3fa9270ee..54038efbf4 100644 --- a/website/client/components/guilds/guild.vue +++ b/website/client/components/groups/guild.vue @@ -1,6 +1,7 @@