ui: move note and profile rendering to notedeck_ui
We want to render notes in other apps like dave, so lets move our note rendering to notedeck_ui. We rework NoteAction so it doesn't have anything specific to notedeck_columns Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -2,10 +2,8 @@ use egui::Widget;
|
||||
|
||||
use crate::deck_state::DeckState;
|
||||
|
||||
use super::{
|
||||
configure_deck::{ConfigureDeckResponse, ConfigureDeckView},
|
||||
padding,
|
||||
};
|
||||
use super::configure_deck::{ConfigureDeckResponse, ConfigureDeckView};
|
||||
use notedeck_ui::padding;
|
||||
|
||||
pub struct EditDeckView<'a> {
|
||||
config_view: ConfigureDeckView<'a>,
|
||||
|
||||
Reference in New Issue
Block a user