Geo Replicables List: Sentence casing UX fix
Why are we doing this work
Follow up from conversations with UX Papercuts team around better handling of the casing of words in the Geo Replicables List.
- Breadcrumbs should be
Project repositories,Package files,Dependency proxy blobs - In the empty state I think we could use
dependency proxy blobsin both title and text - The docs link should be
Geo troubleshooting
Relevant links
Screenshots
Implementation plan
- For each phrasing in the
geo_replicablesVue app, update the casing to be sentenced case. We can use methods likecaptializeFirstLetter(). or.toLowerCase()
Edited by Zack Cuddy