Skip to content

Conversation

@pawarprasad123
Copy link
Contributor

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
image
image
image

…pache Atlas logo in header when sidebar is collapsed
…pache Atlas logo in header when sidebar is collapsed
@pawarprasad123 pawarprasad123 merged commit d1f1714 into master Jan 14, 2026
2 checks passed
pawarprasad123 added a commit that referenced this pull request Jan 14, 2026
…pache Atlas logo in header when sidebar is collapsed (#495)

* ATLAS-5185: [REACT UI] Fix logout localStorage key mismatch and add Apache Atlas logo in header when sidebar is collapsed

* ATLAS-5185: [REACT UI] Fix logout localStorage key mismatch and add Apache Atlas logo in header when sidebar is collapsed
( cherry-picked from d1f1714 )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants