feat: add a loading indicator when creating, deleting, or switching workspaces. (#5067)

This commit is contained in:
Lucas.Xu 2024-04-07 23:06:33 +08:00 committed by GitHub
parent 3e32fac876
commit 9536cde789
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 241 additions and 108 deletions

View file

@ -145,7 +145,7 @@ class DocumentPluginWidgetBuilder extends PluginWidgetBuilder
? [
DocumentCollaborators(
key: ValueKey('collaborators_${view.id}'),
width: 100,
width: 150,
height: 32,
view: view,
),