mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 07:07:35 +01:00
collection items shown in quest progress (#9945)
This commit is contained in:
committed by
Matteo Pagliazzi
parent
804dd087f8
commit
944e4fe399
@@ -41,6 +41,7 @@ div
|
||||
.grey-progress-bar
|
||||
.collect-progress-bar(:style="{width: (group.quest.progress.collect[key] / value.count) * 100 + '%'}")
|
||||
strong {{group.quest.progress.collect[key]}} / {{value.count}}
|
||||
span.float-right {{parseFloat(user.party.quest.progress.collectedItems) || 0}} items found
|
||||
.boss-info(v-if='questData.boss')
|
||||
.row
|
||||
.col-6
|
||||
|
||||
Reference in New Issue
Block a user