You need to sign in or sign up before continuing.
When editing a file in single-file editor improve UX of repository link
When editing a file in single-file editor, we show the breadcrumbs as:
We're on CHANGELOG.md
file, however, this is not reflected in the breadcrumbs. Yes, we show the file name, but the problem is that the word Repository
in the breadcrumbs is linked to the current page we're at (the edit form) which is useless.
Considering that the project's name is the link to the repository anyway, I would propose to replace the word Repository
with the file name and remove anchor from it to have it in plain text
Edited by Denys Mishunov