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)" >
@@ -95,19 +94,36 @@ > {{ asset.description }}

-
- - - {{ asset.stats.stars }} - - - - {{ asset.stats.downloadCount }} - - - - {{ asset.stats.formattedDate }} - +
+
+ + + {{ asset.stats.stars }} + + + + {{ asset.stats.downloadCount }} + + + + {{ asset.stats.formattedDate }} + +
+