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

feat(Client): improve chat and widget tree #33

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

poirierlouis
Copy link
Collaborator

@poirierlouis poirierlouis commented Nov 28, 2024

Trim text of chat

Implemented:

  • add helpers for UTF8 string.
  • trim text of user's input before testing emptiness/sending message to the chat.
  • use 4 spaces of project instead of 2 spaces in Logger.reds.

From hello world to hello world.

Reparent widgets in multiplayer_ui.inkwidget

Implemented:

  • set missing parent field not defined on some widgets.

Note: RHT still logs errors meaning some widgets are still missing a parent in .inkwidget.

Use 4 spaces of project instead of 2 spaces.
Add utilities for UTF8 string.
Trim text of user's input before testing emptiness/sending message to the chat.
@poirierlouis poirierlouis added enhancement New feature or request client labels Nov 28, 2024
@poirierlouis poirierlouis self-assigned this Nov 28, 2024
Define missing parent field in LibraryItem widgets of 'multiplayer_ui.inkwidget'.
Looks like some widgets are still not yet correctly parented (RHT still logs errors).
@poirierlouis poirierlouis changed the title feat(Client): trim text of chat feat(Client): improve chat and widget tree Nov 28, 2024
@poirierlouis poirierlouis marked this pull request as draft November 29, 2024 16:52
@poirierlouis
Copy link
Collaborator Author

Currently adding a file validation for inkwidget in WKit to automatically validate and fix widgets relationship...
I'll update this PR after running the script successfully and with RHT not logging errors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant