logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 3dd9f6f68ce5625018a711ca78aa5a2a31441433
parent 4631b1b9f7e7813cab65e0d0705cd1e265f23393
Author: Henry Jameson <me@hjkos.com>
Date:   Sun,  9 Oct 2022 23:01:49 +0300

moved popovers space outside app because otherwise it causes weird
issues A LOT

Diffstat:

Mindex.html1+
Msrc/App.vue1-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -10,5 +10,6 @@ <noscript>To use Pleroma, please enable JavaScript.</noscript> <div id="app"></div> <!-- built files will be auto injected --> + <div id="popovers" /> </body> </html> diff --git a/src/App.vue b/src/App.vue @@ -73,7 +73,6 @@ <UpdateNotification /> <div id="modal" /> <GlobalNoticeList /> - <div id="popovers" /> </div> </template>