AntonioMrtz / SpotifyElectron

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

Disable upload button song and playlist if required fields not filled #234

Closed AntonioMrtz closed 1 week ago

AntonioMrtz commented 1 month ago

Description

Disable upload button song and playlist if required fields not filled. Add some kind of visual marker to distinguish required fields from optional ones. Something like (*) can be used.

Context

Necessary context for understanding the new feature

How to do it

Optional fields are:

Playlist

Song

image

image

Testing

AntonioMrtz commented 1 month ago

Disable button for upload song / playlist if form is not fully completed