filament-kanban icon indicating copy to clipboard operation
filament-kanban copied to clipboard

Add kanban boards to your Filament pages

Results 8 filament-kanban issues
Sort by recently updated
recently updated
newest added

### What happened? I'd like to temporarily prevent a record from being moved to a new column. It'd be ok to be moved within its current status but not to...

v3

### What happened? I'm looking to be able to dynamically show a Kanban board per resource record. Take for instance the following example: A `Campaign` model has a `belongsToMany` relationship...

good first issue
v3

### What happened? Hi Mokhosh!! I am using ULID in the model, so when I try to drag the item to another status or edit it, an error occurs... I...

bug
v3

### What happened? Would be awesome to be able to add actions(e.g. tableactions) to the View This way would be maybe doable to add comment functionality through a package like...

v3

I wasn't delighted with the default layout, so I've made some changes to make it look better. ## Main changes * The layout is now responsive. All columns fit to...

Hi, There was problem in scrolling in mobile app. I have fix it with setTimeout in onStart Event. Thanks

### 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](https://github.com/mokhosh/filament-kanban/assets/133571/fc3ba1b6-efe5-446f-98fb-066fc5c75a1f) ###...

v3

### What happened? I'm trying to add a loading indicator to the edit modal submit button but running into issues. Wondering if you know how to fix this? I added...

bug
v3