Revert "Make memory and context views mobile-friendly (#813)" (#817)

This reverts commit 583c3eb4a6.
This commit is contained in:
gsxdsm
2026-02-26 07:36:55 -08:00
committed by GitHub
parent 583c3eb4a6
commit e10c73649c
30 changed files with 113 additions and 3758 deletions

View File

@@ -381,7 +381,7 @@ export async function setupProjectWithPath(page: Page, projectPath: string): Pro
localStorage.setItem('automaker-setup', JSON.stringify(setupState));
// Disable splash screen in tests
localStorage.setItem('automaker-disable-splash', 'true');
sessionStorage.setItem('automaker-splash-shown', 'true');
}, projectPath);
}
@@ -435,7 +435,7 @@ export async function setupProjectWithPathNoWorktrees(
localStorage.setItem('automaker-setup', JSON.stringify(setupState));
// Disable splash screen in tests
localStorage.setItem('automaker-disable-splash', 'true');
sessionStorage.setItem('automaker-splash-shown', 'true');
}, projectPath);
}
@@ -493,7 +493,7 @@ export async function setupProjectWithStaleWorktree(
localStorage.setItem('automaker-setup', JSON.stringify(setupState));
// Disable splash screen in tests
localStorage.setItem('automaker-disable-splash', 'true');
sessionStorage.setItem('automaker-splash-shown', 'true');
}, projectPath);
}