Philipp Daun

Results 43 issues of Philipp Daun

**Description** Add an option to display the site's name in plain text in the control panel, as suggested in [feature idea #1185](https://github.com/statamic/ideas/issues/1185). **Advantages of doing that** - Consumes less bandwidth...

Fixes processwire/processwire-issues#1925 Only try to read the width and height attributes from an svg image's root if the parser actually returns a result. Not doing this results in a fatal...

completed

To go with suggested feature [#10350](https://github.com/statamic/cms/pull/10350)

Pending PR Merge

### Short description of the issue SVGs with invalid markup will throw an exception in the page edit form when trying to calculate their size. ### Expected behavior Invalid SVGs...

type: images

An idea: I've been refactoring my mutators from callbacks in service containers out into separate invokable classes. Turns out that's a great format for sharing them. How do you feel...

idea

Allow the registration of custom asset thumbnail generators for exotic file types like videos, PDFs, and 3D objects. Moves the creation of thumbnail urls from the Asset model to a...

Make native asset data (width, height, filename, etc) available as hidden fields inside the asset editor component. This enables field conditions inside asset blueprints against native asset data, e.g. to...

Allow dropping a whole folder into the asset browser. ![Screen Recording 2024-08-07 at 11 52 19](https://github.com/user-attachments/assets/dc4cb047-66a4-47ef-8dce-6e2088b3ef69) Closes statamic/ideas#1168 ## Current behavior Currently, dropping a folder results in a cryptic error...

Most routing libraries currently store the scroll position in the history state and manually restore it from there. **Advantages** - Programmatically read and manipulate the stored position - Control over...

### Describe the problem 🧐 Currently, swup will trigger a request whether the device is online or not. This will lead to a timeout, forcing a redirect and a generic...

enhancement