Add frontend version

This commit is contained in:
lowcarbdev
2025-11-15 15:08:43 -07:00
parent 557ad1fc46
commit 848bf84341
4 changed files with 40 additions and 0 deletions
+4
View File
@@ -169,6 +169,10 @@ function App() {
</svg>
</Dropdown.Toggle>
<Dropdown.Menu>
<Dropdown.ItemText className="small text-muted">
Version {__APP_VERSION__}
</Dropdown.ItemText>
<Dropdown.Divider />
<Dropdown.Item onClick={() => setShowPasswordModal(true)}>
<svg style={{width: '1rem', height: '1rem'}} className="me-2" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M15 7a2 2 0 012 2m4 0a6 6 0 01-7.743 5.743L11 17H9v2H7v2H4a1 1 0 01-1-1v-2.586a1 1 0 01.293-.707l5.964-5.964A6 6 0 1121 9z" />