reduce delay time when navigating between pages
This commit is contained in:
parent
f6247d0b91
commit
3a8a546866
@ -1,5 +1,5 @@
|
|||||||
{{> header}}
|
{{> header}}
|
||||||
<div class="login-signup-message" hx-get="/" hx-trigger="load delay:2s" hx-target="body" hx-push-url="/">
|
<div class="login-signup-message" hx-get="/" hx-trigger="load delay:1s" hx-target="body" hx-push-url="/">
|
||||||
<h1>
|
<h1>
|
||||||
Logged out. Redirecting to homepage...
|
Logged out. Redirecting to homepage...
|
||||||
</h1>
|
</h1>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
<div class="login-signup-message" hx-get="/" hx-trigger="load delay:2s" hx-target="body" hx-push-url="/">
|
<div class="login-signup-message" hx-get="/" hx-trigger="load delay:1s" hx-target="body" hx-push-url="/">
|
||||||
<h1>
|
<h1>
|
||||||
Welcome. Redirecting to homepage...
|
Welcome. Redirecting to homepage...
|
||||||
</h1>
|
</h1>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{{> header}}
|
{{> header}}
|
||||||
<section id="reset-password-token" class="section-container verify-page">
|
<section id="reset-password-token" class="section-container verify-page">
|
||||||
{{#if token_verified}}
|
{{#if token_verified}}
|
||||||
<h2 hx-get="/settings" hx-trigger="load delay:2s" hx-target="body" hx-push-url="/settings">
|
<h2 hx-get="/settings" hx-trigger="load delay:1s" hx-target="body" hx-push-url="/settings">
|
||||||
Welcome back. Change your password from the settings page. Redirecting...
|
Welcome back. Change your password from the settings page. Redirecting...
|
||||||
</h2>
|
</h2>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{{> header}}
|
{{> header}}
|
||||||
<section id="verify" class="section-container verify-page">
|
<section id="verify" class="section-container verify-page">
|
||||||
{{#if token_verified}}
|
{{#if token_verified}}
|
||||||
<h2 hx-get="/" hx-trigger="load delay:2s" hx-target="body" hx-push-url="/">
|
<h2 hx-get="/" hx-trigger="load delay:1s" hx-target="body" hx-push-url="/">
|
||||||
Your account has been verified. Redirecting to homepage...
|
Your account has been verified. Redirecting to homepage...
|
||||||
</h2>
|
</h2>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{{> header}}
|
{{> header}}
|
||||||
<section id="verify-change-email" class="section-container verify-page">
|
<section id="verify-change-email" class="section-container verify-page">
|
||||||
{{#if token_verified}}
|
{{#if token_verified}}
|
||||||
<h2 hx-get="/" hx-trigger="load delay:2s" hx-target="body" hx-push-url="/">
|
<h2 hx-get="/" hx-trigger="load delay:1s" hx-target="body" hx-push-url="/">
|
||||||
Email address is verified. Redirecting to homepage...
|
Email address is verified. Redirecting to homepage...
|
||||||
</h2>
|
</h2>
|
||||||
{{else}}
|
{{else}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user