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

@@ -1,5 +1,8 @@
<div id="installContainer" style="display: none;">
<div class="launcherPageShell">
<div class="launcherPageTopBar">
<button id="installBackButton" class="launcherBackButton"><%- lang('install.backButton') %></button>
</div>
<div class="launcherPageHeader">
<div>
<span class="launcherPageEyebrow"><%- lang('install.eyebrow') %></span>
@@ -18,7 +21,7 @@
<div class="launcherEditorHeader">
<div>
<span id="installDetailTitle" class="launcherEditorTitle">프로필을 선택하세요</span>
<span id="installDetailSummary" class="launcherEditorDescription">왼쪽 목록에서 모드팩, 맵, 서버팩을 고르면 자세한 설명과 설치 조건을 볼 수 있습니다.</span>
<span id="installDetailSummary" class="launcherEditorDescription">아래 목록에서 모드팩, 맵, 서버팩을 고르면 자세한 설명과 설치 조건을 볼 수 있습니다.</span>
</div>
<div id="installDetailMeta" class="launcherPageActions"></div>
</div>
@@ -32,7 +35,7 @@
<button id="installDetailOpenLibraryButton" class="launcherSecondaryButton">라이브러리 열기</button>
</div>
</div>
<div id="installCatalogList" class="launcherCardGrid"></div>
<div id="installCatalogList" class="launcherListContainer"></div>
</div>
<script src="./assets/js/scripts/install.js"></script>
</div>