mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
feat: add navigation status routes and update badge aggregation logic
This commit is contained in:
@@ -37,6 +37,11 @@ document.addEventListener('DOMContentLoaded', async () => {
|
||||
|
||||
await switchToPath(initialPath);
|
||||
|
||||
// Update all navigation badges after initial load
|
||||
if (typeof updateAllNavigationBadges === 'function') {
|
||||
updateAllNavigationBadges();
|
||||
}
|
||||
|
||||
// Clean up URL after loading (remove query param)
|
||||
if (urlPath && window.history.replaceState) {
|
||||
window.history.replaceState({}, '', window.location.pathname);
|
||||
|
||||
Reference in New Issue
Block a user