feat: update next generator#369
Open
malikalahfaoui wants to merge 2 commits intoapi-platform:mainfrom
Open
Conversation
Contributor
malikalahfaoui
commented
Aug 22, 2023
| Q | A |
|---|---|
| Branch? | main for features / current stable version branch for bug fixes |
| Tickets | Closes #..., closes #... |
| License | MIT |
| Doc PR | api-platform/docs#... |
Contributor
Author
|
Done: Migrated Pages router to App router Issue with page titles |
tillmon
reviewed
Oct 17, 2023
tillmon
reviewed
Nov 14, 2023
| status.isValid ? "text-cyan-700 border-cyan-500 bg-cyan-200/50" : "text-red-700 border-red-400 bg-red-100" | ||
| }`} | ||
| className={`border px-4 py-3 my-4 rounded ${ | ||
| isValid Object.keys(errors).length === 0 ? "text-cyan-700 border-cyan-500 bg-cyan-200/50" : "text-red-700 border-red-400 bg-red-100" |
tillmon
reviewed
Nov 14, 2023
| @@ -1,10 +1,11 @@ | |||
| import { FunctionComponent, useState } from "react"; | |||
zairigimad
reviewed
Dec 9, 2023
| @@ -25,12 +25,12 @@ export default class NextGenerator extends BaseGenerator { | |||
| "types/item.ts", | |||
|
|
|||
| // pages | |||
| @@ -92,11 +95,11 @@ export default class NextGenerator extends BaseGenerator { | |||
| "components/%s/Form.tsx", | |||
|
|
|||
| // pages | |||
| @@ -116,7 +119,7 @@ export default class NextGenerator extends BaseGenerator { | |||
| "types/item.ts", | |||
|
|
|||
| // pages | |||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.