filament-adjacency-list icon indicating copy to clipboard operation
filament-adjacency-list copied to clipboard

A Filament package to manage adjacency lists (aka trees).

Results 17 filament-adjacency-list issues
Sort by recently updated
recently updated
newest added

### What happened? Did composer update and upgrade, to update some dependencies. Sadly, i didn't test it and then go a head with other stuff and cant find which versions...

bug

This PR introduces a documented feature that was missing for some reason: the ability to set the maximum depth.

In this pull request, my main goal was to add the ability to format item labels using a callback function. The formatted label can include HTML code, so I implemented...

This PR replaces the filed wrapper with a dynamic component to enhance compatibility with Filament\Forms\Components\Field. It also adds several classes from v4, along with some additional ones, to improve customization.

Bumps [aglipanci/laravel-pint-action](https://github.com/aglipanci/laravel-pint-action) from 2.4 to 2.5. Release notes Sourced from aglipanci/laravel-pint-action's releases. v2.5.0 Adding diff parameter support by @​erikn69 Commits 22dd721 Merge pull request #22 from erikn69/patch-2 9788b6d updating documentation...

### What happened? Setting the `hint` and `hintIcon` works fine, but when trying to set the `hintColor` using either `'primary'` or `Color::hex('#121212'` for example doesn't work. It seems like the...

bug