fix(dashboards): lazy-load git status for visible rows
This commit is contained in:
@@ -199,7 +199,11 @@ async def get_dashboards(
|
||||
all_tasks = task_manager.get_all_tasks()
|
||||
|
||||
# Fetch dashboards with status using ResourceService
|
||||
dashboards = await resource_service.get_dashboards_with_status(env, all_tasks)
|
||||
dashboards = await resource_service.get_dashboards_with_status(
|
||||
env,
|
||||
all_tasks,
|
||||
include_git_status=False,
|
||||
)
|
||||
|
||||
# Apply search filter if provided
|
||||
if search:
|
||||
|
||||
Reference in New Issue
Block a user