Merge branch '0.5.0-dev' into eng-1828-migration-to-new-cloud-api-system

This commit is contained in:
Lynx
2024-10-14 20:49:12 -07:00
3 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ export default function OnboardingProgress() {
}, [currentScreen]);
const routes = [
'alpha',
'prerelease',
'new-library',
os === 'macOS' && 'full-disk',
'locations',

View File

@@ -11,7 +11,7 @@ export enum UseCase {
}
const onboardingStoreDefaults = () => ({
unlockedScreens: ['alpha'],
unlockedScreens: ['prerelease'],
lastActiveScreen: null as string | null,
useCases: [] as UseCase[],
grantedFullDiskAccess: false,

BIN
pnpm-lock.yaml generated
View File

Binary file not shown.