feat: add copy feedback to preferences sheet - #1022
Conversation
|
@vedayeminedi is attempting to deploy a commit to the Darshan's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
Hi @imDarshanGK, I verified the changes related to this PR by running the SettingsPanel test suite locally, and all tests passed. The failures shown in the full test suite appear to be from existing tests in Sidebar.test.jsx and UploadPanel.test.jsx, which are outside the scope of this PR. Please let me know if you'd like me to investigate anything further. |
|
Hi @imDarshanGK, I verified the frontend changes in this PR locally, and the SettingsPanel test suite passes successfully. This PR only modifies frontend/src/components/SettingsPanel.jsx and frontend/src/components/SettingsPanel.test.jsx. The failing CI check appears to be in the Backend (Python) workflow, which is outside the scope of these changes. Please let me know if you'd like me to investigate anything further. |

Linked issue
Closes #790
What this PR does
Adds explicit visual feedback when copying the configuration summary from the Preferences sheet.
Changes
copyStatusstate (idle,success,error).Type of change