thiagoralves / OpenPLC_Editor

OpenPLC Editor - IDE capable of creating programs for the OpenPLC Runtime
GNU General Public License v2.0
385 stars 191 forks source link

Add success and error message dialogs, and implement threading for save changes #116

Open duyle1402 opened 2 weeks ago

duyle1402 commented 2 weeks ago

Hi Thiago,

Thank you for creating awesome things. When I use OpenPLC Editor to program with my ESP32 board, I noticed that when I press the "Save Changes" and "Restore Default" buttons, I don't know if the actions worked or not. To improve user experience and provide clear feedback, I have added the following enhancements:

1.Success and Error Message Dialogs:

These changes enhance the usability of the application by providing clear and immediate feedback to users. You can accept this pull request or not, or you can consider an alternative implementation in the future.