filament
filament copied to clipboard
Text Column Badge Tooltip
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
After
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.