Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat(fields): Improve UX and deletion modal text #2318

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

arnault-dev
Copy link
Collaborator

@arnault-dev arnault-dev commented Jan 9, 2025

Closes #2187

@arnault-dev arnault-dev changed the title Improve UX Feat(display) Improve field UX Jan 10, 2025
@arnault-dev arnault-dev force-pushed the feat/2187-delete-multiple-fields branch from ddb4de2 to 8721e36 Compare January 10, 2025 08:50
@arnault-dev arnault-dev changed the title Feat(display) Improve field UX Feat(fields): Improve UX and deletion modal text Jan 10, 2025
@arnault-dev arnault-dev added the 👷‍♂️ Ready For Review PR en attente de relecture et de validation label Jan 10, 2025
@@ -156,8 +156,14 @@ const FieldGridItem = connect((state, { field }) => ({
}, [field, completedField]);

const handleCopyToClipboard = (event, text) => {
// Only copy to clipboard if the user clicks on the field name
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍

@ThieryMichel ThieryMichel merged commit 7a6d7b3 into master Jan 10, 2025
9 checks passed
@ThieryMichel ThieryMichel deleted the feat/2187-delete-multiple-fields branch January 10, 2025 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👷‍♂️ Ready For Review PR en attente de relecture et de validation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

(1) Supprimer plusieurs champs d'un modèle en une fois
2 participants