Display a temporary window while remote project is loading

This commit is contained in:
Antonio Scandurra 2022-05-16 17:45:50 +02:00
parent e6576b32b2
commit aa90c06012
12 changed files with 121 additions and 7 deletions

View file

@ -48,6 +48,7 @@ pub struct Workspace {
pub modal: ContainerStyle,
pub notification: ContainerStyle,
pub notifications: Notifications,
pub joining_project_message: ContainedText,
}
#[derive(Clone, Deserialize, Default)]