[ui] wait for server, rename to softlan-launcher

This commit is contained in:
ddidderr 2024-11-15 12:29:16 +01:00
parent 1dd25f682b
commit 56c1eb0167
Signed by: ddidderr
GPG Key ID: 3841F1C27E6F0E14
2 changed files with 9 additions and 3 deletions

View File

@ -1,8 +1,8 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "lanspread-tauri-deno-ts",
"productName": "softlan-launcher",
"version": "0.1.0",
"identifier": "com.lanspread-tauri-deno-ts.app",
"identifier": "com.softlan-launcher.app",
"build": {
"beforeDevCommand": "deno task dev",
"devUrl": "http://localhost:1420",
@ -12,7 +12,7 @@
"app": {
"windows": [
{
"title": "lanspread-tauri-deno-ts",
"title": "softlan-launcher",
"width": 1526,
"height": 1120
}

View File

@ -197,6 +197,7 @@ const App = () => {
<div className="fixed-header">
<h1 className="align-center">SoftLAN Launcher</h1>
<div className="main-header">
{gameItems.length > 0 ? (
<div className="search-settings-wrapper">
<div></div>
<div className="search-container">
@ -213,6 +214,11 @@ const App = () => {
<span className="settings-text">{gameDir}</span>
</div>
</div>
) : (
<div className="search-container">
Waiting for connection to server...
</div>
)}
</div>
</div>
<div className="grid-container">