]> cat aescling's git repositories - mastodon.git/commit
Redesign landing page (#10232)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 12 Mar 2019 16:34:00 +0000 (17:34 +0100)
committerGitHub <noreply@github.com>
Tue, 12 Mar 2019 16:34:00 +0000 (17:34 +0100)
commit65fffeac3f960f9c74d693525a73ac14b201bf2b
tree41d5eaa2a446e161dc26d39960cde870135ee06f
parent6a8dc59eb8187b49aa3cbf3e4bf80565d8aa15d3
Redesign landing page (#10232)
77 files changed:
app/controllers/about_controller.rb
app/controllers/public_timelines_controller.rb [new file with mode: 0644]
app/controllers/tags_controller.rb
app/helpers/home_helper.rb
app/javascript/mastodon/containers/timeline_container.js
app/javascript/mastodon/features/standalone/community_timeline/index.js [deleted file]
app/javascript/mastodon/features/standalone/hashtag_timeline/index.js
app/javascript/mastodon/features/standalone/public_timeline/index.js
app/javascript/mastodon/features/status/components/detailed_status.js
app/javascript/styles/mastodon/about.scss
app/javascript/styles/mastodon/forms.scss
app/javascript/styles/mastodon/widgets.scss
app/presenters/instance_presenter.rb
app/views/about/_features.html.haml [deleted file]
app/views/about/_forms.html.haml [deleted file]
app/views/about/_links.html.haml [deleted file]
app/views/about/_login.html.haml [new file with mode: 0644]
app/views/about/_registration.html.haml
app/views/about/show.html.haml
app/views/layouts/public.html.haml
app/views/public_timelines/show.html.haml [new file with mode: 0644]
app/views/tags/show.html.haml
config/locales/ar.yml
config/locales/ast.yml
config/locales/bg.yml
config/locales/bn.yml
config/locales/ca.yml
config/locales/co.yml
config/locales/cs.yml
config/locales/cy.yml
config/locales/da.yml
config/locales/de.yml
config/locales/el.yml
config/locales/en.yml
config/locales/eo.yml
config/locales/es.yml
config/locales/eu.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/ka.yml
config/locales/kk.yml
config/locales/ko.yml
config/locales/lt.yml
config/locales/ms.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/ro.yml
config/locales/ru.yml
config/locales/sk.yml
config/locales/sl.yml
config/locales/sq.yml
config/locales/sr-Latn.yml
config/locales/sr.yml
config/locales/sv.yml
config/locales/te.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
config/routes.rb
spec/requests/localization_spec.rb
spec/views/about/show.html.haml_spec.rb