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 f34f9c1b2e
commit 42def69dcc
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;
}