mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 23:27:26 +01:00
Challenge Won Notification improvements (#12762)
* challenge won notification: add more info * update tests * use new notification on web, fixes #7716 * wip design * finalize design * fix markdown rendering
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
</div>
|
||||
<show-more-button
|
||||
v-if="items.length > itemsPerRow"
|
||||
@click="toggleItemsToShow()"
|
||||
:show-all="showAll"
|
||||
@click="toggleItemsToShow()"
|
||||
/>
|
||||
<div
|
||||
v-else
|
||||
|
||||
Reference in New Issue
Block a user