refactor profile

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-01-01 17:16:32 -05:00
parent eeab1666e7
commit 2dde3034a1
3 changed files with 117 additions and 114 deletions

View File

@@ -25,7 +25,7 @@ use enostr::{NoteId, Pubkey};
use nostrdb::{Ndb, Note, NoteKey, Transaction};
use notedeck::{CachedNote, ImageCache, NoteCache, NotedeckTextStyle};
use super::profile::preview::{get_display_name, one_line_display_name_widget};
use super::profile::{get_display_name, preview::one_line_display_name_widget};
pub struct NoteView<'a> {
ndb: &'a Ndb,