]> cat aescling's git repositories - mastodon.git/commit
Redesign public profiles and toots (#8068)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 28 Jul 2018 17:25:33 +0000 (19:25 +0200)
committerGitHub <noreply@github.com>
Sat, 28 Jul 2018 17:25:33 +0000 (19:25 +0200)
commitbb71538bb503159177d46d8956bd466973c0876b
tree41e39f53b365d91f83cfe393d75ddf8a1624ded9
parente23b26178a71f90d64fe2a3e9e4468f265ecc71c
Redesign public profiles and toots (#8068)
93 files changed:
app/controllers/concerns/account_controller_concern.rb
app/controllers/statuses_controller.rb
app/helpers/stream_entries_helper.rb
app/javascript/mastodon/components/relative_timestamp.js
app/javascript/packs/public.js
app/javascript/styles/application.scss
app/javascript/styles/mastodon/accounts.scss
app/javascript/styles/mastodon/basics.scss
app/javascript/styles/mastodon/components.scss
app/javascript/styles/mastodon/containers.scss
app/javascript/styles/mastodon/footer.scss
app/javascript/styles/mastodon/landing_strip.scss [deleted file]
app/javascript/styles/mastodon/stream_entries.scss
app/javascript/styles/mastodon/variables.scss
app/javascript/styles/mastodon/widgets.scss [new file with mode: 0644]
app/models/concerns/account_header.rb
app/views/accounts/_bio.html.haml [new file with mode: 0644]
app/views/accounts/_follow_button.html.haml [deleted file]
app/views/accounts/_follow_grid.html.haml [deleted file]
app/views/accounts/_follow_grid_hidden.html.haml [deleted file]
app/views/accounts/_grid_card.html.haml [deleted file]
app/views/accounts/_header.html.haml
app/views/accounts/_moved.html.haml [moved from app/views/accounts/_moved_strip.html.haml with 54% similarity]
app/views/accounts/_nothing_here.html.haml [deleted file]
app/views/accounts/show.html.haml
app/views/application/_card.html.haml [new file with mode: 0644]
app/views/application/_sidebar.html.haml [new file with mode: 0644]
app/views/auth/registrations/new.html.haml
app/views/authorize_follows/_card.html.haml [deleted file]
app/views/authorize_follows/show.html.haml
app/views/authorize_follows/success.html.haml
app/views/follower_accounts/index.html.haml
app/views/following_accounts/index.html.haml
app/views/layouts/public.html.haml
app/views/remote_follow/new.html.haml
app/views/remote_unfollows/success.html.haml
app/views/settings/migrations/show.html.haml
app/views/settings/profiles/show.html.haml
app/views/shared/_landing_strip.html.haml [deleted file]
app/views/stream_entries/_content_spoiler.html.haml [deleted file]
app/views/stream_entries/_detailed_status.html.haml
app/views/stream_entries/_media.html.haml [deleted file]
app/views/stream_entries/_more.html.haml [deleted file]
app/views/stream_entries/_simple_status.html.haml
app/views/stream_entries/_status.html.haml
app/views/stream_entries/embed.html.haml
app/views/stream_entries/show.html.haml
config/locales/ar.yml
config/locales/ast.yml
config/locales/bg.yml
config/locales/ca.yml
config/locales/co.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/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/sk.yml
config/locales/sl.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
lib/mastodon/version.rb
package.json
spec/views/stream_entries/show.html.haml_spec.rb
yarn.lock