From 21a808b90a26938556935103f0f5f6eb3c2bd357 Mon Sep 17 00:00:00 2001 From: Alexander Brown <448862+DrJKL@users.noreply.github.com> Date: Sat, 17 Jan 2026 13:15:59 -0800 Subject: [PATCH] feat: replace double-click with Use button on Asset Cards --- src/locales/en/main.json | 1 + src/platform/assets/components/AssetCard.vue | 44 +++++++++++++------- 2 files changed, 31 insertions(+), 14 deletions(-) diff --git a/src/locales/en/main.json b/src/locales/en/main.json index b128537be1..3b873ccfd2 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -178,6 +178,7 @@ "source": "Source", "filter": "Filter", "apply": "Apply", + "use": "Use", "enabled": "Enabled", "installed": "Installed", "restart": "Restart", diff --git a/src/platform/assets/components/AssetCard.vue b/src/platform/assets/components/AssetCard.vue index a4bfb4f622..b21f77863e 100644 --- a/src/platform/assets/components/AssetCard.vue +++ b/src/platform/assets/components/AssetCard.vue @@ -14,7 +14,6 @@ ) " @click.stop="interactive && $emit('focus', asset)" - @dblclick="interactive && $emit('select', asset)" @keydown.enter.self="interactive && $emit('select', asset)" >