diff --git a/webapp/components/Chat/Chat.vue b/webapp/components/Chat/Chat.vue new file mode 100644 index 000000000..5798ad1ac --- /dev/null +++ b/webapp/components/Chat/Chat.vue @@ -0,0 +1,238 @@ + + + + diff --git a/webapp/constants/links.js b/webapp/constants/links.js index ca8ff6db2..e732af0de 100644 --- a/webapp/constants/links.js +++ b/webapp/constants/links.js @@ -2,20 +2,6 @@ import { defaultPageParamsPages } from '~/components/utils/InternalPages.js' -const CHAT = defaultPageParamsPages.CHAT.overwrite({ - // externalLink: null, // if defined it's dominating - - internalPage: { - // footerIdent: 'site.faq', // localized string identifier, if undefined default is used - // headTitleIdent: 'site.faq', // localized string identifier, if undefined default is used - // headlineIdent: 'site.faq', // on null default is used, on empty string it's hidden - hasContainer: true, - hasBaseCard: true, - hasLoginInHeader: true, - // in case internal page content is here 'webapp/locales/html/' - }, -}) - const ORGANIZATION = defaultPageParamsPages.ORGANIZATION.overwrite({ // if defined it's dominating externalLink: { @@ -144,7 +130,6 @@ export default { // you can find and store templates for 👇🏼 at https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/templates/ ORGANIZATION, - CHAT, DONATE, IMPRINT, TERMS_AND_CONDITIONS, @@ -155,7 +140,7 @@ export default { FOOTER_LINK_LIST: [ ORGANIZATION, - CHAT, + TERMS_AND_CONDITIONS, CODE_OF_CONDUCT, DATA_PRIVACY, diff --git a/webapp/pages/chat.vue b/webapp/pages/chat.vue index dd1bedca3..6ea3f47b3 100644 --- a/webapp/pages/chat.vue +++ b/webapp/pages/chat.vue @@ -1,238 +1,24 @@