fix(ui): raw file button should open in new window #581
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The "Raw" button in the file view navigates away from the current page. Clicking it loses the user's place in the repo browser.
Expected Behavior
The Raw button should open in a new tab/window (
target="_blank") so the user stays on the file view page while the raw content opens separately.Branch created:
feature/581-fix-ui-raw-file-button-should-open-in-ne