Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix repo name used for URL instead of baseUrl (#572)
* Fix repo name used for URL instead of baseUrl This applies to both the item being shown in the screen as well as the "copy to clipboard" button. Before, copying a repo url would return "The Repo Name/index.json.min". This PR fixes that. * Correct Misunderstanding Passing the whole ExtensionRepo data class through now, using the name for display purposes and the baseUrl for copying the URL.
- Loading branch information