feat(client): add background animation for description of first challenge (#44519)

* initial

* Apply suggestions from code review

* Update client/src/templates/Challenges/classic/editor.css
This commit is contained in:
Ahmad Abdolsaheb
2021-12-17 23:21:17 +03:00
committed by GitHub
parent 54a94528c7
commit ee73042c84
4 changed files with 44 additions and 5 deletions

View File

@@ -342,6 +342,9 @@ class ShowClassic extends Component<ShowClassicProps, ShowClassicState> {
renderEditor() {
const {
pageContext: {
projectPreview: { showProjectPreview }
},
challengeFiles,
data: {
challengeNode: {
@@ -365,6 +368,7 @@ class ShowClassic extends Component<ShowClassicProps, ShowClassicState> {
resizeProps={this.resizeProps}
title={title}
usesMultifileEditor={usesMultifileEditor}
showProjectPreview={showProjectPreview}
/>
)
);