reworked UI, moved environment selection to tasks

This commit is contained in:
2026-01-17 17:36:44 -05:00
parent e3c7cbba95
commit df80aee8eb
6 changed files with 467 additions and 118 deletions

View File

@@ -78,17 +78,16 @@
<span class="caret-closed"></span>
<span class="caret-open"></span>
</span>
<h2>Environment</h2>
<div class="row-title">
<h2>Environment</h2>
<span class="hint hint-accent">API configuration and system prompt go here</span>
</div>
</summary>
<div class="panel-body">
<div class="row">
<div></div>
<button id="addEnvConfigBtn" class="ghost" type="button">Add Config</button>
</div>
<div class="field">
<label for="activeEnvConfigSelect">Active environment</label>
<select id="activeEnvConfigSelect"></select>
</div>
<div id="envConfigs" class="env-configs"></div>
</div>
</details>
@@ -99,7 +98,10 @@
<span class="caret-closed"></span>
<span class="caret-open"></span>
</span>
<h2>Resume</h2>
<div class="row-title">
<h2>Resume</h2>
<span class="hint hint-accent">Text to your profile goes here</span>
</div>
</summary>
<div class="panel-body">
<textarea id="resume" rows="10" placeholder="Paste your resume text..."></textarea>