Run formatter

This commit is contained in:
Jonatan Kłosko 2021-04-20 19:29:12 +02:00
parent b6d878efe4
commit 6b5de9eda5

View file

@ -39,7 +39,10 @@ const liveSocket = new LiveSocket("/live", Socket, {
});
// Show progress bar on live navigation and form submits
topbar.config({ barColors: { 0: "#b2c1ff" }, shadowColor: "rgba(0, 0, 0, .3)" });
topbar.config({
barColors: { 0: "#b2c1ff" },
shadowColor: "rgba(0, 0, 0, .3)",
});
window.addEventListener("phx:page-loading-start", () => topbar.show());
window.addEventListener("phx:page-loading-stop", () => topbar.hide());