-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Element Tree] Loading indicator #722
Comments
The loading indicator for folders and the initial loading is solved via: #746 But we should also discuss how to deal with the different context menu actions. @markus-moser @idaiv - Any ideas on this? I guess we need to take a deeper look at all the different behaviors from the context menu actions? |
@vin0401 I think we have something similar in the classic bundle: In my opinion the new approach should be similiar to this - WDYT? |
Hi @markus-moser and @vin0401!
I would say if the loading indicator in this case is for the whole folder, what we can do to identify the element which deletion is in progress could be to blur it. That way it will have some color separation and blurred or lighter font in general communicates not available/ disabled/ etc. This is great to give a hint for the user initially. We can think of exchanging the element icon with the loading (https://ant.design/components/tree#tree-demo-dynamic) + blur to transparently show that this is not a permanent state but something is happening with this file and therefore its blurred as it is disabled right now. WDYT? |
@idaiv Yes, this sounds like a good idea and is a very similar approach to the old UI - for sure we should not style it with the same red strikethrough, the blur sounds like it could work! |
I guess we should do it like in the ant design tree:
https://ant.design/components/tree#tree-demo-dynamic
The text was updated successfully, but these errors were encountered: