bump: atualiza versao do sistema para v2.1.0 e adiciona exibicao nas interfaces
continuous-integration/webhook Deploy concluido (rx.scoreodonto.com)
continuous-integration/webhook Deploy concluido (rx.scoreodonto.com)
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
@@ -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 @@
|
||||
2.0.0
|
||||
2.1.0
|
||||
Reference in New Issue
Block a user