Switching from Commit to Discussion to Changes is confusing
Everyone can contribute. Help move this issue forward while earning points, leveling up and collecting rewards.
When reviewing an MR commit-by-commit, the following workflow is confusing.
- Click the
Commits
tab - Click one of the commits, this will give you the diff of the single commit (great!)
- Click the
Overview
tab. You'll see?commit_id=abc...
is still in the URL (not so great) - Click now
Changes
. Again you will only see the diff of the single commit.
This is IMHO confusing. When I click the Changes
tab I'd expect to always see all changes in the MR, not those of a single commit.
Proposal
Drop commit_id=abc...
from the URL when clicking Overview
tab button (or Pipelines
as well).
Also drop #2542127df7c119729cf53eb741d44b18f8412b37
and other identifiers specific to tabs other than Overview. (from #328716 (closed))
Edited by 🤖 GitLab Bot 🤖