segler-alex / radiobrowser-api-rust

radio-browser API implementation in rust
GNU Affero General Public License v3.0
227 stars 97 forks source link

Feature request: when adding new stations, ask for confirmation before saving #156

Closed rewrib closed 10 months ago

rewrib commented 2 years ago

When adding new stations, when you press enter, you automatically create a new station, regardless whether you were finished with creating the entry or not. This causes incomplete entries, which under the current edit-block damages the radiobrowser project permanently.

A possible solution would be asking the user, whether they are sure, that they want to create this entry in its current state or not, before saving.

Alternatively the automatic saving feature, when pressing enter should be removed.