Glitch-Shrike/app/javascript/mastodon/components
aschmitz 4de211b80a Break out nested relationship API keys (#5887)
* Break out nested relationship API keys

This closes #5856 by restoring the existing behavior of the `muting`
and `following` keys (returning booleans rather than truthy or false).
It adds `showing_reblogs` and `muting_notifications` keys:

* `showing_reblogs` returns true if:
  1. You've requested to follow the user, with reblogs shown, or
  2. You are following the user, with reblogs shown.
* `muting_notifications` returns true if you have muted the user and
  their notifications as well.

* Rubocop fix

* Fix pulling reblog/mute status from relationships

I could swear this had passed tests before, but apparently not.
Works now.

* More test fixes

Really, you'd expect this to be more straightforward.
2017-12-06 16:10:54 +01:00
..
__tests__
account.js Break out nested relationship API keys (#5887) 2017-12-06 16:10:54 +01:00
attachment_list.js
autosuggest_emoji.js
autosuggest_textarea.js Add aria-autocomplete='list' in Textaria (#5889) 2017-12-05 11:32:00 +01:00
avatar.js
avatar_overlay.js
button.js
collapsable.js
column.js
column_back_button.js
column_back_button_slim.js
column_header.js
display_name.js
dropdown_menu.js Rename ariaLabel property of Dropdown to title (#5813) 2017-11-25 15:41:08 +01:00
extended_video_player.js
icon_button.js Avoid unnecessary Motion components in icon_button.js (#5544) 2017-10-27 19:08:07 +02:00
intersection_observer_article.js
load_more.js
loading_indicator.js
media_gallery.js
missing_indicator.js
permalink.js
relative_timestamp.js
scrollable_list.js Replace react-router-scroll to react-router-scroll-4 (#5568) 2017-11-01 06:58:38 +09:00
setting_text.js
status.js Refactor initial state: "me" (#5563) 2017-10-31 11:27:48 +09:00
status_action_bar.js Rename ariaLabel property of Dropdown to title (#5813) 2017-11-25 15:41:08 +01:00
status_content.js
status_list.js