Update the result iteration to use the all() method, addressing the "ActionNotCallable" error encountered in the Experimenter's Dashboard. Enhance the user interface by replacing session and participant containers with dialog elements, improving the display of results, and adding a count of results in the preview button.
Update the result iteration to use the
all()
method, addressing the "ActionNotCallable" error encountered in the Experimenter's Dashboard. Enhance the user interface by replacing session and participant containers with dialog elements, improving the display of results, and adding a count of results in the preview button.Fixes #1345