web: add haptics for all copy actions

& prevent spamming the copy action along with haptic feedback :3

should probably unify all of this cuz this is really messy
This commit is contained in:
wukko
2025-03-05 18:07:46 +06:00
parent fd5f7c36b2
commit 0d3044c5e6
6 changed files with 34 additions and 13 deletions

View File

@@ -1,7 +1,5 @@
<script lang="ts">
import { page } from "$app/stores";
import { copyURL as _copyURL } from "$lib/download";
import SectionHeading from "$components/misc/SectionHeading.svelte";
export let title: string;