This repository has been archived by the owner on May 2, 2024. It is now read-only.
Releases: juliancwirko/s-chat-app
Releases · juliancwirko/s-chat-app
v1.2.0
sessionStorage + unresponded chats indicator in head's title
- now the chat history preserves after website refresh or changing routes, it will create new session only when you close and reopen your website
- there is small indicator in the tab's title which will tell you how many chats waits for respond. It will change in real time like on Facebook
v1.1.0
Online indicator
- added online indicator - little green/red dot next to the chat box main title
- to update you need to replace
s-chat-support.css
ands-chat-support.js
files. For Meteor package you just need to update it. - you'll find documents with changes in code (code git diff) in the package with static files
v1.0.0
Initial release.