Rémi de Juvigny

Results 15 issues of Rémi de Juvigny

Let's say I have a test that failed, then I edit it and save the file. The small icon next to the `test` keyword will remain red for a few...

### Why is it needed? v4 handles templates differently than v3. On v3, we used Github to host them. Now they are published as npm packages. Some features were also...

source: developer-docs
pr: internal
target: v4
size: large

### What does it do? - Adds a pagination footer to the marketplace page - Adds props to the pagination component in the helper plugin to make it more flexible....

### What does it do? Improve the performance of the marketplace tests: | | Before | After | |-------------------|--------|-------| | index.test.js | 13.5s | 5.4s | | providers.test.js | 48.2s...

### What does it do? Adds the content history feature ### Why is it needed? I'm opening the draft PR now, even though we just got started, because it makes...

source: core:content-manager
pr: feature

### What does it do? Makes hidden fields visible in the History page. This is not about internal fields like id, but about the ones the user may have deleted...

source: core:content-manager
pr: feature

### What does it do? - Adds e2e tests to ensure that Content History handles missing relations properly. - Fixes issues with the design system upgrade: links opening in a...

source: core:content-manager

On Gatsby's packages page, there are two available plugins: * [gatsby-plugin-ackee](https://www.gatsbyjs.org/packages/gatsby-plugin-ackee/) * [gatsby-plugin-ackee-tracker](https://www.gatsbyjs.org/packages/gatsby-plugin-ackee-tracker/) The first one doesn't exist on NPM, it looks like it should be removed

Clicking "add component" in the collection types tab doesn't work. It works for plugin content types and single types though, because they include `/admin/`. this PR fixes collection types by...

### What does it do? Chore: - Uses React Router relative links to simplify the routing logic. [It relies on relative="path" API](https://reactrouter.com/en/main/components/link#relative) Fixes: - Fixes the color issue on the...

source: core:content-manager
pr: fix