mirror of
https://github.com/aljazceru/notedeck.git
synced 2025-12-24 03:24:21 +01:00
move WalletState to UI
Signed-off-by: kernelkind <kernelkind@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ use crate::{
|
||||
profile::EditProfileView,
|
||||
search::{FocusState, SearchView},
|
||||
support::SupportView,
|
||||
wallet::{WalletAction, WalletView},
|
||||
wallet::{WalletAction, WalletState, WalletView},
|
||||
RelayView,
|
||||
},
|
||||
Damus,
|
||||
@@ -27,7 +27,7 @@ use crate::{
|
||||
|
||||
use egui_nav::{Nav, NavAction, NavResponse, NavUiType};
|
||||
use nostrdb::Transaction;
|
||||
use notedeck::{AccountsAction, AppContext, NoteAction, NoteContext, WalletState};
|
||||
use notedeck::{AccountsAction, AppContext, NoteAction, NoteContext};
|
||||
use notedeck_ui::View;
|
||||
use tracing::error;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user