Add revenge_porn abuse category

This commit is contained in:
2024-01-26 20:14:52 +01:00
parent 62a4a6426f
commit 2decd3aa8b
3 changed files with 28 additions and 18 deletions

View File

@@ -552,16 +552,14 @@ const keyboard_event = evt => {
</button>
{/if}
{#if view === "file"}
<button
class="toolbar_button"
title="Report this file as abusive"
on:click={report_window.toggle}
class:button_highlight={report_visible}>
<i class="icon">flag</i>
<span>Report</span>
</button>
{/if}
<button
class="toolbar_button"
title="Report this file as abusive"
on:click={report_window.toggle}
class:button_highlight={report_visible}>
<i class="icon">flag</i>
<span>Report</span>
</button>
<br/>
</div>