]> cat aescling's git repositories - mastodon.git/commit
Replace tutorial modal with welcome e-mail (#6273)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 18 Jan 2018 18:17:25 +0000 (19:17 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Jan 2018 18:17:25 +0000 (19:17 +0100)
commitd799921c75e7bfb83504bb79dcc1c269c91d168c
tree8150e8c3d81038ed132127d2ea1ca2a44ff73fb1
parente56404be414ff2fc7ff11171fdd2b31a0658aa11
Replace tutorial modal with welcome e-mail (#6273)

* Remove onboarding modal

* Welcome e-mail

* Send welcome e-mail after confirmation

* Remove obsolete translations
49 files changed:
app/javascript/images/icon_done.svg [new file with mode: 0644]
app/javascript/mastodon/actions/onboarding.js [deleted file]
app/javascript/mastodon/containers/mastodon.js
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/util/async-components.js
app/javascript/styles/mailer.scss
app/javascript/styles/mastodon/components.scss
app/mailers/user_mailer.rb
app/models/user.rb
app/views/layouts/mailer.text.erb
app/views/user_mailer/welcome.html.haml [new file with mode: 0644]
app/views/user_mailer/welcome.text.erb [new file with mode: 0644]
config/locales/ar.yml
config/locales/bg.yml
config/locales/ca.yml
config/locales/de.yml
config/locales/en.yml
config/locales/eo.yml
config/locales/es.yml
config/locales/fa.yml
config/locales/fi.yml
config/locales/fr.yml
config/locales/gl.yml
config/locales/he.yml
config/locales/hr.yml
config/locales/hu.yml
config/locales/id.yml
config/locales/io.yml
config/locales/it.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/nl.yml
config/locales/no.yml
config/locales/oc.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/pt.yml
config/locales/ru.yml
config/locales/sr-Latn.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/th.yml
config/locales/tr.yml
config/locales/uk.yml
config/locales/zh-CN.yml
config/locales/zh-HK.yml
config/locales/zh-TW.yml
spec/mailers/previews/user_mailer_preview.rb