refactor: rename ui::Note to ui::NoteView
Easier to jump to when using tags. Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -89,7 +89,7 @@ fn render_note_preview(
|
||||
ui.visuals().noninteractive().bg_stroke.color,
|
||||
))
|
||||
.show(ui, |ui| {
|
||||
ui::Note::new(app, ¬e)
|
||||
ui::NoteView::new(app, ¬e)
|
||||
.actionbar(false)
|
||||
.small_pfp(true)
|
||||
.note_previews(false)
|
||||
|
||||
Reference in New Issue
Block a user