From f0bbf7182647d885f615a779c2207fd2bb7fa7f1 Mon Sep 17 00:00:00 2001
From: Kris Powers <85710701+KrisPowers@users.noreply.github.com>
Date: Tue, 30 Jun 2026 16:14:03 -0400
Subject: [PATCH 1/2] style(terminal): remove border above input line
---
app/frontend/src/components/Terminal.tsx | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
diff --git a/app/frontend/src/components/Terminal.tsx b/app/frontend/src/components/Terminal.tsx
index 96070fd..17484ed 100644
--- a/app/frontend/src/components/Terminal.tsx
+++ b/app/frontend/src/components/Terminal.tsx
@@ -912,11 +912,7 @@ export default function Terminal({
// input. Positioned above the block list ('top') or below it (default/'bottom').
const inputRow = (
{barPath}
From 91647f16c670e944ef1d80f3bd015f64a259b45e Mon Sep 17 00:00:00 2001
From: Kris Powers <85710701+KrisPowers@users.noreply.github.com>
Date: Tue, 30 Jun 2026 16:16:54 -0400
Subject: [PATCH 2/2] Revert "style(terminal): remove border above input line"
This reverts commit fb136fec7eaad1c82096c02740d625a374ce9204.
---
app/frontend/src/components/Terminal.tsx | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/app/frontend/src/components/Terminal.tsx b/app/frontend/src/components/Terminal.tsx
index 17484ed..96070fd 100644
--- a/app/frontend/src/components/Terminal.tsx
+++ b/app/frontend/src/components/Terminal.tsx
@@ -912,7 +912,11 @@ export default function Terminal({
// input. Positioned above the block list ('top') or below it (default/'bottom').
const inputRow = (
{barPath}