GitStart
GitStart
### What does it do? - Fixes [issue](https://github.com/strapi/strapi/issues/17871) where the Modal and Dialog appear behind the content-manager because they have a lower z-index value. ### Why is it needed? -...
### What does it do? - Fixes [issue](https://github.com/strapi/design-system/issues/1330) of the disabled Combobox display focused state. ### Why is it needed? - The focus state of a disabled `Select` and `Combobox`...
Fixes https://github.com/strapi/strapi/issues/16378 ### What does it do? - External links do not open a new tab with `isExternal` set to `true`. ### Why is it needed? - External links open...
### What does this PR do? This PR ensures that values serialized by server$() are immutable and triggers a clear error message if any mutation is attempted ### Issue reference...
Description Currently PG introspect fails when dealing with columns of jsonb[] where the value is empty. This effects commands such as `drizzle-kit pull` where it would crash when it encounters...
## What does this PR do? This PR introduces the Google Sheets app integration, enabling automatic export of booking data to Google Sheets. It includes OAuth2 authentication, event type configuration,...