filament icon indicating copy to clipboard operation
filament copied to clipboard

Text Column Badge Tooltip

Open Skullbock opened this issue 7 months ago • 2 comments

Description

This PR introduces the ability to add tooltips to text column badges, and supports also list of badges. Since this PR introduces new methods related to badges, it also creates a dedicated HasBadge trait, to match the rest of the codebase.

Visual changes

Before

Screenshot 2024-06-27 alle 17 32 17

After Screenshot 2024-06-27 alle 17 28 56

Functional changes

  • [X] 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 Jun 27 '24 15:06 Skullbock