fix(pwa): progress bar setup loading, PWA install detection, Miei filter chip & UI cleanup

This commit is contained in:
David Frassi
2026-08-08 16:17:20 +02:00
parent 0069c1a55f
commit a15a6c2139
21 changed files with 2378 additions and 559 deletions
+6
View File
@@ -59,3 +59,9 @@ echo "📄 Generato version.json: v$VERSION (timestamp: $BUILD_TIMESTAMP)"
# --- Upload ---
echo "🚀 Upload via SSH/rsync su Contabo ($VPS_HOST) in corso..."
rsync -avz --delete --exclude 'api' www/ "$VPS_USER@$VPS_HOST:$VPS_PATH"
# --- Allineamento Cantiletture JSON ---
if [ -f "./allinealetture.sh" ]; then
echo "🔄 Sincronizzazione cantiletture.json su server..."
./allinealetture.sh || echo "⚠️ Warning: Allineamento cantiletture.json fallito"
fi