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

Commitf3ac6bd

Browse files
committed
add coderoad repo links
Signed-off-by: shmck <shawn.j.mckay@gmail.com>
1 parent540b034 commitf3ac6bd

File tree

3 files changed

+10
-14
lines changed

3 files changed

+10
-14
lines changed

‎web-app/src/Routes.tsx‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const Routes = () => {
4848
</Route>
4949
{/* Completed */}
5050
<Route path="Tutorial.Completed">
51-
<CompletedPagesend={send}context={context} />
51+
<CompletedPage context={context} />
5252
</Route>
5353
</Router>
5454
</Workspace>

‎web-app/src/components/NewUserExperience/NuxTutorial.tsx‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,11 @@ const NewUserExperienceTutorialCollapsible = (props: NuxProps) => {
9393
</li>
9494
</ol>
9595
</Panel>
96-
<Panel title="Contact">
97-
We'd love to hear your comments, requests, issues, questions - reach out at{' '}
98-
<a href="mailto:coderoadapp@gmail.com">coderoadapp@gmail.com</a>.
96+
<Panel title="Feedback">
97+
<p>
98+
Find a bug? Want to request a feature? Post an issue at{' '}
99+
<a href="https://github.com/coderoad/coderoad-vscode">https://github.com/coderoad/coderoad-vscode</a>
100+
</p>
99101
</Panel>
100102
</Collapse>
101103
)

‎web-app/src/containers/Tutorial/CompletedPage.tsx‎

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,14 @@ const styles = {
1818

1919
interface Props {
2020
context: T.MachineContext
21-
send(action: T.Action | string): void
2221
}
2322

2423
const CompletedPage = (props: Props) => {
25-
const selectNewTutorial = () => {
26-
props.send('SELECT_TUTORIAL')
27-
}
2824
return (
2925
<div css={styles.page}>
3026
<h1>Tutorial Complete!</h1>
3127
<div css={styles.section}>
32-
<p>Thank you for demoing the CodeRoadbeta!</p>
28+
<p>Thank you for demoing the CodeRoadpreview!</p>
3329
</div>
3430
<div css={styles.section}>
3531
<h3>Subscribe!</h3>
@@ -42,17 +38,15 @@ const CompletedPage = (props: Props) => {
4238
</div>
4339
<div css={styles.section}>
4440
<h3>Contact Us</h3>
45-
<p>We'd love to hear your comments, ideas & feedback.</p>
41+
<p>We'd love to hear your comments,issues,ideas & feedback.</p>
4642
<p>
47-
Reach out at <a href="mailto:coderoadapp@gmail.com">coderoadapp@gmail.com</a>!
43+
Reach out at{' '}
44+
<a href="https://github.com/coderoad/coderoad-vscode">https://github.com/coderoad/coderoad-vscode</a>!
4845
</p>
4946
</div>
5047
<div css={styles.section}>
5148
<h3>Continue</h3>
5249
<p>To try another tutorial, open a new VSCode workspace and launch the CodeRoad app</p>
53-
<div css={styles.buttonContainer}>
54-
<Button onClick={selectNewTutorial}>Return to Tutorial List</Button>
55-
</div>
5650
</div>
5751
</div>
5852
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp