You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use fs.watchFile to detect changes to the config file. Update servers and UI in real time without needing to restart the program.
Perhaps show a banner on the main list / refresh button icon at the top. Click to reload from config file. Essentially just restarts the program. Detect changes to config outside of program.
The text was updated successfully, but these errors were encountered:
It would be nice if when I save a file that the browser would auto-refresh.
That couldn't be supported. The file would need to have javascript code thrown into it and keep a socket connection open with the server to know when to refresh. This issue is about the config file for the server settings, to refresh the app settings when the app settings are changed
It would be nice if when I save a file that the browser would auto-refresh.
Thanks for the suggestion! This could be possible, but it would require injecting some additional code into the page, and would only work with .html files. I know that some JavaScript frameworks take this approach already, and it would certainly be handy to have the page update whenever you make a change. We'll consider adding this as an optional feature in a future release.
I went ahead and parked the idea in issue #106. Let us know if you have any additional ideas or suggestions!
Use
fs.watchFile
to detect changes to the config file. Update servers and UI in real time without needing to restart the program.Perhaps show a banner on the main list / refresh button icon at the top. Click to reload from config file. Essentially just restarts the program. Detect changes to config outside of program.
The text was updated successfully, but these errors were encountered: