-
Notifications
You must be signed in to change notification settings - Fork 76
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: add copy success notification for Field API names #348
feat: add copy success notification for Field API names #348
Conversation
Hi @dyncan thanks for this PR ! How about something like this ? (same as the toast, it should disappear few seconds later) |
Hi @tprouvot Thank you for your valuable feedback on the PR! Taking your feedback into account, I've gone ahead and implemented some UI optimizations, I'd love to hear your thoughts on these updates. Thank you once again for guiding the improvement process. |
Hi @tprouvot, I've created a Feature Request and also updated the CHANGES.md. Among the options you've provided, I think "Copied ✓" is the most suitable choice. It's concise, clearly communicates the action that has been completed, and the checkmark (✓) provides a universally understood symbol of completion and success. Thank you. |
Last thing, could you revert the changes applied to package.lock ? |
…can/Salesforce-Inspector-reloaded into feature/copyFieldSuccessNotification
Hi @tprouvot, Reverted the package-lock.json file. Thanks! |
Describe your changes
Whenever a user clicks on an API Name after enabling "Show Fields API Names," a notification will pop up confirming that the field has been successfully copied to the clipboard. This immediate feedback ensures users that the copy action was successful.
Issue ticket number and link
N/A
Checklist before requesting a review