refactor: ♻️ Improve mobile timeline switching

This commit is contained in:
Jesse Wierzbinski 2024-12-26 14:34:59 +01:00
parent 466c1eaaac
commit 3ff674017e
No known key found for this signature in database
10 changed files with 82 additions and 103 deletions

View file

@ -16,7 +16,7 @@
</CardFooter>
</Card>
</Sidebar>
<MobileNavbar />
<MobileNavbar v-if="identity" />
<ComposerDialog />
</template>