Skip to content

Commit

Permalink
vault pages: Hide TabBar
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk committed May 1, 2019
1 parent e031cb9 commit d865b56
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/pages/mobile/VaultSetupAnotherDevice.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<MobilePage
class="vault-setup-another-device"
hide-tab-bar
left-button-icon-name="back"
right-button-icon-name="close"
:left-button-to="{ name: 'vault-setup-method' }"
Expand Down
1 change: 1 addition & 0 deletions src/pages/mobile/VaultSetupAnotherDeviceGuide.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<MobilePage
class="vault-setup-another-device-guide"
hide-tab-bar
left-button-icon-name="back"
:left-button-to="{ name: 'vault-setup-another-device' }"
>
Expand Down
5 changes: 4 additions & 1 deletion src/pages/mobile/VaultSetupCompleted.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<template>
<MobilePage class="vault-setup-completed">
<MobilePage
class="vault-setup-completed"
hide-tab-bar
>
<template slot="title">
AirGap Setup
<AeFraction
Expand Down
1 change: 1 addition & 0 deletions src/pages/mobile/VaultSetupMethod.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<MobilePage
class="vault-setup-method"
hide-tab-bar
right-button-icon-name="close"
:right-button-to="{ name: 'apps' }"
>
Expand Down
1 change: 1 addition & 0 deletions src/pages/mobile/VaultSetupSameDevice.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<template>
<MobilePage
class="vault-setup-same-device"
hide-tab-bar
left-button-icon-name="back"
right-button-icon-name="close"
:left-button-to="{ name: 'vault-setup-method' }"
Expand Down

0 comments on commit d865b56

Please sign in to comment.