Mobile version view

This commit is contained in:
space-nuko
2023-04-28 14:06:21 -07:00
parent 1b55c35aad
commit f15990f9de
18 changed files with 684 additions and 54 deletions

9
src/about.svelte Normal file
View File

@@ -0,0 +1,9 @@
<!-- about.svelte -->
<Page name="about">
<Navbar title="About" backLink="Back" />
<!-- Page content -->
...
</Page>
<script>
import { Page, Navbar, Toolbar, Icon, Badge, NavRight, Link } from 'framework7-svelte';
</script>