Prelang / feedback

8 stars 0 forks source link

Keep browser changes after updation #19

Open rush-skills opened 9 years ago

rush-skills commented 9 years ago

While creating our models in the builder, everytime we type the name of the attribute in the model, it is saved and a message is shown stating changes were saved. This however deletes any of the other progress done in the time that message came.(i.e., due to slow net or slow server, you have to wait for the changes to be saved everytime before you can continue working) making it really slow process.

A simple fix can be to just display the message and not refresh the page on change, and only do so in case of failure.