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

[UI] fix scrolling on configuration screen, feature descriptions on configuration screen, add autoscroll + toggle to visualization #216

Merged
merged 7 commits into from
Jan 21, 2025

Conversation

luca-dot-sh
Copy link
Contributor

@luca-dot-sh luca-dot-sh commented Jan 17, 2025

This PR adds:

  • fixed scrolling on configuration screen
  • fixed visualization disappearing after process ends
  • fixed missing error screen if backend doesn't connect
  • descriptions to configuration screen
  • autoscroll to event list visualization + a toggle to disable or enable it
  • seperation of composables that were previously in ConfigurationScreen
  • use of immutable collections in composables where possible (why)

Configuration Screen:
image

Visualization with autoscroll toggle:
image

Closes: #204
Closes: #205

@luca-dot-sh luca-dot-sh requested a review from fhilgers January 17, 2025 00:10
@luca-dot-sh luca-dot-sh force-pushed the add_description_to_features branch from 96b97a3 to 718cffd Compare January 19, 2025 01:37
@luca-dot-sh luca-dot-sh changed the base branch from main to dev January 19, 2025 01:38
@fhilgers fhilgers merged commit 925e0fe into dev Jan 21, 2025
6 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bugfix - Scrolling functionality in the UI bugfix - Vizualisation Disappearing
2 participants