Marian C Moldovan

Results 4 issues of Marian C Moldovan

For example media/images/assets/staff/Denis_Roldán.jpg should be escaped like media/images/assets/staff/Denis_Rold%C3%A1n.jpg as a result, the call throws a FileNotFoundException

This pull request includes a minor adjustment to the `useDataSourceTableController` function in the `packages/firecms_core/src/components/common/useDataSourceTableController.tsx` file. The change updates the initialization logic for the `sortBy` state to consider the `updateUrl` flag...

I am encountering an issue when editing a deeply nested collection in full screen mode. The collection editor won't show the configuration, see screenshot: So the following URL will not...

After creating a community project with the CLI, and with this config: ``` { "name": "my-firecms-project", "version": "1.0.0", "private": true, "type": "module", "dependencies": { "@firecms/core": "^3.0.0-beta", "@firecms/firebase": "^3.0.0-beta", "@firecms/ui": "^3.0.0-beta",...