Ahmad Sameer

Results 5 issues of Ahmad Sameer

If the user uses a CSS variable as a color for the chart like the one below: ``` colors: ["var(--theme-color)", "#000"], ``` It reflects the chart correctly, but the saved...

### Description I upgraded my `nextjs` to 15 and my react to 19, after doing this the enum field dropdown is not updated in the edit and create form. I...

bug

### Description On the next admin options under the list, the search field displays the below error: ![Image](https://github.com/user-attachments/assets/c37a1d86-f5ea-4354-a2cd-0350c9370254) `@premieroctet/next-admin-generator-prisma` version => `^0.0.2` Maybe it happens if the number of the...

bug

### Summary I am facing a memory issue while getting 100 rows for a table, and I do not want to increase the memory limit. Could you provide the ability...

enhancement

### Description I have these two tables: ``` model Location { id String @id @default(cuid()) type LocationType display Json countryId String? @unique provinceId String? @unique cityId String? @unique regionId String?...

bug