Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

add coderoad repo links#270

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ShMcK merged 1 commit intomasterfromreference-contributing
Apr 15, 2020
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletionweb-app/src/Routes.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -48,7 +48,7 @@ const Routes = () => {
</Route>
{/* Completed */}
<Routepath="Tutorial.Completed">
<CompletedPagesend={send}context={context}/>
<CompletedPagecontext={context}/>
</Route>
</Router>
</Workspace>
Expand Down
8 changes: 5 additions & 3 deletionsweb-app/src/components/NewUserExperience/NuxTutorial.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -93,9 +93,11 @@ const NewUserExperienceTutorialCollapsible = (props: NuxProps) => {
</li>
</ol>
</Panel>
<Paneltitle="Contact">
We'd love to hear your comments, requests, issues, questions - reach out at{' '}
<ahref="mailto:coderoadapp@gmail.com">coderoadapp@gmail.com</a>.
<Paneltitle="Feedback">
<p>
Find a bug? Want to request a feature? Post an issue at{' '}
<ahref="https://github.com/coderoad/coderoad-vscode">https://github.com/coderoad/coderoad-vscode</a>
</p>
</Panel>
</Collapse>
)
Expand Down
14 changes: 4 additions & 10 deletionsweb-app/src/containers/Tutorial/CompletedPage.tsx
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,18 +18,14 @@ const styles = {

interfaceProps{
context:T.MachineContext
send(action:T.Action|string):void
}

constCompletedPage=(props:Props)=>{
constselectNewTutorial=()=>{
props.send('SELECT_TUTORIAL')
}
return(
<divcss={styles.page}>
<h1>Tutorial Complete!</h1>
<divcss={styles.section}>
<p>Thank you for demoing the CodeRoadbeta!</p>
<p>Thank you for demoing the CodeRoadpreview!</p>
</div>
<divcss={styles.section}>
<h3>Subscribe!</h3>
Expand All@@ -42,17 +38,15 @@ const CompletedPage = (props: Props) => {
</div>
<divcss={styles.section}>
<h3>Contact Us</h3>
<p>We'd love to hear your comments, ideas&feedback.</p>
<p>We'd love to hear your comments,issues,ideas&feedback.</p>
<p>
Reach out at<ahref="mailto:coderoadapp@gmail.com">coderoadapp@gmail.com</a>!
Reach out at{' '}
<ahref="https://github.com/coderoad/coderoad-vscode">https://github.com/coderoad/coderoad-vscode</a>!
</p>
</div>
<divcss={styles.section}>
<h3>Continue</h3>
<p>To try another tutorial, open a new VSCode workspace and launch the CodeRoad app</p>
<divcss={styles.buttonContainer}>
<ButtononClick={selectNewTutorial}>Return to Tutorial List</Button>
</div>
</div>
</div>
)
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp