remove global popup conception

can be added later if we need it again

Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
kernelkind
2024-09-09 18:17:56 -04:00
committed by William Casarin
parent 00091c5088
commit 52604e65c6
6 changed files with 5 additions and 141 deletions

View File

@@ -2,8 +2,6 @@ pub mod account_login_view;
pub mod account_management;
pub mod account_switcher;
pub mod anim;
pub mod fixed_window;
pub mod global_popup;
pub mod mention;
pub mod note;
pub mod preview;
@@ -16,8 +14,6 @@ pub mod username;
pub use account_management::AccountManagementView;
pub use account_switcher::AccountSelectionWidget;
pub use fixed_window::{FixedWindow, FixedWindowResponse};
pub use global_popup::DesktopGlobalPopup;
pub use mention::Mention;
pub use note::{NoteResponse, NoteView, PostReplyView, PostView};
pub use preview::{Preview, PreviewApp, PreviewConfig};