Dominic Marcelino

Results 24 issues of Dominic Marcelino

**Describe the bug** Nuxt i18n now has a ts-support for lazy loaded translations. Therefore you create a ts file and use a composable inside: ```ts // en-US.ts export default defineI18nLocale(()...

bug

Based on some tests (MySQL) it seems that the Database-Server uses the Computers timezone by default. As Server should mostly always run in UTC I want to suggest to set...

### Describe the Improvement On o2m fields, when selecting "related values" as display, it will always display a link to the item. ![Bildschirmfoto 2024-04-30 um 19 49 59](https://github.com/directus/directus/assets/46492597/e5022f1a-f32d-4dcf-90fd-d7fb78bf5157) In contrast...

:cake: Improvement
:file_folder: Forms

### Environment - Operating System: Darwin - Node Version: v18.19.1 - Nuxt Version: 3.11.2 - CLI Version: 3.11.1 - Nitro Version: 2.9.6 - Package Manager: [email protected] ### Reproduction https://stackblitz.com/edit/github-xzcnqt?file=app.vue,nuxt.config.ts ###...

### Describe the Bug Some available icons like `text_select_move_forward_character` have more than 30 characters and therewith can't be stored as a flow icon. As a solution a migration should be...

:cake: Bug
:cake: Improvement
:file_folder: Flows
:file_folder: Data Modeling

## Is your feature request related to a problem? Please describe. When setting a custom og-image via the `wpseo_opengraph_image` there's no way to also set the image type. In this...

featurerequest
component: opengraph

Currently only fields with dropdown selection are allowed as a group-by field. It would be great if any text-field would be available. Are there any specific blocking points to allow...

### Problem to solve In some cases the end user shouldn't have the option to change the items per page but there's currently no way to disable this, without overriding...

S: triage
S: stale

### Describe the Bug When creating a JSON field and using a default value, codemirror will stay as readonly. ### To Reproduce 1. create a json field with a default...

### Describe the Bug When creating a JSON field we can set a default value. After the field is created it can't be viewed / edited via the app anymore....