diff --git a/assets/js/app.js b/assets/js/app.js index eae42b5..a311dc6 100644 --- a/assets/js/app.js +++ b/assets/js/app.js @@ -296,7 +296,7 @@ let routeUpdated = () => { // Show progress bar on live navigation and form submits topbar.config({barColors: {0: "rgba(147, 51, 234, 1)"}, shadowColor: "rgba(0, 0, 0, .3)"}) -window.addEventListener("phx:page-loading-start", info => topbar.delayedShow(200)) +window.addEventListener("phx:page-loading-start", info => topbar.delayedShow(350)) window.addEventListener("phx:page-loading-stop", info => topbar.hide()) // Accessible routing diff --git a/lib/live_beats_web/live/player_live.ex b/lib/live_beats_web/live/player_live.ex index faf67d0..bec4b76 100644 --- a/lib/live_beats_web/live/player_live.ex +++ b/lib/live_beats_web/live/player_live.ex @@ -14,7 +14,7 @@ defmodule LiveBeatsWeb.PlayerLive do