stanford-crfm / ecosystem-graphs

257 stars 35 forks source link

Minor UI changes to table and graph view #123

Closed ronitmndl closed 1 year ago

ronitmndl commented 1 year ago

Some UI change suggestions:

  1. Set a fixed width for the access-type buttons (min-width = 100px)

    Before After
  2. Add outline to graph node labels (for when the label width exceeds node shape width)

    Before After
  3. Set edges' target endpoint to outside-to-node-or-label

    Before After
  4. Use linear-gradient colors for graph edges to better contrast a node's incoming and outgoing edges. Used website's existing color scheme (from main.css): --secondary-color-dark: #392215; --primary-color: #7CB342

    Before After

How do these look?

ronitmndl commented 1 year ago

Thanks for approving 😄