feat: add navigation buttons to bottom home screen

This commit is contained in:
2025-11-12 15:30:54 +01:00
parent cd1586292b
commit 3d18e027f9
11 changed files with 185 additions and 7 deletions

View File

@@ -21,9 +21,10 @@ const showStats = ref(false);
</HomeTopScreen>
</div>
<div>
<HomeBottomScreen>
<Screen>
<HomeBottomScreen />
<Stats v-if="showStats" />
</HomeBottomScreen>
</Screen>
</div>
</div>
</template>