v1.3.3 - Tooltip Support for Truncated Titles
🎯 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.topdirective 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.vuesrc/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.3Compatibility
- Directus v11.0.0+
- All modern browsers with tooltip support