Luke Towers
Luke Towers
CSS here: https://github.com/damsfx/winter/blob/048b37a8e7fd64e6b5af0fc42c249b62f87f0079/modules/backend/assets/less/controls/svg-icons.less HTML, maybe here: https://github.com/wintercms/storm/blob/develop/src/Filesystem/Filesystem.php as `File::svgIcon($extension);`? @bennothommo @jaxwilko @mjauvin any thoughts?
@saturnino are you interested in playing around with it and seeing what the performance difference is if we were to go ahead with these changes?
@gregoryloichot could you test on October how much of a performance difference `config:cache` made? Having hard numbers would help prioritize this; at the moment none of the core team uses...
@damsfx can you add some screenshots?
Fantastic @damsfx! What happens if they rename the proposed name in the duplicate file popup to the original name (ignoring the suggested name)?
@damsfx I would say probably start with just throwing an ApplicationException which will popup the error. I'm not sure how we're currently handling it in the rename popup and /...
@damsfx thats what I thought, I think there was an issue at some point to fix that by auto renaming to the suffixed form, any thoughts on the approach that...
The way it's typically handled in OS level file managers is to present a dialog that asks the user if they want to Replace, Keep Both (auto rename), or Cancel....
This could also just be switched to use the IconPicker FormWidget built into the Winter core now, but I agree that the z-index issue should be fixed. Could you submit...
@nmiyazaki-chapleau you can change it here: https://github.com/wintercms/winter/blob/develop/modules/system/assets/ui/less/select.less#L543. To recompile it you can run `artisan mix:install` and make sure to include the system module in your core package.json and then run...