Merge branch 'main' of git.asv.ovh:asvstudiosapps/rpigroupplay

This commit is contained in:
2026-02-14 07:23:58 +01:00
3 changed files with 12 additions and 3 deletions

View File

@@ -1,6 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<changelog> <changelog>
<version>
<number>2.4.2</number>
<logs>
<log>Aggiornata la grandezza della finestra dell'applicazione da desktop.</log>
<log>Inserito il link della repository su ASV Git all'interno della pagina del changelog.</log>
<log>Correzione e bugfix di problematiche varie.</log>
</logs>
</version>
<version> <version>
<number>2.4.1</number> <number>2.4.1</number>
@@ -30,7 +38,7 @@
</version> </version>
<version> <version>
<number>2.2.0 (d)</number> <number>2.2.0</number>
<logs> <logs>
<log>E' stato reintrodotto la schermata di caricamento ad ogni selezione di ogni pagina dell'applicazione.</log> <log>E' stato reintrodotto la schermata di caricamento ad ogni selezione di ogni pagina dell'applicazione.</log>
<log>Correzione e bugfix di problematiche varie.</log> <log>Correzione e bugfix di problematiche varie.</log>

View File

@@ -910,8 +910,8 @@ document.addEventListener('DOMContentLoaded', function () {
const pathWithoutBase = currentPath.replace(BASE_PATH, '').replace(/^\//, ''); const pathWithoutBase = currentPath.replace(BASE_PATH, '').replace(/^\//, '');
const redirectParam = pathWithoutBase ? '&redirect=' + encodeURIComponent(pathWithoutBase) : ''; const redirectParam = pathWithoutBase ? '&redirect=' + encodeURIComponent(pathWithoutBase) : '';
const width = 375; const width = 400;
const height = 667; const height = 840;
const left = (window.screen.width / 2) - (width / 2); const left = (window.screen.width / 2) - (width / 2);
const top = (window.screen.height / 2) - (height / 2); const top = (window.screen.height / 2) - (height / 2);

View File

@@ -2,6 +2,7 @@
<h1 class="titlePage">Changelog</h1> <h1 class="titlePage">Changelog</h1>
<p class="subtitlePage">Visualizza tutti gli aggiornamenti ricevuti</p> <p class="subtitlePage">Visualizza tutti gli aggiornamenti ricevuti</p>
<p class="text-center mb-4" style="font-size: 0.9rem; font-weight: 300;">Codice dell'app visionabile su <a href="https://git.asv.ovh/asvstudiosapps/rpigroupplay" target="_blank" style="font-weight: 500;">ASV Git</a></p>
<?php <?php
// Verifica che $changelog sia stato caricato correttamente in getStation.inc.php // Verifica che $changelog sia stato caricato correttamente in getStation.inc.php