adamchainz / django-browser-reload

Automatically reload your browser in development.
MIT License
507 stars 26 forks source link

Support to disable/enable browser reload #262

Open TheRealVizard opened 4 months ago

TheRealVizard commented 4 months ago

There are some cases where a change on the project files doesn't have to refresh the current browser page. This PR aims to add the ability to disable/enable the reload easily on the same browser.

To achieve that this PR adds a small container: image Which the user can move around:

https://github.com/adamchainz/django-browser-reload/assets/75857767/ed261994-d6fc-4d88-ba13-636d3a6c3c40

And which the user can click to disable the browser reload: image Or enable it: image