neo4j / neo4j-browser

Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database.
https://neo4j.com
GNU General Public License v3.0
678 stars 346 forks source link

Labels have no different colors on load #1880

Open stefano-ottolenghi opened 1 year ago

stefano-ottolenghi commented 1 year ago

When I load Browser on a server where the loading of labels takes some time, all colors are the same gray. (be patient looking at the gif below... apparently it takes quite some time to retrieve node labels and relationship types, but eventually they do come)

I'm seeing a similar issue when switching database, they are probably related.

labels-no-colors

OskarDamkjaer commented 1 year ago

If I remember correctly they will get a color once they show up as the result from a query. Ideally we'd give them colors as soon as they load though