Update README, style improvements
This commit is contained in:
parent
d6bfb9d7c7
commit
01b91e436e
13
README.md
13
README.md
@ -25,30 +25,29 @@ Here are some screenshots of the interface:
|
|||||||
* View list of existings chats (up-posting) with infinite scrolling
|
* View list of existings chats (up-posting) with infinite scrolling
|
||||||
* View messages history for each chat/group (bottom-posting) with infinite scrolling
|
* View messages history for each chat/group (bottom-posting) with infinite scrolling
|
||||||
* View brief profile info
|
* View brief profile info
|
||||||
|
* Create new group
|
||||||
* View/edit group info
|
* View/edit group info
|
||||||
* View/edit members list
|
* View/edit group participants
|
||||||
* View media in messages: photo, video
|
* View media in messages: photo, video
|
||||||
* Download documents from messages
|
* Download documents from messages
|
||||||
* Emoji display in all browsers (Chrome, non-OSX ones)
|
* Emoji display in all browsers (Chrome, non-OSX ones)
|
||||||
* Emoji keyboard
|
* Emoji keyboard, recent emojis
|
||||||
* Send plain-text messages to user or group
|
* Send plain-text messages to user or group
|
||||||
* Send files (photos or documents) via attach icon or drag'n'drop
|
* Send files (photos or documents) via attach icon or drag'n'drop
|
||||||
* Desktop notifications
|
* Desktop notifications
|
||||||
* Create new group
|
|
||||||
* Edit group participants
|
|
||||||
* Settings
|
* Settings
|
||||||
* Edit profile/userpic
|
* Edit profile/userpic
|
||||||
* Contacts
|
* Contacts view, search
|
||||||
|
* Contacts add/edit
|
||||||
* Edit, delete, forward messsages
|
* Edit, delete, forward messsages
|
||||||
|
|
||||||
|
|
||||||
### Unsupported at the moment
|
### Unsupported at the moment
|
||||||
|
|
||||||
* Registration
|
* Registration
|
||||||
* Contacts add/edit
|
|
||||||
* Secret chats
|
* Secret chats
|
||||||
* Search messages
|
* Search messages
|
||||||
* a lot more...
|
* ...
|
||||||
|
|
||||||
|
|
||||||
## Technical details
|
## Technical details
|
||||||
|
@ -2897,8 +2897,10 @@ a.contacts_modal_contact:hover .contacts_modal_contact_status {
|
|||||||
.im_message_selected .im_message_date,
|
.im_message_selected .im_message_date,
|
||||||
.im_message_selected .im_message_fwd_header,
|
.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_date,
|
||||||
.im_history_selectable .im_message_outer_wrap:hover .im_message_fwd_header {
|
.im_history_selectable .im_message_outer_wrap:hover .im_message_fwd_header,
|
||||||
color: #91a6ba;
|
.im_message_selected .im_message_document_size,
|
||||||
|
.im_history_selectable .im_message_outer_wrap:hover .im_message_document_size {
|
||||||
|
color: #68839c;
|
||||||
}
|
}
|
||||||
|
|
||||||
.im_message_wrap {
|
.im_message_wrap {
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 822 KiB After Width: | Height: | Size: 450 KiB |
Binary file not shown.
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 158 KiB |
Loading…
x
Reference in New Issue
Block a user