# Conflicts:
#	app/src/app/page.tsx
This commit is contained in:
Kacper
2025-12-10 19:18:17 +01:00
24 changed files with 1198 additions and 206 deletions

View File

@@ -1574,6 +1574,7 @@ export interface Project {
name: string;
path: string;
lastOpened?: string;
theme?: string; // Per-project theme override (uses ThemeMode from app-store)
}
export interface TrashedProject extends Project {