Skip to content

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
@mystiker mystiker linked an issue Nov 24, 2024 that may be closed by this pull request
@mystiker mystiker changed the base branch from feat/telnet-timing-mark to develop July 6, 2025 14:28
Copy link
Contributor

@myonara myonara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok to porceed.

@mystiker mystiker merged commit 56b6f70 into develop Jul 6, 2025
1 check 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.

Remove Automatic Lowercasing for Two-Character Input in Frontend

3 participants