Release v2.2.1: Autonomous Task Resumption & Engine Resilience
This commit is contained in:
@@ -146,6 +146,19 @@
|
||||
<button class="icon-btn" id="closeCompanyOverlayBtn">✕</button>
|
||||
</div>
|
||||
|
||||
<!-- 이어서 진행할 수 있는 미완 작업. 빈 목록이면 JS가 섹션 자체를 숨겨서
|
||||
평소에는 시야에 들어오지 않는다. 각 카드는 [이어서 진행] / [버리기]
|
||||
두 버튼만 노출. -->
|
||||
<div id="companyResumableSection" class="map-section company-resumable-section" data-empty="true">
|
||||
<div class="map-section-head">
|
||||
<div>
|
||||
<div class="map-section-title">이어서 진행할 수 있는 작업</div>
|
||||
<div class="map-section-hint">중간에 멈춘 작업이 있을 때만 노출됩니다. 누른 시점부터 다음 단계가 같은 세션 폴더에 이어 기록됩니다.</div>
|
||||
</div>
|
||||
</div>
|
||||
<ul id="companyResumableList" class="map-list company-resumable-list"></ul>
|
||||
</div>
|
||||
|
||||
<div class="map-section">
|
||||
<div class="map-section-head">
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user