mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: show loading indicator when loading data from remote (#3120)
* chore: show circle indicator if fetch the data from remote * chore: fix the lb warnings * chore: create sdk-build for macOS
This commit is contained in:
@ -584,10 +584,7 @@ impl UserSession {
|
||||
match KV::get_object::<Session>(&self.session_config.session_cache_key) {
|
||||
None => Err(FlowyError::new(
|
||||
ErrorCode::RecordNotFound,
|
||||
format!(
|
||||
"Can't find the value of {}, User is not logged in",
|
||||
self.session_config.session_cache_key
|
||||
),
|
||||
"User is not logged in",
|
||||
)),
|
||||
Some(session) => Ok(session),
|
||||
}
|
||||
|
Reference in New Issue
Block a user