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

Remove Lowercase Input Manipulation #140

Open
wants to merge 2 commits into
base: feat/telnet-timing-mark
Choose a base branch
from

Conversation

mystiker
Copy link
Collaborator

This PR removes the logic in the frontend that automatically converted two-character inputs to lowercase. The MUD backend now handles lowercasing where applicable, making this frontend behavior redundant.

Changes

  • Deleted the code responsible for automatic lowercasing of two-character inputs in the frontend.
  • Verified that the frontend no longer modifies input case automatically.
  • Confirmed compatibility with the MUD backend's new handling of lowercasing.

Fixes #139

@mystiker mystiker changed the title Fix/lowercase Remove Lowercase Input Manipulation Nov 24, 2024
@mystiker mystiker self-assigned this 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.

Remove Automatic Lowercasing for Two-Character Input in Frontend
1 participant