DEV: Fix `no-unnecessary-curly-strings` lint rule (#24580)

This commit is contained in:
Jarek Radosz 2023-11-28 10:35:09 +01:00 committed by GitHub
parent 3e639e4aa7
commit 103fab37e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 12 deletions

View File

@ -7,19 +7,16 @@
</div>
<span class="presence-text">
<span class="description">
{{#if this.isReply~}}
{{~#if this.isReply~}}
{{i18n "presence.replying" count=this.presenceUsers.length}}
{{~else~}}
{{i18n "presence.editing" count=this.presenceUsers.length}}
{{~/if}}
{{~""~}}
{{~/if~}}
</span>
{{~""~}}
<span class="wave">
{{~""~}}
<span class="dot">.</span>{{~""~}}
<span class="dot">.</span>{{~""~}}
<span class="dot">.</span>{{~""~}}
<span class="dot">.</span>
<span class="dot">.</span>
<span class="dot">.</span>
</span>
</span>
</div>

View File

@ -12,10 +12,9 @@
{{i18n "presence.replying_to_topic" count=this.users.length}}
</span>
<span class="wave">
{{~""~}}
<span class="dot">.</span>{{~""~}}
<span class="dot">.</span>{{~""~}}
<span class="dot">.</span>{{~""~}}
<span class="dot">.</span>
<span class="dot">.</span>
<span class="dot">.</span>
</span>
</span>
</div>

View File

@ -22,6 +22,7 @@
}
.wave {
display: inline-flex;
flex: 0 0 auto;
.dot {