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

Implemented Split Screen in the Frontend #121

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

mystiker
Copy link
Collaborator

@mystiker mystiker commented Aug 13, 2024

Separates the current MUD-Output in to different panels:

  • The top panel can be freely scrolled. New input or output will not scroll.
  • The bottom panel is fixed to the last messages. New input or output will scroll to the bottom.

You can adjust the panels by grabbing the "line" that separates them.
You can (de-)activate this behavior by clicking on the SPLIT button next to the input. Leaving this mode will result in the usual One-Output-Mode.

Remarks: This needs to be tested and adjusted to mobile screens.

Please note: This is currently achieved by clicking the SPLIT button right next to the input. I would really like to integrate this via scrolling only but it appears to be very difficult. Any ideas to overcome this UX issue is welcome.

Fixes #33

@mystiker mystiker self-assigned this Aug 13, 2024
@mystiker
Copy link
Collaborator Author

mystiker commented Aug 13, 2024

Please provide feedback but notice:
This PR needs a revisit by me. Do not merge.

@mystiker mystiker changed the title Feat/split screen Implemented Split Screen in the Frontend Nov 24, 2024
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.

splitscreen /
1 participant