pawarprasad123 opened a new pull request, #495: URL: https://github.com/apache/atlas/pull/495
## What changes were proposed in this pull request? This ticket addresses two related UI issues in React UI: - Logout localStorage Key Mismatch: When users log out from React UI, the application sets localStorage.atlas_ui = "v3", but the login redirect logic only checks localStorage.last_ui_load. This causes users to be redirected to Classic UI instead of React UI after logout and subsequent login. - Missing Logo in Collapsed Sidebar: When the left sidebar is collapsed, the Apache Atlas logo (apache-atlas-logo.svg) should be displayed in the header, similar to how atlas_logo.svg is displayed when the sidebar is expanded. ### Fixed provided - After logging out from React UI and logging in again, user should be redirected to React UI (/n3/index.html) - The logout action should preserve the UI preference for the next login session - Atlas logo will be displayed when used collapse the left side panel. ## How was this patch tested? Manually <img width="1298" height="1121" alt="image" src="https://github.com/user-attachments/assets/6441e284-7531-44ce-98df-f10b1340b672" /> <img width="1840" height="750" alt="image" src="https://github.com/user-attachments/assets/bea053b5-73ab-4f95-bb69-77368cbb725a" /> <img width="1840" height="1008" alt="image" src="https://github.com/user-attachments/assets/71f9e5f9-9cb2-4125-82ee-6263b3edaa58" /> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
