mirror of
https://github.com/siddharthvaddem/openscreen.git
synced 2026-08-29 03:08:30 +08:00
00191c479e
- EditorEmptyState shown when no video is loaded: Import Video, Load Project, and drag-drop of .openscreen files. - "Open Studio" button in the recording HUD (replaces the two separate open-video / open-project buttons). - New Project flow that clears back to the dashboard, prompting to save on unsaved changes; Load Project now prompts too (variant-aware dialog). - Rebuilt on current main, preserving main's export refactor, cursor-clip / zoom-preview / trim-waveform work and the vertical/horizontal HUD tray.
14 lines
411 B
HTML
14 lines
411 B
HTML
<!doctype html>
|
|
<html lang="en" class="dark">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title></title>
|
|
</head>
|
|
<body style="background:#09090b;margin:0">
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|