Add titles/tooltips

This commit is contained in:
2025-12-20 21:10:05 -07:00
parent bc1ca2a2b1
commit e5d9226233
6 changed files with 59 additions and 4 deletions

View File

@@ -111,6 +111,7 @@ export default function Installs () {
className={`entry-info-item mt-2 ${
hoveredIds.includes(entry) ? 'btntheme3' : 'btntheme2'
}`}
title='The date the game was installed in MM/dd/yyyy format'
>
<p>
Installed{' '}
@@ -133,6 +134,7 @@ export default function Installs () {
setShowPopup(true)
setFadeOut(false)
}}
title='Click to view version info'
>
View Info
</button>
@@ -147,6 +149,7 @@ export default function Installs () {
setShowPopup(true)
setFadeOut(false)
}}
title='Click to manage this version install'
>
Manage
</button>