Skip to content

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:

Screenshot_2022-01-28_at_10.41.23

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

Screenshot_2022-01-28_at_10.48.24

Edited by Denys Mishunov