Felix Niklas

Results 22 issues of Felix Niklas

## Description Emoji page icons in page sections are getting cut off. There is an `overflow: hidden` on all `k-frame` children so the emojis get cut off at line-height. **Screenshot**...

type: bug 🐛

Thank you Martin for Open Sourcing this amazing library! I ran into the following error when working with videos and I want to share the fix that I applied to...

## Description I have a structure with two tags fields at the beginning: ```yml credits: type: structure fields: role: type: tags name: type: tags website: type: url ``` Whenever I...

type: bug 🐛

I updated my (still unmerged 😔 - what's up @sylvainjule) 3.8.0 compatibility pull request and added v4 compatibility adjustments: https://github.com/sylvainjule/kirby-multilist/pull/12 Before: ![Screenshot 2023-08-08 at 08 53 37](https://github.com/sylvainjule/kirby-multilist/assets/60777/39c4d915-2f68-453e-a498-3dce81c195cb) After: ![Screenshot 2023-08-08...

This PR includes now 2 compatibility adjustments: for Kirby 3.8.0 and for Kirby 4 (alpha.6). I think the adjustments for Kirby 4 break the layouts for Kirby 3.8.0. # Kirby...

How about a query for the default value for for example a page field? `default: pages.filterBy('default', 'true');` **My use case**: the client creates events on a daily basis. Each event...

## Description When I use the link dialog to link to a file, the file browser starts at the root level. **Expected behavior** Since files in Kirby are grouped with...

type: enhancement ✨

I just stumbled upon this outdated info in the [filter collections cookbook](https://getkirby.com/docs/cookbook/collections/filtering#filtering-by-the-pages-files-or-users-field) that pages, files and users fields store ids and emails instead of now uuids: > - The pages...

I'm using a janitor button to fetch data from an API to prefill page content. The data includes the page title. So I want to update the slug too. And...

When digging into #7597 I realized that the error message was more precise before Kirby 5. This is what I get in Kirby 4.8.0: The error message is at the...