Nico Hoffmann ෴.
Nico Hoffmann ෴.
I would assume this is related to https://github.com/getkirby/kirby/issues/6275 - if not even the same.
Having trouble though to reproduce it on macOS with Firefox 123.0.1 https://github.com/getkirby/kirby/assets/3788865/20f926e7-e3eb-496d-96fc-32993a00a7b8
@lukasbestle I think this has been the intended behavior: https://github.com/getkirby/kirby/blob/main/src/Cms/FileActions.php#L327 - only that this failed as the extension already had been changed and thus comparing by the extension would create...
@lukasbestle you sure? I thought the thumbs component also takes care of the format conversion
It's only that the check back then was named `isResizable()` - but it's actually more a check for "is darkroom processable" as it also covers the format or alterations like...
I think this is something we should leave in the hand of the developers. Kirby is best at where it allows some flexibility like that instead of being too restrictive...
Comment for the team: Originates from the extra offset set to accommodate the sticky header. But the header here isn't sticky, so we need to ensure the extra offset is...
@tobimori Extended the PR to allow setting the defaults via e.g. `Kirby\Panel\Page::$buttons[] = 'seo'`. It has the little downside that either you just add your plugin button name to the...
@lukasbestle I adapted the JS entry to `headerButtons` for blueprint options I would really like to avoid camel-casing/too long option names. There I thought as it's on the top level...
I like the idea of using `$panel.view`. We're loosing the convenience of `isLocked` as that's not a prop but a computed. But I think that'd be ok. I am not...