-
Notifications
You must be signed in to change notification settings - Fork 58
Improved whisper menu #227
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
base: master
Are you sure you want to change the base?
Conversation
11k
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd like to finally take a look at this. 😅 Would you mind merging in master and fixing any merge conflicts?
|
For some reason the prettier commit didn't merge when I merged the master branch in. |
11k
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would you mind fixing the merge conflicts, and humanizing the date next to each conversation (e.g., "a month ago")? You can give the date a title so that it displays a local time in a localized format on hover.
Rework CSS to (loosely) follow BEM guidelines for better readability and to reduce nesting. Simplify CSS by removing unneeded rules and using logical margin and padding properties. Simplify conversation markup by relying on flexbox to correctly position right-aligned elements. Convert online/offline indicator from a pseudo-element to a standard element because the latter is more appropriate. Render the timestamp of conversations as a `time` element because it's semantically correct. Fix layout issue that occurs between username, unread, and time elements when chat font scaling is increased.
Show all your whispers and indicate if the user is online