Skip to content
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

Merged
merged 27 commits into from
Jan 27, 2024
Merged

Always reload full executor container #2142

merged 27 commits into from
Jan 27, 2024

Conversation

mvorisek
Copy link
Member

@mvorisek mvorisek commented Jan 22, 2024

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

@mvorisek mvorisek added the MAJOR label Jan 22, 2024
@mvorisek mvorisek force-pushed the modal_outer_reload branch 2 times, most recently from 3349947 to fd17a75 Compare January 22, 2024 18:37
@mvorisek mvorisek force-pushed the modal_outer_reload branch 3 times, most recently from 724645c to 4081fb2 Compare January 23, 2024 18:29
@mvorisek mvorisek force-pushed the modal_outer_reload branch 2 times, most recently from 6e929c2 to 65f779d Compare January 24, 2024 12:33
@mvorisek mvorisek force-pushed the modal_outer_reload branch 3 times, most recently from 92d04b5 to 894a626 Compare January 24, 2024 16:26
Copy link
Member

@DarkSide666 DarkSide666 left a 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.

@mvorisek mvorisek merged commit ca975df into develop Jan 27, 2024
49 checks passed
@mvorisek mvorisek deleted the modal_outer_reload branch January 27, 2024 10:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modal executor should (re)load whole modal incl. buttons
2 participants