Expand description
Top-level App component for the recorder shell.
Structsยง
- AppProps
- Props for the
Appcomponent. - Player
View ๐Props - Props for the
PlayerViewcomponent.
Functionsยง
- App
- The recorder shell. Composes the toolbar, the main surface (drop-zone or player view), and the status bar.
- Player
View ๐ - Required Props
- install_
drag_ ๐state_ listeners - Wire the
file-drag-enter/file-drag-leavebrowser-event listeners that flip theis_draggingsignal driving the<DropZone>โs active visual state. Both closures are leaked (app-lifetime listeners), matching the file-drop-listener pattern. - install_
file_ ๐drop_ listener - Install a
file-droppedbrowser-event listener on the globalwindow.