diff --git a/README.md b/README.md index a3213e79..886c3629 100644 --- a/README.md +++ b/README.md @@ -25,30 +25,29 @@ Here are some screenshots of the interface: * View list of existings chats (up-posting) with infinite scrolling * View messages history for each chat/group (bottom-posting) with infinite scrolling * View brief profile info +* Create new group * View/edit group info -* View/edit members list +* View/edit group participants * View media in messages: photo, video * Download documents from messages * Emoji display in all browsers (Chrome, non-OSX ones) -* Emoji keyboard +* Emoji keyboard, recent emojis * Send plain-text messages to user or group * Send files (photos or documents) via attach icon or drag'n'drop * Desktop notifications -* Create new group -* Edit group participants * Settings * Edit profile/userpic -* Contacts +* Contacts view, search +* Contacts add/edit * Edit, delete, forward messsages ### Unsupported at the moment * Registration -* Contacts add/edit * Secret chats * Search messages -* a lot more... +* ... ## Technical details diff --git a/app/css/app.css b/app/css/app.css index 9471d12c..fa431469 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -2897,8 +2897,10 @@ a.contacts_modal_contact:hover .contacts_modal_contact_status { .im_message_selected .im_message_date, .im_message_selected .im_message_fwd_header, .im_history_selectable .im_message_outer_wrap:hover .im_message_date, -.im_history_selectable .im_message_outer_wrap:hover .im_message_fwd_header { - color: #91a6ba; +.im_history_selectable .im_message_outer_wrap:hover .im_message_fwd_header, +.im_message_selected .im_message_document_size, +.im_history_selectable .im_message_outer_wrap:hover .im_message_document_size { + color: #68839c; } .im_message_wrap { diff --git a/app/img/screenshot1.png b/app/img/screenshot1.png index 3b39b51a..a35d4f3b 100644 Binary files a/app/img/screenshot1.png and b/app/img/screenshot1.png differ diff --git a/app/img/screenshot1_tile.png b/app/img/screenshot1_tile.png index 156d2d70..24346517 100644 Binary files a/app/img/screenshot1_tile.png and b/app/img/screenshot1_tile.png differ