Matheus Santos
Matheus Santos
Hi, @antirek! That's a nice feature to implement. I'll implement it as soon as possible. Feel free to implement this feature if you prefer. Thanks!
Hi, @vonec ! I still accepting PRs. You are right, It's better to be just a reference to a previous message. But I guess we need to show part of...
Hi, @vonec! I'll test it this weekend. Sorry for the late response. Github didn't notify me.
Hi, @vonec. I added some comments to your code I think It would be better to handle the files on the same code we handle images. This way, we could...
The bundle size is a problem. I don't know if the unique reason is moment.js, and I do not have much experience at reducing bundle size of packages. However, if...
Thanks, @martinandersen3d. I will apply these changes as soon as possible.
Today I changed the icon package from vue-icon to vue-material-design-icons (the same suggested before), and I got a small improvement on the bundle size. Initial size  after changes 
The bundle size still large. I guess the problem is with some js lib since the dist/vue-quick-chat.commom.js has 709.27 KiB, and the recommended limit size is 244 KiB. The next...
Thanks, I'll use these tools.
Hi, @martinandersen3d. Today I migrated from momentjs to Luxonjs, and I got a significant improvement in the bundle size.  However, it still warning about the bundle size. I'll try...