Nico Hoffmann ෴.

Results 198 issues of Nico Hoffmann ෴.

https://github.com/getkirby/kirby/assets/3788865/cc131daf-1558-4711-a7d7-299271643060

### Bug Report | Q | A |------------ | ------ | Version(s) | 2.17.0 #### Summary Using ```php .myElement{ --primary: ; } ``` results in a broken HEX color in...

Bug

Class-based fields like blocks or entries currently cannot retrieve their field options from `ReflectableOptions` but instead have to list their options manually.

When wrapping a whole section incl a headline in a `` tag, the section loses its larger margin top compared to a section with the same heading level but no...

## Changelog ### ✨ Enhancements - `image` and `gallery` block previews now load properly sized thumbs that also respect the `cover` and `ratio` settings - `k-image-frame` can receive a file...

## Description ### Merge first - [ ] https://github.com/getkirby/kirby/pull/7756 ## Changelog ### ✨ Enhancements - Image frames without `sizes` will now provide their actual width as `sizes` attribute to support...

## Description Replaces https://github.com/getkirby/kirby/pull/7522 ### Merge first - [x] https://github.com/getkirby/kirby/pull/7727 - [x] https://github.com/getkirby/kirby/pull/7728 - [x] https://github.com/getkirby/kirby/pull/7723 - [x] https://github.com/getkirby/kirby/pull/7750 - [x] https://github.com/getkirby/kirby/pull/7751 - [x] https://github.com/getkirby/kirby/pull/7752 - [x] https://github.com/getkirby/kirby/pull/7753 - [x]...

## Description - [x] https://github.com/getkirby/kirby/pull/7390 - [x] https://github.com/getkirby/kirby/pull/7516 This PR improves drag'n'drop sorting of `k-items` for list layout: Instead of positioning the sort handle absolute outside of the `k-items` boundaries,...

Right now for every models collector class the return type of `::models()` is `Pages`/`Users`/`Files`. It would be better if e.g. `FilesCollector::models()` has only `Files` as return type. Could maybe be...