You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm sure you already have seen this issue and you might be prioritizing other changes .Since its a small issue so i thought i should bring it to light.
When the user changes routes, The profile menu opens up after every route change and then closes. so it shows up and hides on every route change.
You can replicate it on your deployment by => going from dashboard to any auth component and then going back from there so
Dashboard > auth(i.e sign-in,sign-up) > going back to dashboard from browser .
A quick fix ,I made was i added an *ngIf over Profile-menu.component.html, worked for me.. maybe you have something better in mind Good work! cheers <div *ngIf="isMenuOpen" [ngClass]=" isMenuOpen ? 'pointer-events-auto scale-100 animate-fade-in-up opacity-100 duration-100' : 'pointer-events-none scale-95 opacity-0 duration-100 ease-in' "
The text was updated successfully, but these errors were encountered:
I'm sure you already have seen this issue and you might be prioritizing other changes .Since its a small issue so i thought i should bring it to light.
When the user changes routes, The profile menu opens up after every route change and then closes. so it shows up and hides on every route change.
You can replicate it on your deployment by => going from dashboard to any auth component and then going back from there so
Dashboard > auth(i.e sign-in,sign-up) > going back to dashboard from browser .
A quick fix ,I made was i added an *ngIf over Profile-menu.component.html, worked for me.. maybe you have something better in mind
Good work! cheers
<div *ngIf="isMenuOpen" [ngClass]=" isMenuOpen ? 'pointer-events-auto scale-100 animate-fade-in-up opacity-100 duration-100' : 'pointer-events-none scale-95 opacity-0 duration-100 ease-in' "
The text was updated successfully, but these errors were encountered: