Add immersive focus mode for task editing #300

Merged
talksik merged 3 commits from claude/dreamy-brahmagupta-1gx4i1 into main 2026-06-21 17:20:26 +00:00
Showing only changes of commit 641b3ebcb7 - Show all commits
@@ -315,7 +315,7 @@ export function TaskParticleView({
keys="Esc"
onClick={exitFocus}
title="Finish editing (or press Esc)"
className="fixed bottom-[calc(var(--stream-safe-bottom,2rem)+0.5rem)] left-1/2 z-40 flex -translate-x-1/2 items-center rounded-full bg-black/40 px-3 py-1.5 text-white/70 backdrop-blur-sm hover:bg-black/60 hover:text-white"
className="fixed bottom-[calc(var(--stream-safe-bottom,2rem)+0.5rem)] left-1/2 z-40 -translate-x-1/2 text-xs text-white/40"
>
to finish
</KeyHint>