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
693 stars 347 forks source link

Missing space in "You are connected" message #1834

Closed stefano-ottolenghi closed 2 years ago

stefano-ottolenghi commented 2 years ago

I observe a missing space in the connection message:

Screenshot from 2022-10-10 14-29-41

this is due to a trailing space missing in https://github.com/neo4j/neo4j-browser/blob/master/src/browser/modules/Stream/Auth/ConnectedView.tsx#L44 , which when gets (possibly) concatenated with the host, it gets stitched together into connectedto.

I can go on and submit a PR adding that space, unless there is a reason for that not being done? :)

OskarDamkjaer commented 2 years ago

Feel free to submit a PR! Reach out here on the issue if you run into any issues :)

OskarDamkjaer commented 2 years ago

Probably best to wait with closing the issue until we've actually fixed the issue 😅