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