Skip to content

fix(gallery): add sub-agent version navigation and a favicon - #151

Open
validide wants to merge 1 commit into
netclaw-dev:devfrom
validide:dev
Open

fix(gallery): add sub-agent version navigation and a favicon#151
validide wants to merge 1 commit into
netclaw-dev:devfrom
validide:dev

Conversation

@validide

Copy link
Copy Markdown

Sub-agent version history rows were plain divs with no href and no click handler, so older versions were unreachable from the UI. Render them as links to /subagents/{name}/v/{version}/, add getSubAgentVersion() to the router, and resolve the requested version in renderDetail.

Extract the nav brand mark into a shared logo.svg, reuse it in the three page navs, and serve it alongside a multi-size favicon.ico.

Closes#150

Sub-agent version history rows were plain divs with no href and no click
handler, so older versions were unreachable from the UI. Render them as
links to /subagents/{name}/v/{version}/, add getSubAgentVersion() to the
router, and resolve the requested version in renderDetail.
Extract the nav brand mark into a shared logo.svg, reuse it in the three
page navs, and serve it alongside a multi-size favicon.ico.
Closesnetclaw-dev#150
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Gallery: sub-agent version rows are not clickable, and the app has no favicon

1 participant

@validide