AntonioMrtz / SpotifyElectron

Spotify Electron is a cross-platform music streaming desktop app made with Electron-React frontend and Python-FastAPI-AWS Backend. The goal is to reproduce the original Spotify functionality while adding new ones like uploading songs.
https://antoniomrtz.github.io/SpotifyElectron_Web/
Other
34 stars 9 forks source link

Replace user verified photo from url to an actual asset of the project #152

Open AntonioMrtz opened 2 weeks ago

AntonioMrtz commented 2 weeks ago

Description

Verified icon for users is extracted from an URL instead of having the asset locally on the project. The goal is to download the image, put it into frontend assets and replace it in the code.

Context

How to do it

image

In line 251 of file UserProfile.tsx replace the photo URL with the asset downloaded from the same URL.

Testing

Start both frontend and backend and check if the verified photo looks the same as before

AntonioMrtz commented 2 weeks ago

Remove verified users icon from link to actual image