From f4748e23b0682c0856f088d51a400ab683e87107 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Tue, 26 Feb 2019 09:17:18 -0500 Subject: [PATCH] notes to self --- site/content/tutorial/01-introduction/04-todo/App.svelte | 1 + site/content/tutorial/01-introduction/04-todo/text.md | 9 +++++++++ site/src/routes/examples/index.svelte | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 site/content/tutorial/01-introduction/04-todo/App.svelte create mode 100644 site/content/tutorial/01-introduction/04-todo/text.md diff --git a/site/content/tutorial/01-introduction/04-todo/App.svelte b/site/content/tutorial/01-introduction/04-todo/App.svelte new file mode 100644 index 0000000000..ac50b89923 --- /dev/null +++ b/site/content/tutorial/01-introduction/04-todo/App.svelte @@ -0,0 +1 @@ +

TODO: lots of things

\ No newline at end of file diff --git a/site/content/tutorial/01-introduction/04-todo/text.md b/site/content/tutorial/01-introduction/04-todo/text.md new file mode 100644 index 0000000000..1986341cb2 --- /dev/null +++ b/site/content/tutorial/01-introduction/04-todo/text.md @@ -0,0 +1,9 @@ +--- +title: TODO +--- + +* write the rest of the tutorial +* change the orientation of the REPL, so that it's editor on top, result on bottom +* remove the props editor. it's superfluous in this context +* add an 'open this in REPL' button that takes you to the full REPL +* figure out wtf to do on mobile \ No newline at end of file diff --git a/site/src/routes/examples/index.svelte b/site/src/routes/examples/index.svelte index 49dfc9d9c1..27c43b8ecf 100644 --- a/site/src/routes/examples/index.svelte +++ b/site/src/routes/examples/index.svelte @@ -1 +1 @@ -

Examples

\ No newline at end of file +

TODO

\ No newline at end of file