Link to blob edit from tree view with row on hover visible links [Awaiting developper feedback]
Created by: cirosantilli
So as to not clutter the UI, the link only appears when you hover the row for the given file:
When you hover the edit icon, it becomes larger:
The links take up little space, and disappear completely on xs
screens.
The only part missing is to determine if the blob is text or not to determine if the button should or not be shown: this should be done on the same AJAX request that gets the commit data so as to not halt page loading.