Skip to content

feat: review details redesign#490

Merged
dan1M merged 9 commits intostagingfrom
feat/review-details-redesign
Apr 9, 2026
Merged

feat: review details redesign#490
dan1M merged 9 commits intostagingfrom
feat/review-details-redesign

Conversation

@dan1M
Copy link
Copy Markdown
Collaborator

@dan1M dan1M commented Apr 2, 2026

No description provided.

@dan1M dan1M marked this pull request as ready for review April 7, 2026 12:47
Copy link
Copy Markdown
Collaborator

@ClementNumericite ClementNumericite left a comment

Choose a reason for hiding this comment

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

OK globalement

et tu dois avoir au moins le composant <ReviewDetailPanel> qui devient obsolète non ? dans ce cas il faudra le supprimer

Comment thread webapp-backoffice/src/components/dashboard/Form/tabs/reviews.tsx Outdated
Comment thread webapp-backoffice/src/components/dashboard/Reviews/ReviewTableRow.tsx Outdated
Comment thread webapp-backoffice/src/components/dashboard/Reviews/ReviewTableRow.tsx Outdated
Comment thread webapp-backoffice/src/utils/tools.ts Outdated
Comment on lines +423 to +434
const handlePreviousReview = () => {
if (selectedReviewIndex > 0) {
handleSelectReview(reviews[selectedReviewIndex - 1]);
}
};

const handleNextReview = () => {
if (selectedReviewIndex < reviews.length - 1) {
handleSelectReview(reviews[selectedReviewIndex + 1]);
}
};

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

pagination à gérer non ? peut être une autre PR

Comment thread webapp-backoffice/src/components/dashboard/Reviews/ReviewTableRow.tsx Outdated
@dan1M dan1M merged commit ebcb932 into staging Apr 9, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants