feat: US-018 - Skip boot/login sequence for dev iteration
This commit is contained in:
+1
-1
@@ -44,7 +44,7 @@ function SkipButton({ onSkip }: { onSkip: () => void }) {
|
||||
}
|
||||
|
||||
function App() {
|
||||
const [phase, setPhase] = useState<Phase>('boot')
|
||||
const [phase, setPhase] = useState<Phase>('pmr')
|
||||
const cursorPositionRef = useRef<{ x: number; y: number } | null>(null)
|
||||
|
||||
const skipToLogin = () => setPhase('login')
|
||||
|
||||
Reference in New Issue
Block a user