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

feat(menuLinks): add about page and links to menu #439

Merged
merged 12 commits into from
Jul 29, 2020
Merged

Conversation

KatvonRivia
Copy link
Member

@KatvonRivia KatvonRivia commented Jul 28, 2020

closes #423
closes #402

@KatvonRivia KatvonRivia requested a review from pwambach July 28, 2020 12:10
</li>
<li className={styles.menuListItem}>
<a
href={`https://storage.googleapis.com/esa-cfs-versions/electron/${version}/esa-climate-from-space-${version}-win.exe`}
Copy link
Contributor

Choose a reason for hiding this comment

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

Would be great if the urls come from the main config file similar to the other urls like baseUrlTiles etc. You can insert the version there already.

@KatvonRivia KatvonRivia requested a review from pwambach July 29, 2020 08:10
</h1>
</div>
<div className={styles.description}>
<FormattedMessage id="projectDescription" />
Copy link
Contributor

Choose a reason for hiding this comment

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

The about page should be markdown right?

Copy link
Member Author

Choose a reason for hiding this comment

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

I thought we agreed on having it in the translations. 🤔

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, but with markdown support :)

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, I see! Thanks, will add it.

@KatvonRivia KatvonRivia requested a review from pwambach July 29, 2020 13:26
@KatvonRivia KatvonRivia merged commit 33cd0b8 into develop Jul 29, 2020
@KatvonRivia KatvonRivia deleted the feat/menuLinks branch July 29, 2020 15:13
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.

Menu: fill in links Add standalone downloads
2 participants