notedeck

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

commit b06d7dc888f6e003e58a6d1e7cf93c2743fda193
parent 869abe19bf2a93735259e2c584dbf6e5b9212406
Author: alltheseas <64376233+alltheseas@users.noreply.github.com>
Date:   Thu, 16 Oct 2025 12:03:50 -0500

Update AGENTS.md

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Diffstat:
MAGENTS.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/AGENTS.md b/AGENTS.md @@ -24,7 +24,7 @@ This document captures the current architecture, coding conventions, and design - **Chrome shell** (`crates/notedeck_chrome/src/chrome.rs`): wraps multiple `App` instances, draws sidebar navigation, and forwards egui `update` passes to the active app. - **`NotedeckApp` enum** (`crates/notedeck_chrome/src/app.rs`) defines the shipping app roster (Columns/Damus, Dave, others) and provides constructors for wiring new apps. -- **Preview system & theming** (`crates/notedeck_chrome/src/preview.rs`, `theme.rs`) centralize look-and-feel, font loading, and debug previews. +- **Preview system & theming** (`crates/notedeck_chrome/src/preview.rs`, `crates/notedeck_chrome/src/theme.rs`) centralize look-and-feel, font loading, and debug previews. ### Nostr Data & Networking