Filament-SimpleLightBox icon indicating copy to clipboard operation
Filament-SimpleLightBox copied to clipboard

Filament SimpleLightbox is a PHP package that provides a simple and lightweight solution for implementing a lightbox feature in your Filament admin panel. It allows you to easily preview Image, PDF an...

Results 6 Filament-SimpleLightBox issues
Sort by recently updated
recently updated
newest added

### What happened? I cannot use `->extraAttributes([])` when using `->simpleLightbox()` ### How to reproduce the bug add below code to a ImageEntry ```php ->extraAttributes([ 'class' => 'cursor-pointer', ]) ->simpleLightbox() ```...

bug

### What happened? When I use SPA mode, the lightbox will appear temporarily and then switch pages, resulting in all pages being unscrollable. ### How to reproduce the bug This...

bug

### What happened? I expected to be able to pass dynamically a URL and it would take it dynamically ### How to reproduce the bug Check this code ``` ImageColumn::make('thumbnail_path')...

enhancement
help wanted

Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

dependencies

Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 6 to 7. Release notes Sourced from stefanzweifel/git-auto-commit-action's releases. v7.0.0 Added Restore skip_fetch, skip_checkout, create_branch (#388) @​stefanzweifel Restore Detached State Detection (#393) @​stefanzweifel Add Support for Tag...

dependencies

### What happened? When I go to the info list, the lightbox does not load. I click on the photo and it opens in a new tab. I click back...

bug