Display if server is not found, made images in settings clickable

This commit is contained in:
Hygna 2022-10-04 17:36:38 +01:00
parent 8687b70585
commit e4954d197f
No known key found for this signature in database
3 changed files with 82 additions and 26 deletions

View File

@ -112,10 +112,11 @@ async function processDefaultCustomInstances(service, frontend, network, documen
const offline = offlineBlackList.includes(x) ? ' <span style="color:grey;">offline</span>' : ""
let ms = instancesLatency[x]
let latencyColor = ms <= 1000 ? "green" : ms <= 2000 ? "orange" : "red"
let latencyColor = ms == -1 ? "red" : ms <= 1000 ? "green" : ms <= 2000 ? "orange" : "red"
let latencyLimit
if (ms == 5000) latencyLimit = "5000ms+"
else if (ms > 5000) latencyLimit = `ERROR: ${ms - 5000}`
else if (ms == -1) latencyLimit = "Server not found"
else latencyLimit = ms + "ms"
const latency = x in instancesLatency ? '<span style="color:' + latencyColor + ';">' + latencyLimit + "</span>" : ""
@ -267,6 +268,7 @@ async function testLatency(element, instances, frontend) {
else text = `${time}ms`
element.innerHTML = `${href}:&nbsp;<span style="color:${color};">${text}</span>`
} else {
myList[href] = -1
color = "red"
element.innerHTML = `${href}:&nbsp;<span style="color:${color};">Server not found</span>`
if (options[frontend].clearnet.enabled.includes(href)) options[frontend].clearnet.enabled.splice(options[frontend].clearnet.enabled.indexOf(href), 1)

View File

@ -10,85 +10,129 @@
</head>
<body class="option" dir="auto">
<section class="links" id="links">
<div class="title"><svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="26px" viewBox="0 0 24 24" width="26px" fill="currentColor">
<div class="title">
<a href="#general">
<svg xmlns="http://www.w3.org/2000/svg" enable-background="new 0 0 24 24" height="26px" viewBox="0 0 24 24" width="26px" fill="currentColor">
<path d="M19.14,12.94c0.04-0.3,0.06-0.61,0.06-0.94c0-0.32-0.02-0.64-0.07-0.94l2.03-1.58c0.18-0.14,0.23-0.41,0.12-0.61 l-1.92-3.32c-0.12-0.22-0.37-0.29-0.59-0.22l-2.39,0.96c-0.5-0.38-1.03-0.7-1.62-0.94L14.4,2.81c-0.04-0.24-0.24-0.41-0.48-0.41 h-3.84c-0.24,0-0.43,0.17-0.47,0.41L9.25,5.35C8.66,5.59,8.12,5.92,7.63,6.29L5.24,5.33c-0.22-0.08-0.47,0-0.59,0.22L2.74,8.87 C2.62,9.08,2.66,9.34,2.86,9.48l2.03,1.58C4.84,11.36,4.8,11.69,4.8,12s0.02,0.64,0.07,0.94l-2.03,1.58 c-0.18,0.14-0.23,0.41-0.12,0.61l1.92,3.32c0.12,0.22,0.37,0.29,0.59,0.22l2.39-0.96c0.5,0.38,1.03,0.7,1.62,0.94l0.36,2.54 c0.05,0.24,0.24,0.41,0.48,0.41h3.84c0.24,0,0.44-0.17,0.47-0.41l0.36-2.54c0.59-0.24,1.13-0.56,1.62-0.94l2.39,0.96 c0.22,0.08,0.47,0,0.59-0.22l1.92-3.32c0.12-0.22,0.07-0.47-0.12-0.61L19.14,12.94z M12,15.6c-1.98,0-3.6-1.62-3.6-3.6 s1.62-3.6,3.6-3.6s3.6,1.62,3.6,3.6S13.98,15.6,12,15.6z"></path>
</svg>
<a href="#general" data-localise="__MSG_general__">General</a></div>
<span data-localise="__MSG_general__">General</span>
</a></div>
<div class="title">
<a href="#youtube">
<img src="../../../assets/images/youtube-icon.png">
<a href="#youtube" data-localise="__MSG_youtube__">Youtube</a></div>
<span data-localise="__MSG_youtube__">Youtube</span>
</a></div>
<div class="title">
<a href="#youtubeMusic">
<img src="../../../assets/images/youtubeMusic-icon.png">
<a href="#youtubeMusic" data-localise="__MSG_youtubeMusic__">YT Music</a></div>
<span data-localise="__MSG_youtubeMusic__">YT Music</span>
</a></div>
<div class="title">
<a href="#twitter">
<img src="../../../assets/images/twitter-icon.png">
<a href="#twitter" data-localise="__MSG_twitter__">Twitter</a></div>
<span data-localise="__MSG_twitter__">Twitter</span>
</a></div>
<div class="title">
<a href="#instagram">
<img src="../../../assets/images/instagram-icon.png">
<a href="#instagram" data-localise="__MSG_instagram__">Instagram</a></div>
<span data-localise="__MSG_instagram__">Instagram</span>
</a></div>
<div class="title">
<a href="#tiktok">
<img src="../../../assets/images/tiktok-icon.png">
<a href="#tiktok" data-localise="__MSG_tiktok__">TikTok</a></div>
<span data-localise="__MSG_tiktok__">TikTok</span>
</a></div>
<div class="title">
<a href="#reddit">
<img src="../../../assets/images/reddit-icon.png">
<a href="#reddit" data-localise="__MSG_reddit__">Reddit</a></div>
<span data-localise="__MSG_reddit__">Reddit</span>
</a></div>
<div class="title">
<a href="#imgur">
<img src="../../../assets/images/imgur-icon.png">
<a href="#imgur" data-localise="__MSG_imgur__">Imgur</a></div>
<span data-localise="__MSG_imgur__">Imgur</span>
</a></div>
<div class="title">
<a href="#wikipedia">
<img src="../../../assets/images/wikipedia-icon.svg">
<a href="#wikipedia" data-localise="__MSG_wikipedia__">Wikipedia</a></div>
<span data-localise="__MSG_wikipedia__">Wikipedia</span>
</a></div>
<div class="title">
<a href="#medium">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1770 1000" fill="currentColor">
<circle cx="500" cy="500" r="500"></circle>
<ellipse ry="475" rx="250" cy="501" cx="1296"></ellipse>
<ellipse cx="1682" cy="502" rx="88" ry="424"></ellipse>
</svg>
<a href="#medium" data-localise="__MSG_medium__">Medium</a></div>
<span data-localise="__MSG_medium__">Medium</span>
</a></div>
<div class="title">
<a href="#quora">
<img src="../../../assets/images/quora-icon.png">
<a href="#quora" data-localise="__MSG_quora__">Quora</a></div>
<span data-localise="__MSG_quora__">Quora</span>
</a></div>
<div class="title">
<a href="#imdb">
<img src="../../../assets/images/imdb-icon.svg">
<a href="#imdb" data-localise="__MSG_imdb__">IMDb</a></div>
<span data-localise="__MSG_imdb__">IMDb</span>
</a></div>
<div class="title">
<a href="#reuters">
<img src="../../../assets/images/reuters-icon.svg">
<a href="#reuters" data-localise="__MSG_reuters__">Reuters</a></div>
<span data-localise="__MSG_reuters__">Reuters</span>
</a></div>
<div class="title">
<a href="#peertube">
<img src="../../../assets/images/peertube-icon.svg">
<a href="#peertube" data-localise="__MSG_peertube__">PeerTube</a></div>
<span data-localise="__MSG_peertube__">PeerTube</span>
</a></div>
<div class="title">
<a href="#lbry">
<img src="../../../assets/images/lbry-icon.png">
<a href="#lbry" data-localise="__MSG_lbry__">LBRY</a></div>
<span data-localise="__MSG_lbry__">LBRY</span>
</a></div>
<div class="title">
<a href="#search">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="currentColor">
<path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path>
</svg>
<a href="#search" data-localise="__MSG_search__">Search</a></div>
<span data-localise="__MSG_search__">Search</span>
</a></div>
<div class="title">
<a href="#translate">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor">
<path d="M12.87 15.07l-2.54-2.51.03-.03c1.74-1.94 2.98-4.17 3.71-6.53H17V4h-7V2H8v2H1v1.99h11.17C11.5 7.92 10.44 9.75 9 11.35 8.07 10.32 7.3 9.19 6.69 8h-2c.73 1.63 1.73 3.17 2.98 4.56l-5.09 5.02L4 19l5-5 3.11 3.11.76-2.04zM18.5 10h-2L12 22h2l1.12-3h4.75L21 22h2l-4.5-12zm-2.62 7l1.62-4.33L19.12 17h-3.24z"></path>
</svg>
<a href="#translate" data-localise="__MSG_translate__">Translate</a></div>
<span data-localise="__MSG_translate__">Translate</span>
</a></div>
<div class="title">
<a href="#maps">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor">
<path d="M20.5 3l-.16.03L15 5.1 9 3 3.36 4.9c-.21.07-.36.25-.36.48V20.5c0 .28.22.5.5.5l.16-.03L9 18.9l6 2.1 5.64-1.9c.21-.07.36-.25.36-.48V3.5c0-.28-.22-.5-.5-.5zM10 5.47l4 1.4v11.66l-4-1.4V5.47zm-5 .99l3-1.01v11.7l-3 1.16V6.46zm14 11.08l-3 1.01V6.86l3-1.16v11.84z"></path>
</svg>
<a href="#maps" data-localise="__MSG_maps__">Maps</a></div>
<span data-localise="__MSG_maps__">Maps</span>
</a></div>
<div class="title">
<a href="#sendFiles">
<svg xmlns="http://www.w3.org/2000/svg" height="24px" viewBox="0 0 24 24" width="24px" fill="currentColor">
<path d="M19.35 10.04C18.67 6.59 15.64 4 12 4 9.11 4 6.6 5.64 5.35 8.04 2.34 8.36 0 10.91 0 14c0 3.31 2.69 6 6 6h13c2.76 0 5-2.24 5-5 0-2.64-2.05-4.78-4.65-4.96zM14 13v4h-4v-4H7l5-5 5 5h-3z"></path>
</svg>
<a href="#sendFiles" data-localise="__MSG_sendFiles__">Send Files</a></div>
<div class="title"><svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" fill="currentColor">
<span data-localise="__MSG_sendFiles__">Send Files</span>
</a></div>
<div class="title">
<a href="#about">
<svg xmlns="http://www.w3.org/2000/svg" height="24" width="24" fill="currentColor">
<path d="M11 17h2v-6h-2Zm1-8q.425 0 .713-.288Q13 8.425 13 8t-.287-.713Q12.425 7 12 7t-.712.287Q11 7.575 11 8t.288.712Q11.575 9 12 9Zm0 13q-2.075 0-3.9-.788-1.825-.787-3.175-2.137-1.35-1.35-2.137-3.175Q2 14.075 2 12t.788-3.9q.787-1.825 2.137-3.175 1.35-1.35 3.175-2.138Q9.925 2 12 2t3.9.787q1.825.788 3.175 2.138 1.35 1.35 2.137 3.175Q22 9.925 22 12t-.788 3.9q-.787 1.825-2.137 3.175-1.35 1.35-3.175 2.137Q14.075 22 12 22Zm0-2q3.35 0 5.675-2.325Q20 15.35 20 12q0-3.35-2.325-5.675Q15.35 4 12 4 8.65 4 6.325 6.325 4 8.65 4 12q0 3a.35 2.325 5.675Q8.65 20 12 20Zm0-8Z"></path>
</svg>
<a href="#about" data-localise="__MSG_about__">About</a></div>
<span data-localise="__MSG_about__">About</span>
</a></div>
</section>
<div id="pages">
<section class="option-block" id="general_page">

View File

@ -1,13 +1,23 @@
<section class="links" id="links">
<div class="title"><%- include ('src/assets/images/general-icon.svg') %><a href="#general" data-localise="__MSG_general__">General</a></div>
<div class="title">
<a href="#general">
<%- include ('src/assets/images/general-icon.svg') %>
<span data-localise="__MSG_general__">General</span>
</a></div>
<% for (const service in services) { -%>
<div class="title">
<a href="#<%= service %>">
<% if (services[service].imageType != "svgMono") { _%>
<img src="../../../assets/images/<%= service %>-icon.<%= services[service].imageType %>">
<% } else { _%>
<%- include ('src/assets/images/' + service + '-icon.svg') %>
<% } _%>
<a href="#<%= service %>" data-localise="__MSG_<%= service %>__"><%= services[service].name %></a></div>
<span data-localise="__MSG_<%= service %>__"><%= services[service].name %></span>
</a></div>
<% }; -%>
<div class="title"><%- include ('src/assets/images/about-icon.svg') %><a href="#about" data-localise="__MSG_about__">About</a></div>
<div class="title">
<a href="#about">
<%- include ('src/assets/images/about-icon.svg') %>
<span data-localise="__MSG_about__">About</span>
</a></div>
</section>