BUG #4147
open100%
Description
Issue Description
During Admin Profile Sign In and Sign Out, the username displayed in the navbar briefly changes from “Admin User” to “development”, causing a noticeable UI flicker. This transient state is visible to the user and should not appear during authentication state changes.
Module / Page
Admin Profile → Sign In / Sign Out
Module Section
Navbar / User Identity Display
Screen Size
Desktop
Tested By
Tasfia Zaima
Steps to Reproduce¶
- Open the application.
- Sign in with an admin account.
- Observe the username displayed in the navbar during the sign-in process.
- Click Sign Out.
- Observe the navbar again during the sign-out process.
Expected Result
No flicker or transient text (such as “development”) should be visible during Sign In or Sign Out.
The navbar should consistently display the correct admin username or a loading state.
Actual Result
The username in the navbar briefly changes from “Admin User” to “development” during Sign In and Sign Out.
Attachments
PoC
Types of Issue
Functional Issue
Root Cause:
lack of loading skeleton
Impacted Area:
navbar user menu
Updated by Nazmul Hossain Shovon 2 months ago
- Assignee changed from Ayat Rahman to Nazmul Hossain Shovon
Updated by Nazmul Hossain Shovon about 2 months ago
- Description updated (diff)
- Status changed from Pending to In Progress
- Assignee changed from Nazmul Hossain Shovon to Tasfia Zaima
- % Done changed from 0 to 100