laravel-vue3-spa-starter icon indicating copy to clipboard operation
laravel-vue3-spa-starter copied to clipboard

add profile photo other fixes

Open delebash opened this issue 2 years ago • 6 comments
trafficstars

added profile photo edit for photos uploads spatie media set to single file collection added search to blog page code cleanup

delebash avatar Oct 04 '23 19:10 delebash

@irabbi360 regarding the profile photo, I am not sure of the best way to update the admin nav bar when you upload or change your profile photo. For now, once you upload a photo you can refresh the page or logout login. I know you can reload a component in vue but I thought since you are better at programming you might know of an easy way. TY. Cheers!

delebash avatar Oct 04 '23 19:10 delebash

I did not notice you made some changes after the initial merge. So this new commit does not have your code changes, also I did make some changes on the photos instead of returning two image urls one for resize and original I do the check on the controller and just return one.

delebash avatar Oct 04 '23 23:10 delebash

The only other thing I think might be good would to make the Blog card size smaller. I will wait until you merge any of my new commits and then I will merge my repo for a fresh start. TY again for the help and this project.

delebash avatar Oct 04 '23 23:10 delebash

Please fix the conflict.

irabbi360 avatar Oct 05 '23 02:10 irabbi360

Where & how can we view the uploaded profile images?

irabbi360 avatar Oct 08 '23 17:10 irabbi360

When you upload a profile photo you will see it next to your name. Is this what you are asking? The profile images are uploaded just like the other images to the storage/app folder

delebash avatar Oct 09 '23 01:10 delebash