2.2.8 Change Volume
This commit is contained in:
parent
738020b16f
commit
fe2688d6b6
23
README.md
23
README.md
@ -1,5 +1,26 @@
|
|||||||
|
<h1><u>Subsonics 2.2.7</u></h1>
|
||||||
|
<p>Sortie le : 04/05/2022</p>
|
||||||
|
<h2 style="font-size: 18px;">Ajouts & Fixes :</h2>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><strong>[CHANGE]</strong> : Volume : Possibilité d'aller à 200%</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
<h1><u>Subsonics 2.2.6</u></h1>
|
||||||
|
<p>Sortie le : 04/05/2022</p>
|
||||||
|
<h2 style="font-size: 18px;">Ajouts & Fixes :</h2>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><strong>[CHANGE]</strong> : Modification de certains textes</li>
|
||||||
|
<li><strong>[CHANGE]</strong> : Modification des tailles et du positionnement des éléments </li>
|
||||||
|
</ul>
|
||||||
|
<hr>
|
||||||
|
|
||||||
|
|
||||||
<h1><u>Subsonics 2.2.5</u></h1>
|
<h1><u>Subsonics 2.2.5</u></h1>
|
||||||
<p>Sortie le : 03/05/2022</p>
|
<p>Sortie le : 04/05/2022</p>
|
||||||
<h2 style="font-size: 18px;">Ajouts & Fixes :</h2>
|
<h2 style="font-size: 18px;">Ajouts & Fixes :</h2>
|
||||||
<ul>
|
<ul>
|
||||||
|
|
||||||
|
@ -1,3 +1,15 @@
|
|||||||
|
<h1><u>Subsonics 2.2.8</u></h1>
|
||||||
|
<p>Sortie le : 05/05/2022</p>
|
||||||
|
<h2 style="font-size: 18px;">Ajouts & Fixes :</h2>
|
||||||
|
<ul>
|
||||||
|
|
||||||
|
<li><strong>[CHANGE]</strong> : Modification des tailles et du positionnement des éléments </li>
|
||||||
|
<li><strong>[CHANGE]</strong> : Modification des couleurs pour préparer au rework graphique. </li>
|
||||||
|
<li><strong>[FIX]</strong> : Volume : Se reset après déconnexion</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
<hr>
|
||||||
|
|
||||||
<h1><u>Subsonics 2.2.7</u></h1>
|
<h1><u>Subsonics 2.2.7</u></h1>
|
||||||
<p>Sortie le : 04/05/2022</p>
|
<p>Sortie le : 04/05/2022</p>
|
||||||
<h2 style="font-size: 18px;">Ajouts & Fixes :</h2>
|
<h2 style="font-size: 18px;">Ajouts & Fixes :</h2>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "subsonics-manager",
|
"name": "subsonics-manager",
|
||||||
"version": "2.2.7",
|
"version": "2.2.8",
|
||||||
"description": "Manager for subsonics",
|
"description": "Manager for subsonics",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -11,7 +11,7 @@
|
|||||||
padding: 5%;
|
padding: 5%;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
background-color: rgb(38, 37, 37);
|
background-color: #36374c;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -25,7 +25,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
background-color: rgb(38, 37, 37);
|
background-color: #36374c;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -72,7 +72,7 @@
|
|||||||
padding: 5%;
|
padding: 5%;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
background-color: rgb(38, 37, 37);
|
background-color: #36374c;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@ -226,9 +226,9 @@
|
|||||||
.online-light {
|
.online-light {
|
||||||
|
|
||||||
border-radius: 15%;
|
border-radius: 15%;
|
||||||
background-color: rgb(55, 255, 37);
|
background-color: #7a258d;
|
||||||
padding: 2%;
|
padding: 2%;
|
||||||
color: black;
|
color: white;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
vertical-align: center;
|
vertical-align: center;
|
||||||
@ -253,8 +253,8 @@
|
|||||||
.showPicture {
|
.showPicture {
|
||||||
|
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
width: 120px;
|
width: 140px;
|
||||||
height: 90px;
|
height: 110px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -283,7 +283,8 @@
|
|||||||
}
|
}
|
||||||
.bbar {
|
.bbar {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
padding: 10%;
|
padding: 2%;
|
||||||
|
padding-top: 10%;
|
||||||
display: flex;
|
display: flex;
|
||||||
display: flex;
|
display: flex;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
@ -461,7 +462,7 @@ input[type=range] {
|
|||||||
padding: 5%;
|
padding: 5%;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
background-color: rgb(61, 61, 61);
|
background-color: #464862;
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
@ -601,6 +601,9 @@ ipc.on("actualize", (ev, data) => {
|
|||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
|
volCursor.disabled = true
|
||||||
|
volCursor.classList.add("grised")
|
||||||
|
volCursor.value = 0
|
||||||
volPct.innerHTML = "0%"
|
volPct.innerHTML = "0%"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
||||||
background-color: #171717 !important;
|
background-color: #302144 !important;
|
||||||
font-family: 'Open Sans', sans-serif !important;
|
font-family: 'Open Sans', sans-serif !important;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -33,11 +33,11 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background-color: rgb(38, 37, 37);
|
background-color: #36374c;
|
||||||
padding: 10%;
|
padding: 10%;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
box-shadow: 2px 2px 5px rgb(38, 37, 37) ;
|
box-shadow: 2px 2px 5px #36374c ;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
|
|
||||||
|
@ -11,11 +11,11 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
background-color: rgb(38, 37, 37);
|
background-color: #36374c;
|
||||||
padding: 10%;
|
padding: 10%;
|
||||||
color: white;
|
color: white;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
box-shadow: 2px 2px 5px rgb(38, 37, 37) ;
|
box-shadow: 2px 2px 5px #36374c ;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
align-items: center
|
align-items: center
|
||||||
|
Loading…
x
Reference in New Issue
Block a user