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

src: replace message age in chats with username #298

Merged
merged 2 commits into from
Apr 3, 2023

Conversation

faradaym
Copy link
Collaborator

Replaces the message age in global and private chat with a username stored in the client's sessionStorage, which is cleared on closing of the tab/window. Adds a prompt before global chat for entering a username.

Known issues:

  • Opening an existing private chat history when the username has
    not been set in this tab sets the username to null
  • Chat prompt inputs are not being enforced as required

Is this a patch, a minor version change, or a major version change
patch

Replaces the message age in global and private chats with a username
stored in the client's `sessionStorage`, which is cleared on closing of the
tab/window. Adds a prompt before global chat for entering a username.

Signed-off-by: faradaym <rcheyenne.truss@gmail.com>
Signed-off-by: faradaym <rcheyenne.truss@gmail.com>
@TimoWielink
Copy link
Collaborator

Looks good to me! Can you change the version number to reflect this update?

@TimoWielink
Copy link
Collaborator

@tqrahman @knouse1344 Maybe we can test with some ducks and then merge

Copy link
Collaborator

@knouse1344 knouse1344 left a comment

Choose a reason for hiding this comment

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

Looks good to me as well.

@knouse1344 knouse1344 merged commit dc8f1da into ClusterDuck-Protocol:master Apr 3, 2023
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.

None yet

3 participants