-
Notifications
You must be signed in to change notification settings - Fork 0
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
feature/demo-page #63
base: main
Are you sure you want to change the base?
Conversation
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.
Nice! A few things, see my comments inline.
In addition: Could you add fetching the env file just once, then store it in the localStorage? So we don't have to search for the env file when scanning through demos. I mean: whichever demo loads the env file first, store it in the localStorage. And each demo should first check localStorage for this JSON file. If exists, load it, create chart and hide the button and description about uploading the file.
<span>API</span> | ||
</div> | ||
</a> | ||
<a href="https://shop.highcharts.com/" target="_blank" class="cart"> |
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.
Let's change URL to: https://shop.highcharts.com/contact/partner-data
</div> | ||
</div> | ||
<iframe id="demoIframe" class="iframe" src="dashboards-rna-news/demo.html"></iframe> | ||
</div> | ||
</body> |
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.
Missing footer with copyright
</div> | ||
<h2>Demo Headline</h2> | ||
<div class="sidebar-navigation"> | ||
<h3>Demo category</h3> |
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.
Rename: Demos
</a> | ||
</div> | ||
</div> | ||
<h2>Demo Headline</h2> |
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.
Rename: Morningstar Connectors Demos
|
||
.sidebar button:hover, | ||
.sidebar button.selected { | ||
background: #F0F1FF; |
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.
border-bottom: 1px solid #E3E3E8; | ||
} | ||
|
||
.sidebar button { |
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.
Let's add cursor: pointer
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.
Looks very gorgeous!
Implement designs for morningstar connector demos page.