Add ability to use custom URL in cloud upload dialog#7896
Open
marthacryan wants to merge 14 commits into
Open
Conversation
Contributor
|
The styling for the "Share with Dash Enterprise" button isn't rendering correctly for me in this Codepen. Not sure if it's an issue with the build or the Codepen environment, but the other buttons render correctly.
|
Contributor
Contributor
Author
|
Just discussed with Robert and I'm going to split the new default values for |
…custom-server-url
Contributor
Author
|
Let's add some language in this dialog to contact us if you're interested in this. |
robertclaus
requested changes
Jul 21, 2026
| customBtn.on('click', function() { | ||
| customBtn.style('display', 'none'); | ||
| urlField.style('display', ''); | ||
| description.text(_(gd, 'If your Dash Enterprise instance supports chart sharing, you can enter its URL below. This chart and its data will be sent to the URL you provide.')); |
There was a problem hiding this comment.
"Enter the url of your Dash Enterprise chart server below or contact Plotly support to get set up. This chart and its data will be sent to the URL you provide."
| urlField.append('label') | ||
| .classed('plotly-cloud-dialog-label', true) | ||
| .attr('for', 'plotly-cloud-dialog-url') | ||
| .text(_(gd, 'Dash Enterprise URL')); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Updates the dialog wording and adds a new button to allow for using a different URL for upload from the dialog:

