sandbox-agent/foundry/packages/desktop/frontend-dist/index.html
Nicholas Kissel fde8b481bd
Foundry UI polish: terminal empty state, history minimap redesign, styling tweaks (#242)
- Hide terminal pane body when no terminal tabs exist
- Redesign history minimap from orange bar to single icon with popover dropdown
- Simplify popover items to single-line user messages with ellipsis
- Adjust min-used badge hover padding
- Add right padding to message list for history icon clearance

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-12 11:03:04 -07:00

23 lines
722 B
HTML

<!doctype html>
<html lang="en">
<head>
<!--
<script type="module">
if (import.meta.env.DEV) {
import("react-grab");
import("@react-grab/mcp/client");
}
</script>
-->
<script>if(window.__TAURI_INTERNALS__)document.documentElement.dataset.tauri="1"</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Foundry</title>
<script type="module" crossorigin src="/assets/index-D0-B2Qgl.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-5GPxonOP.css">
</head>
<body>
<div id="root"></div>
</body>
</html>