-
Notifications
You must be signed in to change notification settings - Fork 106
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
Always reload full executor container #2142
Conversation
3349947
to
fd17a75
Compare
724645c
to
4081fb2
Compare
4081fb2
to
0060439
Compare
6e929c2
to
65f779d
Compare
65f779d
to
a1bbbd4
Compare
c19ea3b
to
85d1362
Compare
92d04b5
to
894a626
Compare
894a626
to
a19ec6e
Compare
4a51658
to
06ef900
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm a bit left behind of late progress of ATK and UI in particular so hard to say if all is good here, but on first glance looks OK.
Only thing I would like to add here (or later in some future PR) is as you already said - in the future, it should be solved by a loader added to the triggering element (like button), the triggering element should be probably also disabled until the action is complete
This is quite essential to have especially in cases if modal is slow to load and it should be restricted to call it multiple times in parallel.
fix #1928
also improve performance as analysed in #1976 (comment)
the only known negative is no loader before modal/panel is shown, this is expected and in the future, it should be solved by a loader added to the triggering element (like button), the triggering element should be probably also disabled until the action is complete