Merge remote-tracking branch 'origin/develop' into shigusegubu

* origin/develop:
  Lint
  Add renovate.json
  fix placeholder attachments opening new tab
This commit is contained in:
Henry Jameson 2022-03-06 23:38:18 +02:00
commit 2e69cb773a
2 changed files with 7 additions and 0 deletions

6
renovate.json Normal file
View file

@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}

View file

@ -12,6 +12,7 @@
:href="attachment.url"
:alt="attachment.description"
:title="attachment.description"
@click.prevent
>
<FAIcon :icon="placeholderIconClass" />
<b>{{ nsfw ? "NSFW / " : "" }}</b>{{ edit ? '' : placeholderName }}