]> cat aescling's git repositories - mastodon.git/commit
Redesign public profiles (#4608)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 16 Aug 2017 15:12:58 +0000 (17:12 +0200)
committerGitHub <noreply@github.com>
Wed, 16 Aug 2017 15:12:58 +0000 (17:12 +0200)
commitca7ea1aba92f97e93f3c49e972f686a78779fd71
treece5137b08252ea956ee0b729ccaceb55e3e80f4f
parentf814661fcaed99221bf0b250dbe14349cb702833
Redesign public profiles (#4608)

* Redesign public profiles

* Responsive design

* Change public profile status filtering defaults and add options

- No longer displays private/direct toots even if you are permitted access
- By default omits replies
- "With replies" option
- "Media only" option

* Redesign account grid cards

* Fix style issues
12 files changed:
app/controllers/accounts_controller.rb
app/helpers/application_helper.rb
app/javascript/styles/accounts.scss
app/javascript/styles/landing_strip.scss
app/javascript/styles/stream_entries.scss
app/models/account.rb
app/views/accounts/_grid_card.html.haml
app/views/accounts/_header.html.haml
app/views/accounts/show.html.haml
app/views/shared/_landing_strip.html.haml
config/locales/en.yml
config/routes.rb