personafm / persona.fm

Discover your Last.fm music persona with Persona.fm
https://personafm.com
GNU General Public License v3.0
8 stars 9 forks source link

add loading spinner to home page (application/app/home/page.tsx) that displays until the previous personas list loads #220

Closed raspberri05 closed 3 weeks ago

raspberri05 commented 3 weeks ago

Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. A spinning spinner gives user feedback that something is happening on the page while its works on retrieving the previous personas

Describe the solution you'd like A clear and concise description of what you want to happen. Use the spinner component that has already been made and add it to the home page, it should only should while the application is working on fetching the previous persona data

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered. n/a

Additional context This is the current loading component file we have: https://github.com/raspberri05/persona.fm/blob/main/application/app/components/atoms/loading.tsx