Skip to content

Commit a56e74c

Browse files
committed
Even better loading indicator
1 parent b9f12e2 commit a56e74c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/web-demo/src/app/page.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default function Home() {
9898
}
9999
}}
100100
>
101-
{!mock ? "Downloading Postgres image..." : !client ? "Connecting to instance..." : queryLoadingCounter > 0 ? "..." : "Run query"}
101+
{!mock ? "Downloading Postgres image... This may take a minute or two." : !client ? "Connecting to instance..." : queryLoadingCounter > 0 ? "..." : "Run query"}
102102
</button>
103103
<pre style={{ maxHeight: 100, overflowY: "scroll", backgroundColor: "rgba(0.5, 0.5, 0.5, 0.05)" }}>
104104
{queryResult}

0 commit comments

Comments
 (0)