mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
fix(lint): run npm lint to fix formatting
This commit is contained in:
@@ -11,15 +11,17 @@
|
|||||||
@click="close()"
|
@click="close()"
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
|
v-once
|
||||||
class="svg-icon"
|
class="svg-icon"
|
||||||
v-html="icons.close"
|
v-html="icons.close"
|
||||||
v-once
|
|
||||||
></div>
|
></div>
|
||||||
</div>
|
</div>
|
||||||
<h2
|
<h2
|
||||||
class="mt-3 mb-4"
|
|
||||||
v-once
|
v-once
|
||||||
>{{ $t('foundNewItems') }}</h2>
|
class="mt-3 mb-4"
|
||||||
|
>
|
||||||
|
{{ $t('foundNewItems') }}
|
||||||
|
</h2>
|
||||||
<div class="d-flex justify-content-center">
|
<div class="d-flex justify-content-center">
|
||||||
<div
|
<div
|
||||||
class="item-box ml-auto mr-3"
|
class="item-box ml-auto mr-3"
|
||||||
@@ -33,17 +35,21 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<p
|
<p
|
||||||
|
v-once
|
||||||
class="mt-4"
|
class="mt-4"
|
||||||
v-once
|
>
|
||||||
>{{ $t('foundNewItemsExplanation') }}</p>
|
{{ $t('foundNewItemsExplanation') }}
|
||||||
|
</p>
|
||||||
<p
|
<p
|
||||||
class="strong mb-4"
|
|
||||||
v-once
|
v-once
|
||||||
>{{ $t('foundNewItemsCTA') }}</p>
|
class="strong mb-4"
|
||||||
|
>
|
||||||
|
{{ $t('foundNewItemsCTA') }}
|
||||||
|
</p>
|
||||||
<button
|
<button
|
||||||
|
v-once
|
||||||
class="btn btn-primary mb-2"
|
class="btn btn-primary mb-2"
|
||||||
@click="toInventory()"
|
@click="toInventory()"
|
||||||
v-once
|
|
||||||
>
|
>
|
||||||
{{ $t('letsgo') }}
|
{{ $t('letsgo') }}
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
@@ -56,7 +56,6 @@
|
|||||||
<div class="messagePreview">
|
<div class="messagePreview">
|
||||||
{{ lastMessageText }}
|
{{ lastMessageText }}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@@ -34,7 +34,7 @@
|
|||||||
:contributor="selectedConversation.contributor"
|
:contributor="selectedConversation.contributor"
|
||||||
:name="selectedConversation.name"
|
:name="selectedConversation.name"
|
||||||
:user="selectedConversation"
|
:user="selectedConversation"
|
||||||
:userId="selectedConversation.key"
|
:user-id="selectedConversation.key"
|
||||||
:hide-tooltip="true"
|
:hide-tooltip="true"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -129,7 +129,7 @@
|
|||||||
ref="chatscroll"
|
ref="chatscroll"
|
||||||
class="message-scroll"
|
class="message-scroll"
|
||||||
:chat="selectedConversationMessages"
|
:chat="selectedConversationMessages"
|
||||||
:conversationOpponentUser="selectedConversation.userStyles"
|
:conversation-opponent-user="selectedConversation.userStyles"
|
||||||
:can-load-more="canLoadMore"
|
:can-load-more="canLoadMore"
|
||||||
:is-loading="messagesLoading"
|
:is-loading="messagesLoading"
|
||||||
@message-removed="messageRemoved"
|
@message-removed="messageRemoved"
|
||||||
|
|||||||
Reference in New Issue
Block a user