add user appearance setting

This commit is contained in:
appflowy
2022-01-28 10:56:55 +08:00
parent 80242afb93
commit 8449f736e7
40 changed files with 1263 additions and 398 deletions

View File

@ -1,5 +1,4 @@
use crate::prelude::*;
use flowy_folder::{
entities::{
app::*,
@ -11,7 +10,7 @@ use flowy_folder::{
use flowy_user::{
entities::{SignInRequest, SignUpRequest, UserProfile},
errors::FlowyError,
event::UserEvent::{InitUser, SignIn, SignOut, SignUp},
event_map::UserEvent::{InitUser, SignIn, SignOut, SignUp},
};
use lib_dispatch::prelude::{EventDispatcher, ModuleRequest, ToBytes};
use lib_infra::uuid_string;