use preview

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2025-01-03 17:22:11 -05:00
parent eac24ac982
commit 4baa7b2ef3
3 changed files with 5 additions and 0 deletions

View File

@@ -23,6 +23,7 @@ mod nav;
mod notes_holder;
mod post;
mod profile;
mod profile_state;
pub mod relay_pool_manager;
mod route;
mod subscriptions;

View File

@@ -1,3 +1,4 @@
pub mod edit;
pub mod picture;
pub mod preview;
@@ -5,6 +6,7 @@ use crate::profile::get_display_name;
use crate::ui::note::NoteOptions;
use crate::{colors, images};
use crate::{notes_holder::NotesHolder, NostrName};
pub use edit::EditProfileView;
use egui::load::TexturePoll;
use egui::{vec2, Color32, Label, Layout, Rect, RichText, Rounding, ScrollArea, Sense, Stroke};
use enostr::Pubkey;