Skip to content

fix(tauri): vulnerable footer jumps to Library/Vulnerable, not Dashboard - #144

Merged
msitarzewski merged 1 commit into
mainfrom
fix/tauri-vuln-footer-nav
Jul 12, 2026
Merged

msitarzewski merged 1 commit into
mainfrom
fix/tauri-vuln-footer-nav

Conversation

@msitarzewski

Copy link
Copy Markdown
Owner

The Tauri sidebar's "N vulnerable packages" footer called openVulnDashboard()setSection("dashboard"), dropping the user on the Dashboard instead of the filtered list. Native's equivalent correctly lands on Library → Vulnerable.

Rewire the footer to setSection("library") + setFilter("vulnerable"), reusing the exact pattern the Dashboard's own "View vulnerable packages" link uses. Tauri-only parity fix.

🤖 Generated with Claude Code

https://claude.ai/code/session_01X9iMFjHE21ePTjcbHpTXt6

…oard

The Tauri sidebar footer's vulnerable-count button called
`openVulnDashboard()` → `ui.setSection("dashboard")`, dropping the user on
the Dashboard instead of the filtered package list. Native's equivalent
(`AppModel.openVulnerableInLibrary`) correctly lands on Library → Vulnerable.

Rewire the footer to `setSection("library")` + `setFilter("vulnerable")`,
reusing the exact pattern the Dashboard's own "View vulnerable packages"
link uses. Parity restored.

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Claude-Session: https://claude.ai/code/session_01X9iMFjHE21ePTjcbHpTXt6
@msitarzewski
msitarzewski merged commit 21e195d into main Jul 12, 2026
@msitarzewski
msitarzewski deleted the fix/tauri-vuln-footer-nav branch July 12, 2026 16:48
Sign up for free to 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.

1 participant