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

Various visualization fixes #151

Merged
merged 5 commits into from
Nov 22, 2024
Merged

Various visualization fixes #151

merged 5 commits into from
Nov 22, 2024

Conversation

hannesbraun
Copy link
Collaborator

For the lines/arrows, I switched to the LinkerLine library. It's an extension of the original LeaderLine library (which is seemingly no longer maintained). It isn't really widely used but I think it should serve the purpose for us (placing the lines inside of the visualization div).
Resolves #142

The error handling is now also improved. Previously, return steps (originating from throwing the exception) were also displayed. This is no longer the case.
Resolves #144

This allows us to place the arrows inside of the visualization div
instead of the body element. The arrows won't overlap any longer with
the UI controls at the bottom. Also, the position of the arrows does not
need to be updated any longer on every scroll event.
@skogsbaer skogsbaer merged commit c4f0cbe into master Nov 22, 2024
6 checks passed
@hannesbraun hannesbraun deleted the progflow-fixes branch November 22, 2024 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Visualization does not handle errors properly Arrows and scrolling do not work
2 participants