Skip to content

v1.3.3 - Tooltip Support for Truncated Titles

Choose a tag to compare

@smartlabsAT smartlabsAT released this 04 Sep 12:56
· 32 commits to main since this release
dc3f682

🎯 What's New in v1.3.3

✨ New Features

  • Tooltips for Truncated Titles: Added hover tooltips to show full title text when titles are cut off with ellipsis in ItemSelector tables
  • Enhanced UX: No more guessing what long item names are - just hover to see the complete title

🔧 Technical Details

  • Uses Directus native v-tooltip.top directive for consistent styling
  • Applied to both main and shared ItemSelector components
  • Lightweight implementation with no performance impact

🐛 Bug Fixes

  • Resolves #60 - Users can now access complete title information for truncated items

📦 Files Changed

  • src/components/ItemSelectorTable.vue
  • src/shared/components/ItemSelectorTable.vue

🎨 User Experience

Before: Long titles like "Very Long Item Name That Gets Cut Off..." were impossible to read completely

After: Hover over any truncated title to see the full text in a clean tooltip


Installation

npm install directus-extension-expandable-blocks@1.3.3

Compatibility

  • Directus v11.0.0+
  • All modern browsers with tooltip support