mirror of https://github.com/zulip/zulip.git
c31ab1bcb5
The PR changes the following behaviors and UI: 1. Removes the checkmark button to mark the topic as read in "Recent Topics". 2. Make the unread messages counter be the button for marking all messages in the topic as read. The unread messages counter is made clickable and tooltip is set to "Mark as read". In "recent_topic_row.hbs", remove the checkmark button and add classes and attributes to ".unread_counter" to give it desirable behaviour on clicking. In "zulip.css" set "opacity: 0.7" for ".on_hover_topic_read". In "recent_topics.css" we set the background-color of unread counter to hsl(105, 2%, 50%) to decrease fading of unread counter. Fixes: #21654 |
||
---|---|---|
.. | ||
assets | ||
audio | ||
generated | ||
html | ||
images | ||
js | ||
shared | ||
styles | ||
templates | ||
third | ||
.gitignore |