diff --git a/apps/app-frontend/src/App.vue b/apps/app-frontend/src/App.vue index 039d132af..64edaed39 100644 --- a/apps/app-frontend/src/App.vue +++ b/apps/app-frontend/src/App.vue @@ -55,6 +55,7 @@ import AppSettingsModal from '@/components/ui/modal/AppSettingsModal.vue' import dayjs from 'dayjs' import PromotionWrapper from '@/components/ui/PromotionWrapper.vue' import { hide_ads_window, show_ads_window } from '@/helpers/ads.js' +import FriendsList from '@/components/ui/friends/FriendsList.vue' const themeStore = useTheming() @@ -255,7 +256,7 @@ watch( hasPlus, () => { if (hasPlus.value) { - hide_ads_window() + hide_ads_window(true) } else { show_ads_window() } @@ -428,13 +429,19 @@ async function checkUpdates() { > -
+
{{ route.fullPath }}
+ id="background-teleport-target" + class="absolute h-full -z-10 rounded-tl-[--radius-xl] overflow-hidden" + :style="{ + width: 'calc(100% - var(--right-bar-width))', + }" + >