#Just deployed my first personal website using t...

1 messages · Page 1 of 1 (latest)

dreamy havenBOT
#

Thread automatically created, you can use it to discuss about the project!

pine shoal
#

looks nice!

#

suggestion: align the song details to the left rather than at the center

dense nimbus
#

ooo will change that tomorrow, thank you!

also noting this for myself

  • replace img at tab
  • fix current song (displays song played upon deployment)
sacred bison
#

Don't really know the goal of the website so find give any feedback in terms of structure and content.

But I noticed some console messages, which looks to be debug messages are showing up in PROD, may be clear those up? Or you may consider using removeConsole if you do wish to keep the debug messages during DEV.
https://nextjs.org/docs/architecture/nextjs-compiler#remove-console

Next.js Compiler, written in Rust, which transforms and minifies your Next.js application.

pearl charm
#

Nice! I would definitely use a html { overflow-y: scroll } to avoid the flickering when switching to the longer pages

dense nimbus
dense nimbus
#

i greatly appreciate all of yall for giving me input, as a noob ik i have a lot to learn 🫡

pearl charm
dense nimbus
pearl charm
#

And I'm actuallt having the same issue when I am using my CurrentTrack component in my root page

pearl charm
#

Make sure you're not caching your request to Spotify

dense nimbus
pearl charm
#

My issue was something else (not wrapping some server components in Suspense made my front page static I think)

dense nimbus
#

ohh ok, does yours update in real time @pearl charm ?

#

or only when refreshed/revisited

pearl charm
#

Only on refresh

#

However, I implemented a track progress, which does refresh the page when it finishes