AccountSelectionWidget
Will be useful for selecting an account for the 'Add Column' view Signed-off-by: kernelkind <kernelkind@gmail.com> Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
committed by
William Casarin
parent
e9c3596067
commit
bb25fd4ae1
@@ -3,7 +3,8 @@ use notedeck::app_creation::{
|
||||
};
|
||||
use notedeck::ui::account_login_view::AccountLoginView;
|
||||
use notedeck::ui::{
|
||||
AccountManagementView, Preview, PreviewApp, ProfilePic, ProfilePreview, RelayView,
|
||||
AccountManagementView, AccountSelectionWidget, Preview, PreviewApp, ProfilePic, ProfilePreview,
|
||||
RelayView,
|
||||
};
|
||||
use std::env;
|
||||
|
||||
@@ -86,5 +87,6 @@ async fn main() {
|
||||
ProfilePreview,
|
||||
ProfilePic,
|
||||
AccountManagementView,
|
||||
AccountSelectionWidget,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user