mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-06-30 02:33:03 -04:00
feat: add a loading indicator when creating, deleting, or switching workspaces. (#5067)
This commit is contained in:
parent
3e32fac876
commit
9536cde789
25 changed files with 241 additions and 108 deletions
|
@ -145,7 +145,7 @@ class DocumentPluginWidgetBuilder extends PluginWidgetBuilder
|
|||
? [
|
||||
DocumentCollaborators(
|
||||
key: ValueKey('collaborators_${view.id}'),
|
||||
width: 100,
|
||||
width: 150,
|
||||
height: 32,
|
||||
view: view,
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue