Dan Harrin

Results 529 comments of Dan Harrin

I don't think we should include different sets of icons. Those can be registered through plugins using the `Icon` facade that I provided above. Outline / solid is Heroicon-specific, I...

Closed as this has not been worked on and will be implemented in v3 instead.

Should be fixed by #4197.

Reopening this so people stop asking

Notes: https://pqina.nl/filepond/docs/api/instance/properties/#files https://github.com/filamentphp/filament/blob/d10b3ee3cb4015be6574b5835f8e9ca23e1449a1/packages/forms/resources/js/components/file-upload.js#L298-L303

Moved from v2 to v3, since it would be easiest to implement if we could change the `getUploadedFileUrls()` to `getUploadedFiles()` and return the URLs, and metadata like size & potentially...

This has now been fixed in v3, but only for non-images. Images still download since they get previewed.