]> cat aescling's git repositories - mastodon.git/commit
Add new first-time tutorial (#9531)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 17 Dec 2018 10:07:17 +0000 (11:07 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Dec 2018 10:07:17 +0000 (11:07 +0100)
commit9cb26bb56b6b61e4e8577519347ada40a7751cd6
tree5a95798d4ef4b17df6798539c6a44ccebf9284a1
parentbfd0ebf92593d048d16a3882ddf44f83fa28cee2
Add new first-time tutorial (#9531)

* Prepare to load onboarding as a full page

* Update the first-time introduction

* Improve responsive design

* Replace speech bubble with logo

* Increase text size and reword first paragraph
13 files changed:
app/javascript/images/screen_federation.svg [new file with mode: 0644]
app/javascript/images/screen_hello.svg [new file with mode: 0644]
app/javascript/images/screen_interactions.svg [new file with mode: 0644]
app/javascript/mastodon/actions/onboarding.js
app/javascript/mastodon/containers/mastodon.js
app/javascript/mastodon/features/introduction/index.js [new file with mode: 0644]
app/javascript/mastodon/features/ui/components/modal_root.js
app/javascript/mastodon/features/ui/components/onboarding_modal.js [deleted file]
app/javascript/mastodon/features/ui/index.js
app/javascript/mastodon/features/ui/util/async-components.js
app/javascript/styles/application.scss
app/javascript/styles/mastodon/components.scss
app/javascript/styles/mastodon/introduction.scss [new file with mode: 0644]