mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-20 00:50:15 -06:00
Add loginMessage?= to demo links.
This commit is contained in:
12
README.md
12
README.md
@@ -37,7 +37,10 @@
|
||||
# TrailBase
|
||||
|
||||
<p align="center">
|
||||
<a href="https://demo.trailbase.io/_/admin" target="_blank">
|
||||
<a
|
||||
href="https://demo.trailbase.io/_/admin?loginMessage=E-mail:%20admin@localhost%20%E2%80%A2%20Password:%20secret"
|
||||
target="_blank"
|
||||
>
|
||||
<picture>
|
||||
<img alt="Admin UI" width="600" src="docs/src/assets/shelve.webp" />
|
||||
</picture>
|
||||
@@ -45,7 +48,12 @@
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<strong>Try the <a href="https://demo.trailbase.io/_/admin" target="_blank">demo</a> online</strong>
|
||||
<strong>
|
||||
Try the
|
||||
<a href="https://demo.trailbase.io/_/admin?loginMessage=E-mail:%20admin@localhost%20%E2%80%A2%20Password:%20secret" target="_blank">
|
||||
demo
|
||||
</a> online
|
||||
</strong>
|
||||
<br/>Email: <em>admin@localhost</em>
|
||||
<br/>password: <em>secret</em>.
|
||||
</p>
|
||||
|
||||
@@ -31,7 +31,7 @@ hero:
|
||||
icon: github
|
||||
variant: secondary
|
||||
- text: Demo
|
||||
link: https://demo.trailbase.io
|
||||
link: https://demo.trailbase.io/_/admin?loginMessage=E-mail:%20admin@localhost%20%E2%80%A2%20Password:%20secret
|
||||
icon: rocket
|
||||
variant: secondary
|
||||
---
|
||||
@@ -92,12 +92,17 @@ import { Duration100kInsertsChart } from "./reference/_benchmarks/benchmarks.tsx
|
||||
|
||||
<div class="flex justify-center">
|
||||
<div class="max-w-[680px] relative" >
|
||||
<a href="https://demo.trailbase.io/_/admin">
|
||||
<a
|
||||
href="https://demo.trailbase.io/_/admin?loginMessage=E-mail:%20admin@localhost%20%E2%80%A2%20Password:%20secret"
|
||||
>
|
||||
<Image class="z-0 rounded-xl" src={shelve} alt="Screenshots of TrailBase's admin dashboard" />
|
||||
</a>
|
||||
|
||||
<div class="z-1 w-full h-full absolute top-0 flex justify-center items-center pointer-events-none">
|
||||
<a class="pointer-events-auto no-underline flex flex-col items-center bg-gray-200 dark:bg-accent-900 px-4 py-2 rounded" href="https://demo.trailbase.io/_/admin">
|
||||
<a
|
||||
class="pointer-events-auto no-underline flex flex-col items-center bg-gray-200 dark:bg-accent-900 px-4 py-2 rounded"
|
||||
href="https://demo.trailbase.io/_/admin?loginMessage=E-mail:%20admin@localhost%20%E2%80%A2%20Password:%20secret"
|
||||
>
|
||||
<strong>Live Demo</strong>
|
||||
<span>login: admin@localhost</span>
|
||||
<span>password: secret</span>
|
||||
|
||||
Reference in New Issue
Block a user