getappmap / appmap-intellij-plugin

MIT License
37 stars 8 forks source link

Missing Hover Effects on Navie Actions #765

Open Daniel-Warner-X opened 1 month ago

Daniel-Warner-X commented 1 month ago

Description

When a file, formatted text block, or diagram is generated as part of a Navie response, there are icons that appear in the header of the block to enable the user to take actions. Currently, none of these icons have hover effects, requiring users to guess their functions. This issue affects users of both the JetBrains plug-in and the Visual Studio Code extension.

Expected Behavior

Hovering over any Navie Action icon should provide a tooltip describing the action. You can observe this behavior on the 'stop' button in the Navie text input.

Actual Behavior

There are no hover effects when the user hovers over the Navie Action icons, forcing users to rely on prior knowledge to understand the functions of these icons.

Icon Details

Steps to Reproduce

  1. Open the Navie UI in the JetBrains plug-in or Visual Studio Code extension.
  2. Trigger a Navie response that includes a file, formatted text block, or diagram.
  3. Hover over the action icons in the header of the generated block.
  4. Observe that there is no visual feedback (tooltip, color change, etc.)

Impact

The lack of hover effects reduces the usability and discoverability of Navie’s Actions, particularly for new or infrequent users.

Plugin version

Screenshots

Pasted Graphic 5

image

jansorg commented 3 weeks ago

I think this problem needs to be fixed in the webview itself.