🐛 Hover on history version entry to show options

This commit is contained in:
alonso.torres 2024-11-21 12:37:15 +01:00
parent db7c1fc7dd
commit 39620fe9c4
2 changed files with 7 additions and 5 deletions

View file

@ -134,7 +134,8 @@
time (dt/timeago (:created-at entry) {:locale locale})]
[:span {:class (stl/css :date)} time])]]
[:> icon-button* {:variant "ghost"
[:> icon-button* {:class (stl/css :version-entry-options)
:variant "ghost"
:aria-label (tr "workspace.versions.version-menu")
:on-click handle-open-menu
:icon "menu"}]]