mastodon/app/javascript/flavours/glitch/components
Thibaut Girka 1222e0a381 Use new getDerivedStateFromProps instead of deprecated componentWillReceiveProps
As we are already using the new getSnapshotBeforeUpdate lifecycle method,
we apparently cannot use the deprecated ones at all in this component.
2018-04-27 01:24:55 +02:00
..
account.js [Glitch] Display unfollow button even if account moved 2018-03-29 14:59:20 +02:00
attachment_list.js Fix attachment lists 2018-03-28 22:19:36 +02:00
avatar.js
avatar_overlay.js
button.js
collapsable.js
column.js
column_back_button.js
column_back_button_slim.js
column_header.js Add show more/less toggle for entire threads in web UI 2018-04-22 19:19:01 +02:00
display_name.js
domain.js Add basic domain block UI 2018-03-30 10:07:33 +02:00
dropdown_menu.js [Glitch] Remove pointer events on the entire UI when a dropdown menu is open 2018-03-30 12:45:23 +02:00
extended_video_player.js [Glitch] Improved media modal 2018-04-08 23:15:25 +02:00
icon.js
icon_button.js
intersection_observer_article.js
link.js
load_more.js
loading_indicator.js
media_gallery.js Merge pull request #435 from ThibG/glitch-soc/features/public-modals 2018-04-22 12:07:29 -04:00
missing_indicator.js
modal_root.js [Glitch] Show media modal on public pages 2018-04-20 15:58:36 +02:00
notification_purge_buttons.js
permalink.js
relative_timestamp.js
scrollable_list.js Fix auto-collapsed toots making the TL jump (fixes #417) 2018-04-19 11:30:42 +02:00
setting_text.js
status.js Use new getDerivedStateFromProps instead of deprecated componentWillReceiveProps 2018-04-27 01:24:55 +02:00
status_action_bar.js Glitchsoc-specific changes to allow boosting own private toots 2018-04-19 11:24:29 +02:00
status_content.js Add show more/less toggle for entire threads in web UI 2018-04-22 19:19:01 +02:00
status_header.js compress boost/fave notifications more 2018-03-13 13:54:57 -04:00
status_icons.js Refactor the infamous three-valued boolean into two booleans, trying to simplify the logic 2018-04-22 19:18:15 +02:00
status_list.js [Glitch] Fix the hot key (j, k) does not function correctly when there is a pinned toot in account timeline. 2018-04-22 23:11:16 +02:00
status_prepend.js [Glitch] Federate pinned statuses over ActivityPub 2018-03-16 23:16:20 +01:00
status_visibility_icon.js
text_icon_button.js