Hugo FOYART

Results 22 issues of Hugo FOYART

## Title Handle many-to-many relationships and handle sorting with drag & drop ## Type of Change - [x] New feature - [ ] Bug fix - [ ] Documentation update...

### Current Behavior Taking the starter-free repo as en example. I try to add an `` component from `next/image` in the render of the user page. When i run `yarn...

## Summary: This Pull Request fixes a regression introduced in https://github.com/facebook/react-native/commit/7c7e9e6571c1f702213e9ffbb40921cd5a1a786b, which adds a `filename*` attribute to the `content-disposition` of a FormData part. However, as the [MDN](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Disposition#directives) states, there is...

CLA Signed
Shared with Meta

## Title Add depth selection for raw data actions ## Type of Change - [x] New feature - [ ] Bug fix - [ ] Documentation update - [ ]...

### Summary Currently, Next-Admin is made to work only with `Prisma`. This is limiting for users that uses other ORMs such as `Drizzle`, and more largely query libraries like `knex`,...

enhancement

In the menu, near the user informations, there currently is a gear icon which triggers a popup that allows the user to signout, and nothing much. This is kind of...

enhancement
good first issue

### Summary Currently, Next-Admin is made to work only with Next.js. There are not so much places that are heavily tied with Next.js actually: - routing - route handlers This...

enhancement

## Title Migrate the current generator (prisma-json-schema-generator) to a custom generator that overloads the json schema given by prisma-json-schema-generator. ## Type of Change - [x] New feature - [ ]...

Currently, the RichText widget is rendered only on client side, loaded with the `dynamic` function from Next. This causes the Form page to have a layout shift on the initial...

enhancement
good first issue

The drag & drop seems to be a bit broken on mobile devices. Grabbing an item and make it move to the top / bottom makes the whole viewport scroll....

bug
good first issue