bump: atualiza versao do sistema para v2.1.0 e adiciona exibicao nas interfaces
continuous-integration/webhook Deploy concluido (rx.scoreodonto.com)

This commit is contained in:
VPS 4 Builder
2026-05-26 21:15:30 +02:00
parent 5b0d80bf22
commit a41fbb7e16
6 changed files with 20 additions and 2 deletions
+1 -1
View File
@@ -201,7 +201,7 @@
<button type="submit" class="btn" id="loginBtn">Entrar</button>
<div style="text-align: center; margin-top: 20px; color: var(--text-secondary); font-size: 0.85rem; font-weight: 500;">
v2.0.5
v2.1.0
</div>
</form>
</div>
+1
View File
@@ -83,6 +83,7 @@
<button id="logoutBtn" class="logout-btn" onclick="logout(); return false;">
<i class="fa-solid fa-arrow-right-from-bracket"></i> Sair
</button>
<div class="system-version">v2.1.0</div>
</div>
</aside>
+1
View File
@@ -244,6 +244,7 @@
<button id="logoutBtn" class="logout-btn" onclick="logout(); return false;">
<i class="fa-solid fa-arrow-right-from-bracket"></i> Sair
</button>
<div class="system-version">v2.1.0</div>
</div>
</aside>
+1
View File
@@ -62,6 +62,7 @@
<button id="logoutBtn" class="logout-btn" onclick="logout(); return false;">
<i class="fa-solid fa-arrow-right-from-bracket"></i> Sair
</button>
<div class="system-version">v2.1.0</div>
</div>
</aside>
+15
View File
@@ -980,3 +980,18 @@ body.is-admin .admin-only {
}
}
/* Versão do Sistema na Sidebar */
.system-version {
text-align: center;
font-size: 11px;
color: var(--text-secondary);
opacity: 0.5;
margin-top: 12px;
font-weight: 500;
}
@media (max-width: 768px) {
.system-version {
display: none !important;
}
}
+1 -1
View File
@@ -1 +1 @@
2.0.0
2.1.0