Franknoirot/add walkthrough (#189)

* Barebones onboarding triggering and resetting

* Make onboarding route-based

* Add Camera step, highlighting camera feed

* Implement redirect behavior

* Unify navigation hooks

* Formatting

* add useResizeObserver, convert to custom hook
This commit is contained in:
Frank Noirot
2023-07-25 10:40:26 -04:00
committed by GitHub
parent ca2634d523
commit 9cd3845975
13 changed files with 420 additions and 7 deletions

View File

@ -12,7 +12,6 @@ import {
addLineHighlight,
} from './editor/highlightextension'
import { Selections, useStore } from './useStore'
import { Toolbar } from './Toolbar'
import { Logs } from './components/Logs'
import { PanelHeader } from './components/PanelHeader'
import { MemoryPanel } from './components/MemoryPanel'
@ -262,7 +261,6 @@ export function App() {
<AppHeader />
<ModalContainer />
<Allotment snap={true}>
<Allotment vertical defaultSizes={[5, 400, 1, 1]} minSize={20}>
<SetToken />
<div className="h-full flex flex-col items-start">