add vertical separators between timelines

Fixes: https://github.com/damus-io/notedeck/issues/52
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-06-20 12:58:40 -07:00
parent 98a61c0aa7
commit 395ff57edf
2 changed files with 18 additions and 0 deletions

View File

@@ -308,6 +308,7 @@ pub fn timeline_view(ui: &mut egui::Ui, app: &mut Damus, timeline: usize) {
ui::padding(8.0, ui, |ui| {
let textmode = app.textmode;
let resp = ui::Note::new(app, &note).note_previews(!textmode).show(ui);
if let Some(action) = resp.action {
debug!("bar action: {:?}", action);
match action {