feat: UI separates locals, remotes, and virtuals #54

Merged
benvin merged 1 commits from benvin/ui-repo-types into master 2026-06-23 23:20:19 +10:00
Owner

Summary

  • New "Locals" sidebar nav item with list + detail + browse pages
  • Remotes page filters out local repos (repo_type=local hidden)
  • LocalDetail: simplified view — just name, type, description + "Browse Files" button
  • Virtuals: member links resolve to /locals/ or /remotes/ based on repo_type
  • Objects page detects context for correct back-navigation

Test plan

  • Visual check: locals page shows only local repos
  • Remotes page hides local repos
  • Virtual member links point to correct pages
  • Browse files works from local detail page
## Summary - New "Locals" sidebar nav item with list + detail + browse pages - Remotes page filters out local repos (repo_type=local hidden) - LocalDetail: simplified view — just name, type, description + "Browse Files" button - Virtuals: member links resolve to /locals/ or /remotes/ based on repo_type - Objects page detects context for correct back-navigation ## Test plan - [ ] Visual check: locals page shows only local repos - [ ] Remotes page hides local repos - [ ] Virtual member links point to correct pages - [ ] Browse files works from local detail page
unkinben added 1 commit 2026-06-23 23:12:59 +10:00
feat: UI separates locals, remotes, and virtuals
ci/woodpecker/pr/pre-commit Pipeline was successful
ci/woodpecker/pr/build Pipeline was successful
ci/woodpecker/pr/test Pipeline was successful
9b81a96192
- New "Locals" nav item and pages (list + detail + browse files)
- Remotes page filters out repo_type=local entries
- LocalDetail shows simplified view (no upstream config fields)
- Virtuals page resolves member links to /locals/ or /remotes/
  based on repo_type, with a badge indicating the type
- Objects page detects local/remote context for back navigation
benvin merged commit 097fbf0016 into master 2026-06-23 23:20:19 +10:00
benvin deleted branch benvin/ui-repo-types 2026-06-23 23:20:19 +10:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/artifactapi#54