Skip to content

Commit

Permalink
Show loading message when loading results
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Nov 15, 2024
1 parent 8e0e639 commit 1f7cba2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/aiidalab_qe/common/panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -328,6 +328,7 @@ def render(self):
raise NotImplementedError()

def _on_load_results_click(self, _):
self.children = [self.loading_message]
self.render()

def _on_monitor_counter_change(self, _):
Expand Down

0 comments on commit 1f7cba2

Please sign in to comment.