Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Audible Bell on Live/Hot Reload #5423

Open
oxbqkwwxfrqccwtg opened this issue Mar 2, 2025 · 2 comments
Open

Audible Bell on Live/Hot Reload #5423

oxbqkwwxfrqccwtg opened this issue Mar 2, 2025 · 2 comments

Comments

@oxbqkwwxfrqccwtg
Copy link

Feature Proposal

An optional audible bell, either in Terminal, or browser, when live/hot -reload is triggered. In-browser preferred as it's the last part of the live/hot reload daisy-chain and therefore would give more contextual information about the operation of hot/live reloading.

Feature Use Case

I'll be using "HTML theming" to describe the application of stylesheets, scripts and other resources to HTML documents.

When IT-professionals with differing specializations collaborate together on HTML document theming, their workflows and requirements towards a build/development environment may differ. Many tools concerned with HTML theming are optimized for a multi-monitor setup and graphical IDEs. I don't see why that should become canon.

Of course, it is advisable to use a multi-monitor setup for certain tasks, such as where CSS media queries become relevant during development, but that's a small fraction of the overall development work.

In order to verify that live/hot reload has been triggered, you currently need to check the logs of the webpack serve terminal command output and you need to see a browser window indicating a reload in order to verify that a watched file actually triggered a change, and is applied to the served HTML document. Without a multi-monitor setup, this becomes very tedious for no reason, since I need to take the extra window-switching into account, as terminal and browser window are not side-by-side, when verifying the logs have changed and browser window reloaded.

@alexander-akait
Copy link
Member

This is the first time in so many years of programming that I hear such a request for improvement, PR welcome

@oxbqkwwxfrqccwtg
Copy link
Author

Allright. I'll conceptualize an implementation in the next couple of weeks, will update this issue then, before creating a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants