Polish GeoIntel workbench and harden Tower deploy
This commit is contained in:
@@ -98,7 +98,9 @@ export function LandingPage({
|
||||
setMenuOpen(false)
|
||||
setPendingAction('guest')
|
||||
setAuthError(null)
|
||||
accessPanelRef.current?.scrollIntoView({ behavior: 'smooth', block: 'center' })
|
||||
if (typeof accessPanelRef.current?.scrollIntoView === 'function') {
|
||||
accessPanelRef.current.scrollIntoView({ behavior: 'smooth', block: 'center' })
|
||||
}
|
||||
try {
|
||||
const session = await loginAsGuest()
|
||||
onAuthenticated(session)
|
||||
@@ -111,7 +113,9 @@ export function LandingPage({
|
||||
|
||||
const focusLogin = () => {
|
||||
setMenuOpen(false)
|
||||
accessPanelRef.current?.scrollIntoView({ behavior: 'smooth', block: 'center' })
|
||||
if (typeof accessPanelRef.current?.scrollIntoView === 'function') {
|
||||
accessPanelRef.current.scrollIntoView({ behavior: 'smooth', block: 'center' })
|
||||
}
|
||||
window.requestAnimationFrame(() => usernameRef.current?.focus())
|
||||
}
|
||||
|
||||
@@ -124,7 +128,6 @@ export function LandingPage({
|
||||
<GeoIntelMark className="landing-brand-mark" />
|
||||
<span className="landing-brand-copy">
|
||||
<strong>GeoIntel</strong>
|
||||
<small>Atlas Workbench</small>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
@@ -374,7 +377,7 @@ export function LandingPage({
|
||||
<footer className="landing-footer">
|
||||
<div className="landing-footer-brand">
|
||||
<GeoIntelMark className="landing-footer-mark" />
|
||||
<div><strong>GeoIntel Atlas Workbench</strong><p>Operationele GIS-analyse voor België en de Belgische Noordzee.</p></div>
|
||||
<div><strong>GeoIntel</strong><p>Operationele GIS-analyse voor België en de Belgische Noordzee.</p></div>
|
||||
</div>
|
||||
<div className="landing-footer-ownership">
|
||||
<ItWorxSignature />
|
||||
|
||||
Reference in New Issue
Block a user