ausocean / cloud

GNU General Public License v3.0
1 stars 1 forks source link

bench: broadcast page shouldn't resubmit form on reload. #104

Open trekhopton opened 3 weeks ago

trekhopton commented 3 weeks ago

When a form is submitted, it's generally good practice to either go to another URL, or clear the form and display a success message. We should implement one of these options on the broadcast page.

I propose we initially have the broadcast config displayed as a view only UI with labels, then when a user clicks "edit" it loads admin/broadcast/edit and turns the config labels into config form inputs and they can be edited. A user can then either click "save" which submits the new config and loads admin/broadcast, or cancel, which takes them back to admin/broadcast without saving.

scruzin commented 5 days ago

Is this fixed @trekhopton

trekhopton commented 1 day ago

No, it's not although it's more of a desirable change than a bug, not very high priority.