Skip to content

Commit

Permalink
QA fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Pile authored and Amit Pile committed Mar 7, 2025
1 parent 236ab16 commit ca850c9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
9 changes: 4 additions & 5 deletions src/app/fyle/dashboard/dashboard.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,16 +204,16 @@ export class DashboardPage {
'Expenses & Reports are now on the bottom bar of the home page for easy access and smooth navigation!',
side: 'top',
align: 'center',
showButtons: ['next'],
showButtons: ['next', 'close'],
},
onHighlightStarted: (_el, _step, opts): void => {
opts.config.stagePadding = 15;
opts.config.stagePadding = 10;
},
},
{
element: '#tab-button-expenses',
popover: {
description: 'Tap here to quickly access and manage your expenses!.',
description: 'Tap here to quickly access and manage your expenses!',
side: 'top',
align: 'start',
},
Expand Down Expand Up @@ -243,7 +243,7 @@ export class DashboardPage {
align: 'center',
},
onHighlightStarted: (_el, _step, opts): void => {
opts.config.stagePadding = 2;
opts.config.stagePadding = 4;
},
});
}
Expand Down Expand Up @@ -365,7 +365,6 @@ export class DashboardPage {

this.setShowOptInBanner();
this.setShowNavbarWalkthrough();
// this.initializeTour(true);

const openSMSOptInDialog = this.activatedRoute.snapshot.params.openSMSOptInDialog as string;
if (openSMSOptInDialog === 'true') {
Expand Down
2 changes: 2 additions & 0 deletions src/app/fyle/dashboard/stats/stats.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -103,5 +103,7 @@ $ccc-bank-name: #c4cae8;

#approval-pending-stat {
margin-top: 14px;
padding-left: 5px;
padding-right: 5px;
}
}
6 changes: 5 additions & 1 deletion src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1444,7 +1444,7 @@ ion-toggle.toggle-checked::before {
background-color: #2c304e;
color: white;
min-height: 154px;
max-width: 260px;
max-width: 280px;
box-shadow: none;
}

Expand All @@ -1463,11 +1463,15 @@ ion-toggle.toggle-checked::before {

.driver-popover-description {
font-size: 14px;
max-width: 200px;
}

.driver-popover-close-btn {
color: #a9acbc !important;
font-weight: normal;
font-size: 24px;
top: 5px;
right: 5px;
}

.driver-popover-description {
Expand Down

0 comments on commit ca850c9

Please sign in to comment.