mokhosh / filament-kanban

Add kanban boards to your Filament pages
https://filamentphp.com/plugins/mokhosh-kanban
MIT License
228 stars 32 forks source link

[Idea]: Status Icon hardcoded #44

Open lukeholder opened 1 month ago

lukeholder commented 1 month ago

What happened?

The Status enum can support \Filament\Support\Contracts\HasIcon so instead of hardcoding the header icon:

https://github.com/mokhosh/filament-kanban/blob/main/resources/views/kanban-header.blade.php#L2

It should get the status icon.

CleanShot 2024-06-11 at 01 05 59@2x

How to reproduce the bug

Hardcoded status icon: ❖ in header view

Package Version

2.7.0

PHP Version

8.3.2

Laravel Version

11

Which operating systems does with happen with?

No response

Which browsers does with happen with?

No response

Notes

No response

mokhosh commented 1 month ago

Thanks for the idea.