[ui] wait for server, rename to softlan-launcher
This commit is contained in:
parent
1dd25f682b
commit
56c1eb0167
@ -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
|
||||
}
|
||||
|
@ -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">
|
||||
|
Loading…
x
Reference in New Issue
Block a user