From 0a80a288c00f1ea1fbbafc192ae169e9e1a43378 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Tue, 28 Oct 2025 08:32:16 -0700 Subject: [PATCH] add title to asset names in model browser (#6338) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Show full title when hovering the text. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6338-add-title-to-asset-names-in-model-browser-29a6d73d36508106a1d5ce9c09007b78) by [Unito](https://www.unito.io) --- src/platform/assets/components/AssetCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/platform/assets/components/AssetCard.vue b/src/platform/assets/components/AssetCard.vue index dd35b4fc1..3f793529b 100644 --- a/src/platform/assets/components/AssetCard.vue +++ b/src/platform/assets/components/AssetCard.vue @@ -31,6 +31,7 @@ 'dark-theme:text-white' ) " + :title="asset.name" > {{ asset.name }}