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(Launcher): improve UX #29

Merged
merged 3 commits into from
Nov 28, 2024
Merged

Conversation

poirierlouis
Copy link
Collaborator

Implemented:

  • show smaller rows
  • rename column 'Player Count' to 'Players'
  • show message when filter yield no results.
  • show message when no servers are online.
  • improve maintainability.
  • use fixed width for players, ip, version and favorite columns.
  • fill the remaining space with name and tags columns.
  • remove redundant DOM elements and width attributes in ServerRow.

Preview:
2024-11-26_cmp_launcher_ux

@poirierlouis poirierlouis self-assigned this Nov 26, 2024
@poirierlouis poirierlouis added enhancement New feature or request launcher labels Nov 26, 2024
- show smaller rows
- rename column 'Player Count' to 'Players'
- use fixed width for players, ip, version and favorite columns.
- fill the remaining space with name and tags columns.
- remove redundant DOM elements and width attributes in ServerRow.
- show message when filter yield no results.
- show message when no servers are online.
- improve maintainability.
@maximegmd
Copy link
Member

We could remove the address field all together. I don't see a reason to show it to users.

@poirierlouis
Copy link
Collaborator Author

We could remove the address field all together. I don't see a reason to show it to users.

I think it is better, and still important, to show the address of the server. At least for a user to make sure the address is the expected one. No?

@maximegmd
Copy link
Member

Hmm maybe, I am not sure how other games do it

@poirierlouis
Copy link
Collaborator Author

Maybe we can keep it for now, but remove it when Discord auth is implemented? As I guess, it will be enough for the user to identify the server safely.

@maximegmd maximegmd merged commit ae8be46 into tiltedphoques:main Nov 28, 2024
2 checks passed
@poirierlouis poirierlouis deleted the feat/improve-ux branch November 28, 2024 14:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request launcher
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants