fix(ui): add raw file link button to file view #578
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
When viewing a file in the repository, there is no visible "Raw" link/button to access the raw file content directly (e.g.,
/:owner/:repo/raw/branch/main/path/to/file).Expected Behavior
A "Raw" button should appear in the file view header (next to the edit/delete buttons) that links directly to the raw file endpoint, similar to GitHub's raw button.
Use Case
Branch created:
feature/578-fix-ui-add-raw-file-link-button-to-file-