| Summary: | [client] Git Log page title should be a breadcrumb | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Szymon Brandys <Szymon.Brandys> |
| Component: | Client | Assignee: | Malgorzata Janczarska <malgorzata.tomczyk> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | libingw |
| Version: | 0.2 | ||
| Target Milestone: | 0.2 | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Szymon Brandys
We should show something like /[repoId_or_Name]/[branch]/[filePath] 1. for Git Log opened on HEAD - repoName/HEAD/ 2. for Git Remote - repoName/origin/master/ 3. for other Logs - repoName/HEAD/[filePath] We could than navigate between logs for files in the filePath. In the tab title we could show 'Log ([breadcrumb])', so for Git Log on HEAD, the tab title would be 'Log (repoName/HEAD)' Let's try to fix it for M7. done It looks good in general. I would do the following changes though: - the title tab for Git Remote should be 'Git Remote [path]' - the breadcrumbs should rather say "Git Log' or 'Git Remote' instead of 'Orion Navigator' (In reply to comment #3) > It looks good in general. I would do the following changes though: > - the title tab for Git Remote should be 'Git Remote [path]' > - the breadcrumbs should rather say "Git Log' or 'Git Remote' instead of 'Orion > Navigator' Done |