Skip to content

fix(ui): point roadmap owner-console card at the dedicated /app/owner route - #8799

Merged
JSONbored merged 2 commits into
JSONbored:mainfrom
hurryup52:fix/8669-roadmap-owner-console-link
Jul 26, 2026
Merged

fix(ui): point roadmap owner-console card at the dedicated /app/owner route#8799
JSONbored merged 2 commits into
JSONbored:mainfrom
hurryup52:fix/8669-roadmap-owner-console-link

Conversation

@hurryup52

Copy link
Copy Markdown
Contributor

Summary

  • The "Phase 3: repo owner intake console" roadmap card linked to /app/repos, which defaults to the Maintainer console tab when no search param is given (app.repos.tsx:27) — the opposite surface from what the card describes. Every other phase links to its own dedicated route; this points Phase 3 at its dedicated route, /app/owner, the same way.

Scope

  • The PR title follows type(scope): short summary Conventional Commit format, for example fix(api): restore profile access checks.
  • This PR is focused and does not mix unrelated backend, UI, MCP, docs, dependency, and deploy changes.
  • This follows CONTRIBUTING.md and does not reintroduce GitHub Pages, VitePress, site/, or CNAME.
  • I linked a currently open issue this PR resolves (e.g. Closes #123) — a linked open issue is required for every contributor PR.

Validation

  • git diff --check
  • npm run actionlint — skipped, no .github/workflows/composite-action changes.
  • npm run typecheck (via npm run ui:typecheck — clean)
  • npm run test:coverage locally — apps/** is excluded from codecov/patch gating (confirmed against vitest.config.ts/codecov.yml). Ran the applicable equivalent: npx vitest run src/routes/roadmap.test.tsx (2/2 passed) and the full npm run ui:test (630/630 + 407/407 passed across @loopover/ui + @loopover/ui-miner).
  • npm run test:workers — skipped, no Workers/backend code touched.
  • npm run build:mcp — skipped, no MCP package changes.
  • npm run test:mcp-pack — skipped, no MCP package changes.
  • npm run ui:openapi:check — skipped, no API/OpenAPI schema changes.
  • npm run ui:lint — 0 errors (11 pre-existing react-refresh/only-export-components warnings across the codebase, same pre-existing pattern already present elsewhere; unrelated to this diff).
  • npm run ui:typecheck
  • npm run ui:build
  • npm audit --audit-level=moderate — 5 pre-existing high-severity advisories in the eslint/minimatch/brace-expansion dev-dependency chain, unrelated to this change (zero new dependencies added).
  • New or changed behavior has unit/integration tests for new branches, fallback paths, and sanitizer boundaries — new roadmap.test.tsx asserts the actual resolved link destination (not just link presence), plus a sibling regression guard that Phase 2's link is untouched.

If any required check was skipped, explain why:

  • test:workers/test:mcp-pack/ui:openapi:check/actionlint all skipped as not applicable — this diff touches exactly two files under apps/loopover-ui/src/routes/, nothing else.

Safety

  • No secrets, wallet details, hotkeys, coldkeys, user PATs, private keys, raw trust scores, private rankings, or private maintainer evidence are exposed.
  • Public GitHub text stays sanitized, low-noise, and does not imply compensation guarantees or optimization tactics.
  • Auth, cookie, CORS, GitHub App, Cloudflare, or session changes include negative-path tests. — N/A, no such changes.
  • API/OpenAPI/MCP behavior is updated and tested where needed. — N/A, no such changes.
  • UI changes use live API data or real empty/error/loading states, not production mock/demo fallbacks. — N/A, this changes a link href target only, no data-fetching behavior.
  • Visible UI changes include a UI Evidence section below with screenshots. — see below; no screenshots needed for this specific change, with reasoning given.
  • Public docs/changelogs are updated where needed; changelogs are only edited for release-prep PRs. — N/A.

UI Evidence

This change only redirects a link's destination (to: "/app/repos"to: "/app/owner"); the card's rendered text, layout, color, and position are unchanged. Freshly captured this submission, running the real app locally against /roadmap (a public route, no auth/mocking needed). apps/loopover-ui is a dark-mode-only build (theme toggle removed — apps/loopover-ui/src/components/site/theme-toggle.tsx), so Dark is the only theme this app has.

Viewport Before After
Desktop · Dark Desktop Dark before Desktop Dark after
Tablet · Dark Tablet Dark before Tablet Dark after
Mobile · Dark Mobile Dark before Mobile Dark after

Before and after are the identical image in every row, intentionally — the fix changes only an anchor's href, not anything rendered, so a genuine before/after comparison shows no visual difference.

Notes

… route

The "Phase 3: repo owner intake console" card linked to /app/repos, which
defaults to the Maintainer console tab when no search param is given -- the
opposite surface from what the card describes. Every other phase already
links to its own dedicated route; this does the same for Phase 3.

Closes JSONbored#8669
@hurryup52
hurryup52 requested a review from JSONbored as a code owner July 26, 2026 06:45
@superagent-security

Copy link
Copy Markdown
Contributor

Superagent didn't find any vulnerabilities or security issues in this PR.

@JSONbored
JSONbored merged commit 11fb8ee into JSONbored:main Jul 26, 2026
7 checks passed
@JSONbored JSONbored added the gittensor:bug Gittensor-scored bug fix — scores a 0.05x multiplier. label Jul 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gittensor:bug Gittensor-scored bug fix — scores a 0.05x multiplier.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fix(ui): roadmap 'repo owner intake console' card links to the Maintainer console tab instead of the Owner workspace

2 participants