AngularUI: Fix does not increase the number of unread messages after sending for chat icon #14561
Resolves #14418
PLEASE READ
With this PR it works ok on dark & semi-dark theme but white theme works incorrect
There are 2 bug here
- In white theme, count label's color is white (Check the picture below) probably it's about bootstrap version, maybe I can ask to @armgnunlu ?
- When the user sent message, receiver's message count label does not updating (I fixed this problem, we need to talk about first item)
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- I've assigned reviewer, related labels and set a milestone for this PR
How to test it?
- Go to vs-internal/commercial-abp-io
- Run backend & angular project
- Open 2 browser (2nd browser must be different or incognito)
- login with different users (users must have chat module permission)
- start chat with each other
Expectation
It must increase count on chat icon when other user sent message