show topbar in more situations
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | # v0.8.1 | ||||||
|  | - Update dependencies | ||||||
|  | - Show topbar on form submit/page refresh | ||||||
|  |  | ||||||
| # v0.8.0 | # v0.8.0 | ||||||
| - Add search to catalog, ammo, container, tag and range index pages | - Add search to catalog, ammo, container, tag and range index pages | ||||||
| - Tweak urls for catalog, ammo, containers, tags and shot records | - Tweak urls for catalog, ammo, containers, tags and shot records | ||||||
|   | |||||||
| @@ -48,6 +48,8 @@ Alpine.start() | |||||||
| topbar.config({ barColors: { 0: '#29d' }, shadowColor: 'rgba(0, 0, 0, .3)' }) | topbar.config({ barColors: { 0: '#29d' }, 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() | ||||||
|   | |||||||
							
								
								
									
										2
									
								
								mix.exs
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								mix.exs
									
									
									
									
									
								
							| @@ -4,7 +4,7 @@ defmodule Cannery.MixProject do | |||||||
|   def project do |   def project do | ||||||
|     [ |     [ | ||||||
|       app: :cannery, |       app: :cannery, | ||||||
|       version: "0.8.0", |       version: "0.8.1", | ||||||
|       elixir: "1.14.1", |       elixir: "1.14.1", | ||||||
|       elixirc_paths: elixirc_paths(Mix.env()), |       elixirc_paths: elixirc_paths(Mix.env()), | ||||||
|       compilers: Mix.compilers(), |       compilers: Mix.compilers(), | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user