mirror of
https://github.com/aljazceru/notedeck.git
synced 2026-01-19 00:04:19 +01:00
add hover to profile map demo
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -2,7 +2,7 @@ use notedeck::account_login_view::AccountLoginView;
|
||||
use notedeck::app_creation::{
|
||||
generate_mobile_emulator_native_options, generate_native_options, setup_cc,
|
||||
};
|
||||
use notedeck::ui::{Preview, PreviewApp, ProfilePreview, RelayView, ProfilePic};
|
||||
use notedeck::ui::{Preview, PreviewApp, ProfilePic, ProfilePreview, RelayView};
|
||||
use std::env;
|
||||
|
||||
struct PreviewRunner {
|
||||
@@ -73,5 +73,12 @@ async fn main() {
|
||||
|
||||
let runner = PreviewRunner::new(is_mobile);
|
||||
|
||||
previews!(runner, name, RelayView, AccountLoginView, ProfilePreview, ProfilePic);
|
||||
previews!(
|
||||
runner,
|
||||
name,
|
||||
RelayView,
|
||||
AccountLoginView,
|
||||
ProfilePreview,
|
||||
ProfilePic
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user