-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: Added Links for all Charts in Preview & Published Mode #1816
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @noahonyejese, I think we shouldn't show the Created with Visualize
link during editing as is the case now on PROD 👀
Also, the How to test
link doesn't work (I think you copied a /create
link that points to a configurator state stored in your localStorage
) – here one trick is to copy a link as shown in the screenshot that opens the editor mode for a given dataset 👍
@bprusinowski So not show at all for any chart during preview / edit mode ? |
Yes, the issue was only that the link was missing in case of published dashboards 👍 So in editing mode we never show the link, and in published mode we show it inside individual chart if it's not a dashboard or a dashboard with one chart, or outside of dashboard group for dashboards with more than one chart 😄 |
I see that @sosiology mentioned in the issue that it's not shown in the editing mode, but I am pretty sure we have never shown it here, and that could lead to some issues – if you click it, you'd go out of the editing mode and go back to the home page? 🤔 And we also don't have it in the design, so I'd scope this only to published charts (or we can discuss together 👍) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks! 💯
Btw, I noticed that you used a deployment link based on a commit in How to test
instructions (https://visualization-tool-azw7yjcr8-ixt1.vercel.app/) – to make sure it stays up to date, you should use a deployment link based on a PR (https://visualization-tool-git-fix-created-reference-dashboards-ixt1.vercel.app/en) that updates automatically (I tried to test again after the most recent commit, but the deployment was not updated) :) This might be important for other people that test after some time 👍
oh damn, thanks a lot! |
This PR fixes Issue #1813
How to Test