Basic cleanup options added

This commit is contained in:
2020-12-29 20:09:18 +01:00
parent cb3db37d8c
commit 863cbb6d9b
6 changed files with 123 additions and 13 deletions
+1 -3
View File
@@ -13,9 +13,7 @@
</div>
<div class="main-item">
<h2>Actions</h2>
<div id="options" class="options">{{ MAIN_OPTIONS }}</div>
<div id="loader"></div>
<script>{{ MAIN_OPTIONS_SCRIPT }}</script>
{{ ACTIONS }}
</div>
<div class="main-item">
<h2 id="a">Browser</h2>
+3 -6
View File
@@ -1,6 +1,3 @@
<div class="warn">
<h2>WARNING!</h2>
<p>Repacking all beatmaps will take a LONG time. Are you sure you want to continue?</p>
<p style="text-align:center;"><a href="{{ WARN_FORWARD_LINK }}">[ Yes ]</a> &nbsp;&nbsp; <a href="./?">[ No ]</a></p>
<p class="note">(The repacking will start after clicking the "yes" button. If you are unsure whether you clicked it, check your session/osz/ folder; there should be some .osz files already.)</p>
</div>
<h2>WARNING!</h2>
<p>Repacking all beatmaps will take a LONG time. Are you sure you want to continue?</p>
<p class="note">(The repacking will start after clicking the "yes" button. Check your session/osz/ folder; there should be some .osz files shortly after the repacking starts.)</p>