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

[issue-2610] implement client-side override of nick color #2611

Conversation

mitchnull
Copy link
Contributor

@mitchnull mitchnull commented Dec 31, 2020

Implement issue #2610

  • allow changing the nick color by clicking the dispay-name in the room
    member details page.

  • the ovirride-color can be specified as a hex string (#rrggbb)

  • entering an invalid color code or leaving the field blank reverts to
    the default hash-based nick color

  • future improvements:

    • replace the text-based color entry with a proper color picker dialog
    • sync the setting server side so it can be reused by other clients
      (although this can cause problems if different themes are used on
      the clients)
    • make the feature more discoverable

Signed-off-by: Radics Péter [email protected]

Pull Request Checklist

  • Changes has been tested on an Android device or Android emulator with API 21
  • UI change has been tested on both light and dark themes
  • Pull request is based on the develop branch
  • Pull request updates CHANGES.md
  • Pull request includes screenshots or videos if containing UI changes
  • Pull request includes a sign off

- allow changing the nick color by clicking the dispay-name in the room
  member details page.
- the ovirride-color can be specified as a hex string (#rrggbb)
- entering an invalid color code or leaving the field blank reverts to
  the default hash-based nick color

- future improvements:
  - replace the text-based color entry with a proper color picker dialog
  - sync the setting server side so it can be reused by other clients
    (although this can cause problems if different themes are used on
    the clients)
  - make the feature more discoverable
@mitchnull
Copy link
Contributor Author

Screenshot_20210101-003601_Element-override-color

@mitchnull
Copy link
Contributor Author

Created a better PR: #2614

@mitchnull mitchnull closed this Jan 3, 2021
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.

1 participant