Merge branch 'fix-mentions-new-bugs' into shigusegubu
* fix-mentions-new-bugs: fix amps in links make chat messages behave same as posts for animated gifs support width/height img attributes lint better phrasing? options to disable (You)s and highlighting of yourself fix poast mentions tripping fix alignment issues
This commit is contained in:
commit
40cdbf3e6f
14 changed files with 57 additions and 12 deletions
|
|
@ -152,6 +152,11 @@
|
|||
{{ $t('settings.greentext') }}
|
||||
</BooleanSetting>
|
||||
</li>
|
||||
<li>
|
||||
<BooleanSetting path="mentionLinkShowYous">
|
||||
{{ $t('settings.show_yous') }}
|
||||
</BooleanSetting>
|
||||
</li>
|
||||
<li>
|
||||
<ChoiceSetting
|
||||
id="mentionLinkDisplay"
|
||||
|
|
@ -186,6 +191,11 @@
|
|||
{{ $t('settings.mention_link_fade_domain') }}
|
||||
</BooleanSetting>
|
||||
</li>
|
||||
<li>
|
||||
<BooleanSetting path="mentionLinkBoldenYou">
|
||||
{{ $t('settings.mention_link_bolden_you') }}
|
||||
</BooleanSetting>
|
||||
</li>
|
||||
</ul>
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue