Add version info box

This commit is contained in:
2025-11-04 21:34:10 -07:00
parent 6005fa9348
commit 7d5a3177e4
7 changed files with 199 additions and 43 deletions

View File

@@ -74,6 +74,17 @@ export default function Installs () {
</div>
</div>
<div className='flex flex-row items-center gap-2'>
<button
className='button'
onClick={async () => {
setManagingVersion(entry)
setPopupMode(3)
setShowPopup(true)
setFadeOut(false)
}}
>
View Info
</button>
<button
className='button'
onClick={async () => {