fix(settings, yjs, ux, ci): default settings, y-leveldb restart resilience, dashboard one-click open, delete error handling, Playwright CI
This commit is contained in:
@@ -332,6 +332,7 @@ export function Dashboard({ onOpenProject }: DashboardProps) {
|
||||
const handleProjectCardClick = (projectId: string) => {
|
||||
setSelectedProjectId(projectId);
|
||||
setMobileInfoOpen(true);
|
||||
onOpenProject(projectId);
|
||||
};
|
||||
|
||||
const handleSaveProject = async () => {
|
||||
|
||||
Reference in New Issue
Block a user