phoenix_live_reload icon indicating copy to clipboard operation
phoenix_live_reload copied to clipboard

Provides live-reload functionality for Phoenix

Results 14 phoenix_live_reload issues
Sort by recently updated
recently updated
newest added

I know that this most likely not be planned but there are repeated bugs and support requests related to that issue. https://github.com/elixir-lsp/elixir-ls/issues/797 https://github.com/elixir-lsp/elixir-ls/issues/798 There are 2 problems when phoenix is...

Repository with minimal changes to reproduce the issue https://github.com/waranlogesh/reload_bug ### Steps to reproduce the issue - Edit any text from the [live view](https://github.com/waranlogesh/reload_bug/blob/main/lib/reload_bug_web/live/thermostat_live.ex#L8). The live reload, hot reloads and works...

I’ve been using the heex-jump feature for a couple days now - super handy. I found that the phoenix configuration was pretty simple. But I burned a bunch of time...

The ability to hold down "c" or "d" and click somewhere on your website to open up the source file in your editor is really cool. However I had to...