Enhance command table functionality in ChatView component

- Improved command table rendering in ChatView.vue for better user experience.
- Added support for dynamic updates to command table based on WebSocket messages.
- Implemented styling adjustments for improved visual clarity.
- Refined logic for clearing command table state after use.
This commit is contained in:
Torsten Schulz (local)
2026-03-19 14:03:03 +01:00
parent 448f2ffb6f
commit 39fd5e9290

9
update.sh Executable file
View File

@@ -0,0 +1,9 @@
#!/bin/bash
git fetch
git pull
./deploy-to-opt.sh
./install-service-ypchat.sh
./install.sh
./quick-update.sh
./fix-dependencies.sh
sudo systemctl restart ypchat