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:
kernelkind
2024-05-09 15:21:03 -04:00
committed by William Casarin
parent e9c3596067
commit bb25fd4ae1
4 changed files with 174 additions and 38 deletions

View File

@@ -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,
);
}