Skip to content

Commit

Permalink
Re-added the separate Diary/Label screens for now
Browse files Browse the repository at this point in the history
main.html
- Uncommented the diary button
- Replaced the icon and title from the unified diary button, back to the label button
  • Loading branch information
sebastianbarry committed Aug 24, 2022
1 parent dac7bc0 commit 08400d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions www/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
<ion-tabs ng-class="tabsCustomClass()">

<!-- Diary Tab -->
<!-- <ion-tab title="{{'main-diary' | translate}}" icon="ion-map" href="#/root/main/diary">
<ion-tab title="{{'main-diary' | translate}}" icon="ion-map" href="#/root/main/diary">
<ion-nav-view name="main-diary"></ion-nav-view>
</ion-tab> -->
</ion-tab>

<!-- Game Tab
<ion-tab title="Goals" icon="ion-android-checkbox" href="#/root/main/goals">
Expand All @@ -22,7 +22,7 @@
</ion-tab> -->

<!-- New Unified Diary Screen --> <!-- OLD INFINITE SCROLL::: icon="ios-checkmark-round" /// 'main-inf-scroll.tab'-->
<ion-tab title="{{'main-diary' | translate}}" icon="ion-map" href="#/root/main/inf_scroll">
<ion-tab title="{{'main-inf-scroll.tab' | translate}}" icon="ion-checkmark-round" href="#/root/main/inf_scroll">
<ion-nav-view name="main-inf-scroll"></ion-nav-view>
</ion-tab>

Expand Down

0 comments on commit 08400d6

Please sign in to comment.