You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As you can see, the value of the field "Connection URL" is passed as a query string: &dbms={{connectionUrl}} (where {{connectionUrl}} is the connection URL filled out by the user).
Please note that we are now using https://browser.neo4j.io instead of neo4j-desktop://graphapps/neo4j-browser.
//cc @adam-cowley let me know what you think since you've worked on the original design.
The text was updated successfully, but these errors were encountered:
It looks OK in principle but I think I'd rather have Play as Browser Guide as a heading, then an input box for the URL and a button that says Play next to it. That way there is a clearer connection between the input box and the button
I'm also wondering if play is the best terminology for this too - maybe it should be Open in Neo4j Browser instead?
While you have it open, could you also add some padding to the top of the Industries and Use Cases headers and around the button group please? 1em maybe? 😇
Here's a mockup:
"Database URL" should be renamed "Connection URL".
The default value of "Connection URL" field will be:
bolt://localhost
.If the query string
dbms
is defined, we will use this value instead of the default value. For instance: https://neo4j.com/graphgists/northwind-recommendation-engine/?dbms=neo4j%2Bs://[email protected]In this case, the value of the "Connection URL" field will be:
neo4j+s://[email protected]
The connection URL will be used to update the link on the "Play as Browser Guide" button:
As you can see, the value of the field "Connection URL" is passed as a query string:
&dbms={{connectionUrl}}
(where{{connectionUrl}}
is the connection URL filled out by the user).Please note that we are now using
https://browser.neo4j.io
instead ofneo4j-desktop://graphapps/neo4j-browser
.//cc @adam-cowley let me know what you think since you've worked on the original design.
The text was updated successfully, but these errors were encountered: