marquez icon indicating copy to clipboard operation
marquez copied to clipboard

UI: expand the node name on hover and focus

Open jlukenoff opened this issue 1 year ago • 1 comments

Problem

Currently the only way to see the full label of the node is to select it as the main node. Which can be especially annoying when using the new graph depth / full graph toggle config options.

Closes: n/a

Solution

This PR adds a mouse-enter and focus listener to the node and expands the node name when hovered or focused

Note: All database schema changes require discussion. Please link the issue for context.

One-line summary: Expands the node labels in the UI on hover/focus

Checklist

  • [x] You've signed-off your work
  • [ ] Your changes are accompanied by tests (if relevant)
  • [x] Your change contains a small diff and is self-contained
  • [ ] You've updated any relevant documentation (if relevant)
  • [ ] You've included a one-line summary of your change for the CHANGELOG.md (Depending on the change, this may not be necessary).
  • [ ] You've versioned your .sql database schema migration according to Flyway's naming convention (if relevant)
  • [ ] You've included a header in any source code files (if relevant)

jlukenoff avatar Aug 05 '23 22:08 jlukenoff

Codecov Report

Merging #2570 (3eb8c62) into main (58ad3e3) will not change coverage. The diff coverage is n/a.

@@            Coverage Diff            @@
##               main    #2570   +/-   ##
=========================================
  Coverage     83.26%   83.26%           
  Complexity     1286     1286           
=========================================
  Files           243      243           
  Lines          5934     5934           
  Branches        279      279           
=========================================
  Hits           4941     4941           
  Misses          846      846           
  Partials        147      147           

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

codecov[bot] avatar Aug 05 '23 22:08 codecov[bot]

We've redone the lineage graph, so this is no longer as relevant... Feel free to reopen something for hover states on the new graph.

phixMe avatar Mar 05 '24 17:03 phixMe