diff --git a/common.js b/common.js index 7637b9a..b28a758 100644 --- a/common.js +++ b/common.js @@ -29,6 +29,7 @@ function check_deployments() { html_data += '
'; } jQuery("#deployments").html(html_data); + document.getElementById('installAppsBtn').click(); } }); @@ -109,12 +110,16 @@ function check_vpn() { jQuery.get(url, function(data) { console.log('check_vpn: '+data); if (data=="2") { + document.getElementById('vpnToggle').checked = true; + document.querySelector(".switch-label").textContent = "ON"; $('#vpn_off').hide(); $('#vpn_on').show(); $('#pro_off').hide(); $('#pro_on').show(); } else { + document.getElementById('vpnToggle').checked = false; + document.querySelector(".switch-label").textContent = "OFF"; $('#vpn_on').hide(); $('#vpn_off').show(); $('#pro_on').hide(); diff --git a/manage.html b/manage.html index beda07d..52d8703 100644 --- a/manage.html +++ b/manage.html @@ -59,7 +59,7 @@ .menu { display: flex; flex-direction: column; - gap: 10px; + gap: 5px; padding: 0 10px; } @@ -248,11 +248,11 @@ .app img { border-radius: 15px; background-color: #101214; - width: 110px; - height: 110px; + width: 70px; + height: 70px; object-fit: contain; margin-bottom: 20px; - padding: 10px; + padding: 30px; } .app-label { @@ -270,14 +270,21 @@ } .more-btn { - background-color: var(--highlight-color); - border: none; + background-color: inherit; + color: #cccccc; + border: 1px solid #cccccc; border-radius: 15px; - padding: 20px; + padding: 18px; font-size: 16px; font-weight: 400; cursor: pointer; width: 100%; + font-weight: bold; + } + + .more-btn:hover { + color: var(--highlight-color); + border: 1px solid var(--highlight-color); } .app-details { @@ -336,19 +343,19 @@ } .title { - font-size: 20px; + font-size: 26px; font-weight: bold; margin: 0; } .subtitle { - font-size: 14px; + font-size: 16px; margin: 4px 0; color: #999; } .description { - font-size: 12px; + font-size: 14px; margin: 20px 0 0; color: #999; } @@ -656,11 +663,19 @@Enjoy benefits and unlock more feature such as remote access, geo-redundant backups etc.
- Read details
-
-
Enjoy benefits and unlock more feature such as remote access, geo-redundant backups etc.
+ Read details
+
+
Enjoy benefits and unlock more feature such as remote access, geo-redundant backups etc.
+ Read details
+