Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f80eddf

Browse files
refactor: simplify tab bar layout
1 parent 7b030c6 commit f80eddf

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

‎src/app/pages/tabs/tabs.page.html‎

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,18 @@
22
<ion-tab-bar slot="bottom" color="light">
33
<ion-tab-button tab="user-search">
44
<ion-icon name="search"></ion-icon>
5-
<!-- <ion-label>{{ 'TASK-BAR.user-search' | translate }}</ion-label> -->
6-
<ion-label>User-Search</ion-label>
75
</ion-tab-button>
86

97
<ion-tab-button tab="user-detail">
108
<ion-icon name="list-outline"></ion-icon>
11-
<!-- <ion-label>{{ 'TASK-BAR.user-detail' | translate }}</ion-label> -->
12-
<ion-label>User-Detail</ion-label>
139
</ion-tab-button>
1410

1511
<ion-tab-button tab="favourites">
1612
<ion-icon name="heart-outline"></ion-icon>
17-
<!-- <ion-label>{{ 'TASK-BAR.favourites' | translate }}</ion-label> -->
18-
<ion-label>Favourites</ion-label>
1913
</ion-tab-button>
2014

2115
<ion-tab-button tab="about">
2216
<ion-icon name="information-circle-outline"></ion-icon>
23-
<!-- <ion-label>{{ 'TASK-BAR.about' | translate }}</ion-label> -->
24-
<ion-label>About</ion-label>
2517
</ion-tab-button>
2618
</ion-tab-bar>
2719
</ion-tabs>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /