Skip to content

Conversation

aTurmo
Copy link
Contributor

@aTurmo aTurmo commented Oct 14, 2025

ref: #TAPC-3053, #TAPC-3055

Copy link
Contributor

yarn.lock changes

Click to toggle table visibility
Name Status Previous Current
react-hook-form UPDATED 7.56.1 7.65.0

@aTurmo aTurmo closed this Oct 14, 2025
@aTurmo aTurmo reopened this Oct 14, 2025
@aTurmo aTurmo force-pushed the feat/TAPC-5216_distant_backup_lot_1_light branch from c122414 to daf2414 Compare October 16, 2025 08:33
…kform + zod)

ref: #TAPC-3053

Signed-off-by: Adrien Turmo <[email protected]>
… input validation for zod

ref: #TAPC-3053

Signed-off-by: Adrien Turmo <[email protected]>
…new custom form fields

ref: #TAPC-3053

Signed-off-by: Adrien Turmo <[email protected]>
…odal to include distant backup

ref: #TAPC-3053

Signed-off-by: Adrien Turmo <[email protected]>
@aTurmo aTurmo force-pushed the feat/TAPC-5216_distant_backup_lot_1_light branch from daf2414 to a6ad1ee Compare October 16, 2025 08:35
Copy link
Contributor

@lolottetheclash lolottetheclash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

few questions ;)

…pAvailable

ref: #TAPC-3053

Signed-off-by: Adrien Turmo <[email protected]>
<Text>{label}</Text>

{badges && badges.length && (
<span className={'ml-4 flex flex-row gap-2 flex-wrap'}>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<span className={'ml-4 flex flex-row gap-2 flex-wrap'}>
<span className='ml-4 flex flex-row gap-2 flex-wrap'>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

</div>
<Wrapper>
<div id={id} className="px-8 pt-6 pb-10">
<div id={id}>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

chore: two <div> with the same id will generate problems in the DOM.
suggestion: To avoid div soup you can use a <section>tag since it contains a heading inside.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

continents,
}: {
projectId: string;
continents: ReturnType<typeof useInstanceBackupPrice>['distantContinents'];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion: do not couple this type from a hook from a very distant folder and considerate to have a type for this

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

… distantContinents type

ref: #TAPC-3053

Signed-off-by: Adrien Turmo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file feature New feature universe-public-cloud

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants