Fix git/storage workflows: repos-only page, default dev branch, robust pull/push, and storage path resolution

This commit is contained in:
2026-03-04 19:18:58 +03:00
parent 4fec2e02ad
commit 7ff0dfa8c6
10 changed files with 658 additions and 63 deletions

View File

@@ -7,6 +7,10 @@
export interface DashboardMetadata {
id: number;
title: string;
slug?: string;
dashboard_slug?: string;
url_slug?: string;
url?: string;
last_modified: string;
status: string;
}