summaryrefslogtreecommitdiffhomepage
path: root/packages
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-25 14:31:10 -0600
committerAdam <[email protected]>2025-12-25 14:31:10 -0600
commit650bd76370a48098139898ddecc14abe47ca2c60 (patch)
tree54d9a8ebf1e178591e9bfc4ea3ce66e9fc14f1b9 /packages
parent8aa35206838fec34c5ab0640cb5bef57cbadb78c (diff)
downloadopencode-650bd76370a48098139898ddecc14abe47ca2c60.tar.gz
opencode-650bd76370a48098139898ddecc14abe47ca2c60.zip
feat(desktop): better indicator that session is busy
Diffstat (limited to 'packages')
-rw-r--r--packages/app/src/pages/layout.tsx7
1 files changed, 6 insertions, 1 deletions
diff --git a/packages/app/src/pages/layout.tsx b/packages/app/src/pages/layout.tsx
index 838b8ee94..e8dd152e1 100644
--- a/packages/app/src/pages/layout.tsx
+++ b/packages/app/src/pages/layout.tsx
@@ -472,7 +472,12 @@ export default function Layout(props: ParentProps) {
class="flex flex-col min-w-0 text-left w-full focus:outline-none"
>
<div class="flex items-center self-stretch gap-6 justify-between transition-[padding] group-hover/session:pr-7 group-focus-within/session:pr-7 group-active/session:pr-7">
- <span class="text-14-regular text-text-strong overflow-hidden text-ellipsis truncate">
+ <span
+ classList={{
+ "text-14-regular text-text-strong overflow-hidden text-ellipsis truncate": true,
+ "animate-pulse": isWorking(),
+ }}
+ >
{props.session.title}
</span>
<div class="shrink-0 group-hover/session:hidden group-active/session:hidden group-focus-within/session:hidden">