Basedash / dockhunt

Discover the apps everyone is docking about. Made by the team at @Basedash.
https://www.dockhunt.com
280 stars 5 forks source link

Review and Merge PR for Copy Button Feature #37

Closed maige-app[bot] closed 7 months ago

maige-app[bot] commented 7 months ago

The Copy Button Feature for the npx dockhunt command on the /add-dock route has been successfully implemented and committed. The feature now includes a button next to the command that, when clicked, copies the command to the clipboard using navigator.clipboard.writeText. Additionally, an alert provides feedback to the user, indicating that the command has been successfully copied. This enhancement aims to improve the user experience by simplifying the process of copying the necessary command to add a dock.

Pull Request Message: Implemented the Copy Button Feature next to the npx dockhunt command on the /add-dock route. This update uses navigator.clipboard.writeText for clipboard interactions and alerts the user upon successful copying, enhancing the user experience by making it easier to copy the command needed to add a dock.

Closes #36

vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dockhunt ❌ Failed (Inspect) Feb 13, 2024 5:40pm
maige-app[bot] commented 7 months ago

Thank you for your contribution! The Copy Button Feature enhancement is currently under review. We appreciate your effort to improve the user experience on the /add-dock route. Please be patient as we go through the review process.

From Maige. How's my driving?

MaxMusing commented 7 months ago

Duplicate of #33.