Skip to content
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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feature/demo-page #63

wants to merge 1 commit into from

Conversation

bm64
Copy link
Member

@bm64 bm64 commented Dec 27, 2024

Implement designs for morningstar connector demos page.

Copy link
Contributor

@pawelfus pawelfus left a 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.

Edit:
In addition, there's a few errors in console:
image

<span>API</span>
</div>
</a>
<a href="https://shop.highcharts.com/" target="_blank" class="cart">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

</div>
</div>
<iframe id="demoIframe" class="iframe" src="dashboards-rna-news/demo.html"></iframe>
</div>
</body>
Copy link
Contributor

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>
Copy link
Contributor

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>
Copy link
Contributor

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;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing indent
image

border-bottom: 1px solid #E3E3E8;
}

.sidebar button {
Copy link
Contributor

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

Copy link
Member

@DJTechnoo DJTechnoo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks very gorgeous!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants