Add hint to 'page-params-link' on maintenance page

This commit is contained in:
Wolfgang Huß 2021-08-09 14:19:04 +02:00
parent 2ec692b0e8
commit b37c05ef14

View File

@ -8,9 +8,11 @@
<ds-flex> <ds-flex>
<ds-flex-item :width="{ base: '100%', sm: 1, md: 1 }"> <ds-flex-item :width="{ base: '100%', sm: 1, md: 1 }">
<ds-space> <ds-space>
<!-- this link works only for external pages -->
<!-- QUESTION: could we have internal page or even all internal pages here as well with PageParamsLink by having the footer underneath? --> <!-- QUESTION: could we have internal page or even all internal pages here as well with PageParamsLink by having the footer underneath? -->
<!-- I tried this out, but only could get the nginx page displayed. I guees the there were nuxt errors, because the nuxt config file 'webapp/maintenance/source/nuxt.config.maintenance.js' would have to be refactored for that as well --> <!-- I tried this out, but only could get the nginx page displayed. I guees the there were nuxt errors, because the nuxt config file 'webapp/maintenance/source/nuxt.config.maintenance.js' would have to be refactored for that as well and may be the missing folder `components/_new/generic/` plays a role, see https://github.com/Ocelot-Social-Community/Ocelot-Social/pull/4619 -->
<!-- <page-params-link :pageParams="links.ORGANIZATION">
<logo type="maintenance" />
</page-params-link> -->
<!-- BUT: not the logo and not even the a-tag is working at the moment --> <!-- BUT: not the logo and not even the a-tag is working at the moment -->
<!-- <a <!-- <a
:href="emails.ORGANIZATION_LINK" :href="emails.ORGANIZATION_LINK"
@ -18,7 +20,6 @@
target="_blank" target="_blank"
> --> > -->
<img class="image" alt="Under maintenance" src="/img/custom/logo-squared.svg" /> <img class="image" alt="Under maintenance" src="/img/custom/logo-squared.svg" />
<!-- <logo type="maintenance" /> -->
<!-- </a> --> <!-- </a> -->
</ds-space> </ds-space>
</ds-flex-item> </ds-flex-item>