1
0
mirror of https://github.com/kihashi/stardew_community_checklist.git synced 2025-10-19 08:03:17 +00:00

Add item completion and room completion.

This commit is contained in:
John Cleaver 2018-04-28 12:19:50 -04:00
parent 0ba9121201
commit 755afd48fe

View File

@ -1,12 +1,26 @@
<template>
<div id="bundle-items">
<section class="container">
<h3 class="title">
{{bundle.name}}
</h3>
<h5 class="subtitle">
{{bundle.reward}}
</h5>
<div class="columns">
<div class="column">
<h3 class="title">
{{bundle.name}}
<span class="is-pulled-right">{{bundle.items_required}}</span>
</h3>
<h5 class="subtitle bundle-reward">
{{bundle.reward}}
</h5>
</div>
<div class="column">
<h3 class="title">
{{bundle.room.name}}
<span class="is-pulled-right">{{bundle.room.items_required}}</span>
</h3>
<h5 class="subtitle">
{{bundle.room.reward}}
</h5>
</div>
</div>
<!-- Room Progress -->
<!-- Bundle Progress -->
<!-- </section>