Skip to content

Commit

Permalink
Merge pull request #216 from amansinghbais/215-remove-back-button
Browse files Browse the repository at this point in the history
Improved: removed the back button from the tab pages (#215)
  • Loading branch information
ymaheshwari1 authored Mar 8, 2024
2 parents cb77e92 + acb50da commit abcba5f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions src/views/FindFacilities.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

<ion-header :translucent="true">
<ion-toolbar>
<ion-back-button slot="start" default-href="/" />
<ion-title>{{ translate("Find Facilities") }}</ion-title>
<ion-buttons slot="end" class="mobile-only">
<ion-menu-button menu="end">
Expand Down Expand Up @@ -126,7 +125,6 @@

<script lang="ts">
import {
IonBackButton,
IonButtons,
IonChip,
IonContent,
Expand Down Expand Up @@ -177,7 +175,6 @@ export default defineComponent({
name: 'FindFacilities',
components: {
FacilityFilters,
IonBackButton,
IonButtons,
IonChip,
IonContent,
Expand Down
3 changes: 0 additions & 3 deletions src/views/FindGroups.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<ion-page>
<ion-header :translucent="true">
<ion-toolbar>
<ion-back-button slot="start" default-href="/" />
<ion-title>{{ translate("Groups") }}</ion-title>
</ion-toolbar>
</ion-header>
Expand Down Expand Up @@ -87,7 +86,6 @@
<script lang="ts">
import {
IonButton,
IonBackButton,
IonBadge,
IonCard,
IonChip,
Expand Down Expand Up @@ -130,7 +128,6 @@ export default defineComponent({
name: 'FindGroups',
components: {
IonButton,
IonBackButton,
IonBadge,
IonCard,
IonChip,
Expand Down
3 changes: 0 additions & 3 deletions src/views/Parking.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<ion-page>
<ion-header>
<ion-toolbar>
<ion-back-button slot="start" default-href="/"/>
<ion-title>{{ translate("Parking") }}</ion-title>
<ion-buttons slot="end">
<ion-button @click="openArchivedFacilityModal()">
Expand Down Expand Up @@ -69,7 +68,6 @@
<script lang="ts">
import { defineComponent } from 'vue';
import {
IonBackButton,
IonButton,
IonButtons,
IonCard,
Expand Down Expand Up @@ -105,7 +103,6 @@ import logger from "@/logger";
export default defineComponent({
name: 'Parking',
components: {
IonBackButton,
IonButton,
IonButtons,
IonCard,
Expand Down
3 changes: 0 additions & 3 deletions src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<ion-page>
<ion-header :translucent="true">
<ion-toolbar>
<ion-back-button slot="start" default-href="/" />
<ion-title>{{ translate("Settings") }}</ion-title>
</ion-toolbar>
</ion-header>
Expand Down Expand Up @@ -71,7 +70,6 @@
<script lang="ts">
import {
IonAvatar,
IonBackButton,
IonButton,
IonCard,
IonCardContent,
Expand Down Expand Up @@ -102,7 +100,6 @@ export default defineComponent({
name: 'Settings',
components: {
IonAvatar,
IonBackButton,
IonButton,
IonCard,
IonCardContent,
Expand Down

0 comments on commit abcba5f

Please sign in to comment.