Nico Hoffmann ෴.

Results 122 issues of Nico Hoffmann ෴.

## This PR … Consistent with change filename dialog: https://github.com/getkirby/kirby/blob/c1e6ff77b056774543f201035f5dab6a02bfdb3b/config/areas/files/dialogs.php#L29 ### Fixes - Upload dialog: allows `@`, `.` and `_` in filenames to be consistent with other filename rules https://github.com/getkirby/kirby/issues/6461...

type: bug 🐛
needs: tests 🧪
needs: changes 🔁

## This PR … ### Enhancements - Sections: improved title and info wrapping ### For review team - [x] Add lab and/or sandbox examples (wherever helpful) - [ ] Add...

type: enhancement ✨

4 digit indexes cannot be displayed: First index is actually `1201`

type: bug 🐛

With the high severity vulnerability in `pug`

## Description - [ ] First merge: https://github.com/getkirby/kirby/pull/6513 - [ ] First merge: https://github.com/getkirby/kirby/pull/6515 ### Summary of changes - Fields section submit all values on input of any field now...

type: refactoring :recycle:

## Description - [ ] Merge first: https://github.com/getkirby/kirby/pull/6513 ### Summary of changes - Added `panel.content.isLocked` getter to replace `panel.view.isLocked` ### Reasoning - Fits thematically better to the content module -...

type: refactoring :recycle:

## Description ### Summary of changes - New `` component that takes care of the "dumb" UI for save/publish buttons and dropdown based on different props ### Reasoning - No...

type: refactoring :recycle:

## Description ### Summary of changes - New `panel.content` module aimed at taking over the intermediary role between UI and API (when removing Vuex store) - Currently serves as interface...

type: enhancement ✨

## Description ### Summary of changes - Tries to replace using the loop index for `:key` with a stable value ### Reasoning - Especially in Vue 3, it can trip...

type: refactoring :recycle:

These lines https://github.com/getkirby/kirby/blob/main/panel/src/components/Layout/Table.vue#L94-L102 start causing troubles when a columnIndex isn't all lowercase as all keys in `row` will have been transformed to lowercase

type: bug 🐛