Foundry UI polish: terminal empty state, history minimap redesign, styling tweaks

- 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>
This commit is contained in:
Nicholas Kissel 2026-03-12 01:17:01 -07:00
parent f09b9090bb
commit e42b9f4922
20 changed files with 4164 additions and 1018 deletions

View file

@ -0,0 +1,23 @@
<!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>