Description
The copy button displayed near the "Commit Streaks" section currently provides very minimal feedback after being clicked.
Adding toast notifications for successful and failed copy actions would improve the overall user experience and make the interaction clearer and more accessible.
Expected Improvements
- Show a success toast when the link is copied successfully
- Show an error toast if clipboard copy fails
- Preserve the current UI and functionality
- Keep the implementation lightweight and consistent with the existing design
Possible File
src/components/CopyLinkButton.tsx
Additional Context
This enhancement would provide clearer interaction feedback for users using the Commit Streaks copy button.
Description
The copy button displayed near the "Commit Streaks" section currently provides very minimal feedback after being clicked.
Adding toast notifications for successful and failed copy actions would improve the overall user experience and make the interaction clearer and more accessible.
Expected Improvements
Possible File
src/components/CopyLinkButton.tsx
Additional Context
This enhancement would provide clearer interaction feedback for users using the Commit Streaks copy button.