filament icon indicating copy to clipboard operation
filament copied to clipboard

Text column and entry tooltip per item

Open Skullbock opened this issue 7 months ago • 4 comments

Description

This PR is a followup of #13420 as per agreement with @danharrin It introduces the ability to add tooltips to text columns that contain repeatable text: badges, list items, or concatenated list items.

Method name is up for change if it's not good enough!

Visual changes

Before: Screenshot 2024-07-11 alle 10 41 17 Screenshot 2024-07-11 alle 10 41 29 Screenshot 2024-07-11 alle 10 41 41

After: Screenshot 2024-07-11 alle 10 41 23 Screenshot 2024-07-11 alle 10 41 33 Screenshot 2024-07-11 alle 10 41 45

Functional changes

  • [ ] Code style has been fixed by running the composer cs command.
  • [X] Changes have been tested to not break existing functionality.
  • [ ] Documentation is up-to-date.

Skullbock avatar Jul 11 '24 08:07 Skullbock