Abhishekmishra2808 opened a new pull request, #634: URL: https://github.com/apache/tooling-trusted-releases/pull/634
## Fix: Move Login/Logout to Top Navigation Button ### Description This change addresses issue #633 by improving the navigation UX. Previously, the Login/Logout action was placed inside a dropdown menu, which required extra clicks and felt unintuitive. The update moves Login/Logout to a direct button in the top navigation bar. The button is rendered conditionally based on authentication state - showing **Log in** when the user is logged out and **Log out** when logged in - while preserving existing authentication logic and the account dropdown. This results in faster access, clearer navigation behavior, and better overall usability. **AFTER** <img width="1803" height="583" alt="image" src="https://github.com/user-attachments/assets/2189d12a-81ad-4875-af86-ef4ca303a034" /> **TEST RESULTS** <img width="911" height="583" alt="image" src="https://github.com/user-attachments/assets/363f6389-c71a-49ec-8115-390d5bf7aeea" /> -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
