File tree Expand file tree Collapse file tree
apps/staged/src/lib/features/projects Expand file tree Collapse file tree Original file line number Diff line number Diff line change 121121 branchesByProject = new Map (branchesByProject ).set (projectId , branches );
122122 workspaceLifecycle .enqueueInitialSetup (projectId , branches );
123123 replaceProjectRepos (projectId , repos );
124+ void repoBadgeStore .ensureForRepos (
125+ repos .map ((r ) => ({ githubRepo: r .githubRepo , subpath: r .subpath }))
126+ );
124127 } catch (e ) {
125128 console .error (' [ProjectHome] Failed to refresh project after setup progress:' , e );
126129 }
533536 branchesByProject = new Map (branchesByProject ).set (projectId , branches );
534537 workspaceLifecycle .enqueueInitialSetup (projectId , branches );
535538 replaceProjectRepos (projectId , repos );
539+ void repoBadgeStore .ensureForRepos (
540+ repos .map ((r ) => ({ githubRepo: r .githubRepo , subpath: r .subpath }))
541+ );
536542 } catch (e ) {
537543 console .error (' Failed to add repo:' , e );
538544 const message = e instanceof Error ? e .message : String (e );
You can’t perform that action at this time.
0 commit comments