Problem
When a project successfully deploys, the platform provides a public preview URL. Currently, users have to manually highlight and copy the link text from the console dashboard, which is prone to misclicks.
Proposed Solution
Add a small, clean copy button (using lucide-react's Copy and Check icons for state) right next to the public preview URL link in the deployment status card.
File(s) to Modify
app/console/deployments/page.tsx
- Any shared deployment card components.
I want to work on this issue. Please assign it to me.
Problem
When a project successfully deploys, the platform provides a public preview URL. Currently, users have to manually highlight and copy the link text from the console dashboard, which is prone to misclicks.
Proposed Solution
Add a small, clean copy button (using
lucide-react'sCopyandCheckicons for state) right next to the public preview URL link in the deployment status card.File(s) to Modify
app/console/deployments/page.tsxI want to work on this issue. Please assign it to me.