This repository has been archived by the owner on Jan 22, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now can send stickers and embed files(images, yet). New look of text …
…messages. Alpha 0.7.4
- Loading branch information
Pavlo Litovka
committed
Dec 25, 2020
1 parent
3394956
commit fb29e48
Showing
12 changed files
with
366 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,6 +65,10 @@ | |
{ | ||
color: #657dc9; | ||
} | ||
#msg_name | ||
{ | ||
color: #657dc9; | ||
} | ||
#nickname | ||
{ | ||
color: rgba(101, 124, 201, 0.85); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
fb29e48
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.
Сегодня добавил возможность передавать стикеры и изображения с компьютера. С файлами осталось реализовать лишь на серверной стороне. Хотел сделать так чтобы диалоговое окно видило лишь файлы определенного формата, но не получилось, эту проблему подробнее описал тут,буду благодарен, если кто-то сможет помочь. Также при отображении передаваемых картинок с компьютера, если изображение слишком много весит (пробовал на изображениях 1мб и 100мб), то чат начинает очень-очень сильно тормозить, надо будет придумать алгоритм сжатия изображений для удобной передачи, также эту проблему описал тут.