Releases: exsandebest/danchat
Releases · exsandebest/danchat
Code improvements
Changes
- Using cookie to keep information about scroll
- All reserved words "var" were replaced with "let" or "const"
- "use strict" mode
- Added dates to messages
- Small optimizations and improvements
Avatars, auto-loading, birthdate
Changes
- Auto-genering avatars for every user
- Auto-loading messages with scroll + loading animation
- Age -> birthdate
- Limit message length - 1000 symbols
- GitHub buttons on footer
- Small changes and improvements
Fetching data
Changes
- XMLHttpRequest -> fetch on all pages
- Beautiful error notifications
- Chat messages about registration a new user
- Removed user login and logout messages
- Minor design changes on the profile, settings and chat pages and in the navbar and footer
- Combine some of the functions related to requests to friends
- General code improvements