show topbar in more situations
This commit is contained in:
parent
af911f211c
commit
482f339da2
@ -50,6 +50,8 @@ Alpine.start()
|
|||||||
topbar.config({ barThickness: 1, barColors: { 0: '#fff' }, shadowColor: 'rgba(0, 0, 0, .3)' })
|
topbar.config({ barThickness: 1, barColors: { 0: '#fff' }, shadowColor: 'rgba(0, 0, 0, .3)' })
|
||||||
window.addEventListener('phx:page-loading-start', info => topbar.show())
|
window.addEventListener('phx:page-loading-start', info => topbar.show())
|
||||||
window.addEventListener('phx:page-loading-stop', info => topbar.hide())
|
window.addEventListener('phx:page-loading-stop', info => topbar.hide())
|
||||||
|
window.addEventListener('submit', info => topbar.show())
|
||||||
|
window.addEventListener('beforeunload', info => topbar.show())
|
||||||
|
|
||||||
// connect if there are any LiveViews on the page
|
// connect if there are any LiveViews on the page
|
||||||
liveSocket.connect()
|
liveSocket.connect()
|
||||||
|
Loading…
Reference in New Issue
Block a user