Porządki v1

This commit is contained in:
2026-05-27 08:47:59 +02:00
parent 46cbf4d05b
commit 22989d9f9b
16 changed files with 1142 additions and 3 deletions

23
.vscode/sftp.json vendored Normal file
View File

@@ -0,0 +1,23 @@
{
"name": "My Server",
"host": "192.168.20.23",
"protocol": "sftp",
"port": 22,
"username": "bartek",
"password": "pelt-sweat-antiquely-ecosystem-dissuade",
"remotePath": "/home/bartek/public_html/biesiada.menu/app",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": true,
"watcher": {
"files": "**/*",
"autoUpload": true,
"autoDelete": false
},
"ignore": [
"**/.git/**",
"**/.vscode/**",
"**/.DS_Store",
"**/vendor/**"
]
}

View File

@@ -74,7 +74,7 @@
<a href="public/staff/kds.php" class="dev-link kds"> <a href="public/staff/kds.php" class="dev-link kds">
🍳 Ekran KDS (Kuchnia) 🍳 Ekran KDS (Kuchnia)
</a> </a>
<a href="public/stolik2_api.html" class="dev-link client"> <a href="public/app.html" class="dev-link client">
📱 Aplikacja dla Gościa (Poprosi o Hash) 📱 Aplikacja dla Gościa (Poprosi o Hash)
</a> </a>
</div> </div>

1116
menu.txt Normal file

File diff suppressed because it is too large Load Diff

View File

@@ -10,7 +10,7 @@
<link <link
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;600;700&family=Playfair+Display:wght@700&display=swap" href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;600;700&family=Playfair+Display:wght@700&display=swap"
rel="stylesheet"> rel="stylesheet">
<link rel="stylesheet" href="assets/css/stolik3_api.css"> <link rel="stylesheet" href="assets/css/app.css">
</head> </head>
<body> <body>
@@ -366,7 +366,7 @@
<span style="font-size:20px;"></span> <span id="toastText">Wysłano!</span> <span style="font-size:20px;"></span> <span id="toastText">Wysłano!</span>
</div> </div>
<script src="assets/js/stolik3_api.js"></script> <script src="assets/js/app.js"></script>
</body> </body>
</html> </html>