notedeck

One damus client to rule them all
git clone git://jb55.com/notedeck
Log | Files | Refs | README | LICENSE

commit 7b7ddedee1bf15185db782c2c3f449491eb4da8b
parent 3edbf1b4f979a5f5c46d9e09a7c3fcffff51c9b0
Author: William Casarin <jb55@jb55.com>
Date:   Mon, 26 Jan 2026 18:28:29 -0800

dave: increase chat panel width from 50% to 75% in scene view

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Diffstat:
Mcrates/notedeck_dave/src/lib.rs | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/crates/notedeck_dave/src/lib.rs b/crates/notedeck_dave/src/lib.rs @@ -322,8 +322,8 @@ You are an AI agent for the nostr protocol called Dave, created by Damus. nostr } StripBuilder::new(ui) - .size(Size::relative(0.5)) // Scene area: 50% - .size(Size::remainder()) // Chat panel: 50% + .size(Size::relative(0.25)) // Scene area: 25% + .size(Size::remainder()) // Chat panel: 75% .clip(true) // Clip content to cell bounds .horizontal(|mut strip| { // Scene area (main)