Skip to content

WebUI: migrate URL routes from /objects to /data #10273

@nopcoder

Description

@nopcoder

Migrate all internal URL routes from /repositories/:repoId/objects to /repositories/:repoId/data to match the renamed "Data" tab.

This includes:

  • Adding /data as the primary route, keeping /objects as a backward-compatible alias
  • Updating all internal navigation links across all pages (branches, tags, commits, compare, actions, pulls) to use /data
  • Updating the breadcrumb repo link in the layout
  • Updating the Data tab nav link
  • Updating e2e test goto() calls that use direct URLs

Deferred from #10271 to keep the initial UI redesign focused on visual changes.

Metadata

Metadata

Assignees

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions