ADD - build Housing phone app

This commit is contained in:
Type
2026-08-09 22:12:38 +02:00
parent 6702cd8933
commit 2e4843cfbe
14 changed files with 1490 additions and 26 deletions
@@ -14,8 +14,12 @@ const canGoHome = computed(
function goHome(): void {
if (!canGoHome.value) return
if (route.name !== 'home') {
void router.push('/')
return
}
phone.setCurrentPage(HOME_PAGE)
if (route.name !== 'home') void router.push('/')
}
</script>
@@ -25,7 +29,6 @@ function goHome(): void {
:class="{ 'phone-home-indicator--interactive': canGoHome }"
type="button"
:aria-label="phone.t('Common.home')"
@pointerdown.stop="goHome"
@click.stop="goHome"
>
<span aria-hidden="true"></span>