notedeck

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

commit 217f1e45da22bfba5a17e490dc9d96fa215394bb
parent 96e0366787d25ba0fedd76f748866cc8e263c7e6
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 29 Jul 2025 10:22:57 -0700

Revert "fix(columns): render wide notes on narrow screen"

We're just gonna make it default

This reverts commit 0f00dcf7a7c443ca58b692734d897bd766b883b5.

Diffstat:
Mcrates/notedeck_columns/src/app.rs | 4----
1 file changed, 0 insertions(+), 4 deletions(-)

diff --git a/crates/notedeck_columns/src/app.rs b/crates/notedeck_columns/src/app.rs @@ -362,10 +362,6 @@ fn render_damus( app_ctx: &mut AppContext<'_>, ui: &mut egui::Ui, ) -> Option<AppAction> { - damus - .note_options - .set(NoteOptions::Wide, is_narrow(ui.ctx())); - let app_action = if notedeck::ui::is_narrow(ui.ctx()) { render_damus_mobile(damus, app_ctx, ui) } else {