git-proxy icon indicating copy to clipboard operation
git-proxy copied to clipboard

Add code clone component to repository page ⬇️

Open JamieSlome opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe.

Without pagination and search (until #606), it can be painful to locate the clone command/URL on the Repositories page.

Describe the solution you'd like

Create a component for the widget (<Clone />) and add component to the Repository page.

Screenshot 2024-06-27 at 11 37 30

Additional context

The code to move into a new <Clone /> component can be found in RepoOverview.js from line 688 to 778.

JamieSlome avatar Jun 27 '24 10:06 JamieSlome