Refine launcher navigation and install list
Some checks failed
Build / release (macos-latest) (push) Has been cancelled
Build / release (ubuntu-latest) (push) Has been cancelled
Build / release (windows-latest) (push) Has been cancelled
Windows Smoke Test / windows-smoke (push) Has been cancelled

This commit is contained in:
2026-05-04 14:41:04 +09:00
parent f6f716acd0
commit 0f6c0563db
10 changed files with 226 additions and 32 deletions

View File

@@ -15,9 +15,15 @@
<div id="right">
<div id="rightContainer">
<div id="user_content">
<button id="avatarMenuButton" type="button" aria-haspopup="true" aria-expanded="false">
<div id="avatarContainer"></div>
</button>
<div id="accountTriggerGroup">
<div id="accountPreviewText">
<span id="accountPreviewLabel"><%- lang('landing.accountPreviewLabel') %></span>
<span id="accountPreviewName"><%- lang('landing.usernamePlaceholder') %></span>
</div>
<button id="avatarMenuButton" type="button" aria-haspopup="true" aria-expanded="false">
<div id="avatarContainer"></div>
</button>
</div>
<div id="accountMenu" hidden>
<span id="accountMenuName"><%- lang('landing.usernamePlaceholder') %></span>
<button id="accountMenuLogoutButton" class="launcherGhostButton"><%- lang('landing.accountMenuLogout') %></button>