eclipse-theia / theia

Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.
http://theia-ide.org
Eclipse Public License 2.0
19.38k stars 2.45k forks source link

Fix account menu order, icon and badge #13771

Closed msujew closed 2 weeks ago

msujew commented 1 month ago

What it does

Adjusts the account menu to look identical to VSCode:

image

theia (master):

image

theia (PR):

image

How to test

  1. Install an extension with a login function. Something like the TabNine extension.
  2. Assert that the bottom left menu looks as expected.
  3. If not logged it, the badge should show the amount of requested log ins.
  4. Logging in should make the badge disappear.

Review checklist

Reminder for reviewers