Skip to content

Release notes#1655

Merged
jameskerr merged 9 commits intomainfrom
release-notes
May 20, 2021
Merged

Release notes#1655
jameskerr merged 9 commits intomainfrom
release-notes

Conversation

@jameskerr
Copy link
Contributor

Closes #1594

Follows the spec described in the issue. Here are some screenshots.

Screen Shot 2021-05-18 at 2 18 23 PM

Screen Shot 2021-05-18 at 3 32 27 PM

Screen Shot 2021-05-18 at 2 19 04 PM

Screen Shot 2021-05-18 at 2 18 53 PM

@jameskerr jameskerr requested review from a team and mason-fish May 19, 2021 15:51
Copy link
Contributor

@mason-fish mason-fish left a comment

Choose a reason for hiding this comment

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

lgtm! I pulled it down to click around and it seems very solid 👍 Just left a couple comments (I think my global state comment is the only one of significance)


return (
<Scrollable>
<BG className="release-notes">
Copy link
Contributor

Choose a reason for hiding this comment

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

I can't find where you're using this class (and am hoping that it is simply unused so that all of this component's styling is in one place 😬 ). Do we need it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Nope, that was used when I was developing, but it's not needed anymore. Thanks!

import Launches from "./Launches"

export default combineReducers<any, any>({
launches: Launches.reducer,
Copy link
Contributor

Choose a reason for hiding this comment

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

I think you'll also want to add this to the global reducer, no?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes I do!

"jwt-decode": "^3.1.2",
"keytar": "^7.3.0",
"lodash": "^4.17.19",
"markdown-it": "^10.0.0",
Copy link
Contributor

Choose a reason for hiding this comment

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

Oh nice, I forgot we even had this

@jameskerr jameskerr merged commit b498d10 into main May 20, 2021
@jameskerr jameskerr deleted the release-notes branch May 20, 2021 21:27
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.

Release Notes Tab Upon Upgrade

2 participants