Skip to content

Commit

Permalink
Merge pull request #128 from amansinghbais/#91-popover-duplicate
Browse files Browse the repository at this point in the history
Improved: icons shown in user profile items and removed click event from icon (#91)
  • Loading branch information
ymaheshwari1 authored Sep 18, 2024
2 parents 40313fd + a72d65d commit 08b9559
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,14 @@
<ion-label class="ion-text-nowrap">
<h2>{{ authStore.current?.partyName ? authStore.current?.partyName : authStore.current.userLoginId }}</h2>
</ion-label>
<ion-button fill="clear" slot="end" @click="openUserActionsPopover($event)">
<ion-icon color="medium" slot="icon-only" :icon="chevronForwardOutline" />
</ion-button>
<ion-icon slot="end" :icon="chevronForwardOutline" class="ion-margin-start" />
</ion-item>
<ion-item lines="none" button @click="goToOms(authStore.token.value, authStore.getOMS)">
<ion-icon slot="start" :icon="hardwareChipOutline"/>
<ion-label>
<h2>{{ authStore.getOMS }}</h2>
</ion-label>
<ion-button fill="clear">
<ion-icon color="medium" slot="icon-only" :icon="openOutline" />
</ion-button>
<ion-icon slot="end" :icon="openOutline" class="ion-margin-start" />
</ion-item>
</ion-list>
</ion-card>
Expand Down

0 comments on commit 08b9559

Please sign in to comment.