feat(webui): quests support #1411

Merged
Sainan merged 5 commits from AMelonInsideLemon/SpaceNinjaServer:webui-quest into main 2025-04-03 10:40:23 -07:00
Showing only changes of commit 00a3725056 - Show all commits

View File

@ -492,7 +492,7 @@
<div class="card mb-3">
<h5 class="card-header" data-loc="general_bulkActions"></h5>
<div class="card-body">
<div class="mb-2 d-flex flex-wrap gap-2">
<div class="d-flex flex-wrap gap-2">
Sainan marked this conversation as resolved Outdated

Remove the mb-2

Remove the `mb-2`
<button class="btn btn-primary" onclick="doBulkQuestUpdate('giveAll');" data-loc="quests_giveAll"></button>
<button class="btn btn-primary" onclick="doBulkQuestUpdate('completeAll');" data-loc="quests_completeAll"></button>
<button class="btn btn-primary" onclick="doBulkQuestUpdate('resetAll');" data-loc="quests_resetAll"></button>