Matheus Santos

Results 18 comments of 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 ![image](https://user-images.githubusercontent.com/42742621/72300990-2be00880-3644-11ea-8da0-62fe4d80d51e.png) after changes ![image](https://user-images.githubusercontent.com/42742621/72300997-35697080-3644-11ea-914d-c4558340c970.png)

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...

Hi, @martinandersen3d. Today I migrated from momentjs to Luxonjs, and I got a significant improvement in the bundle size. ![image](https://user-images.githubusercontent.com/42742621/72396332-1d185500-371b-11ea-903f-2fbc17541f97.png) However, it still warning about the bundle size. I'll try...