chinwagsocial/app/javascript/mastodon/components
ThibG b67caf9be4
Add paragraph about browser add-ons when encountering some errors (#14801)
* Add paragraph about browser add-ons when encountering some errors

When a crash is caused by a NotFoundError exception, add a paragraph
to the error page mentioning browser add-ons.

Indeed, crashes with NotFoundError are often caused by browser extensions
messing with the DOM in ways React.JS can't recover from (e.g. issues #13325
and #14731).

* Reword error messages
2020-09-14 15:05:22 +02:00
..
__tests__
account.js
animated_number.js
attachment_list.js
autosuggest_emoji.js
autosuggest_hashtag.js Replace shortNumberFormat with <ShortNumber> (#14061) 2020-07-06 14:27:32 +02:00
autosuggest_input.js
autosuggest_textarea.js
avatar.js
avatar_composite.js
avatar_overlay.js
blurhash.js Improve safety of Blurhash component (#14278) 2020-07-09 22:32:36 +02:00
button.js
column.js
column_back_button.js
column_back_button_slim.js
column_header.js
common_counter.js Fix following_counter plural to include "one" (#14342) 2020-07-17 07:08:23 +02:00
display_name.js
domain.js
dropdown_menu.js Fix scrolling issues when closing some dropdown menus (#14606) 2020-08-21 14:14:28 +02:00
error_boundary.js Add paragraph about browser add-ons when encountering some errors (#14801) 2020-09-14 15:05:22 +02:00
gifv.js Fix click range discrepancies in gifv (#14615) 2020-08-23 00:08:12 +02:00
hashtag.js Replace shortNumberFormat with <ShortNumber> (#14061) 2020-07-06 14:27:32 +02:00
icon.js
icon_button.js
icon_with_badge.js
intersection_observer_article.js
load_gap.js
load_more.js
load_pending.js
loading_indicator.js
media_gallery.js Replace repetitive blurhash code with component (#14267) 2020-07-09 13:01:30 +02:00
missing_indicator.js
modal_root.js
permalink.js
poll.js
radio_button.js
regeneration_indicator.js
relative_timestamp.js
scrollable_list.js Fix keyboard navigation in scrollable lists (#14348) 2020-07-18 18:55:36 +02:00
setting_text.js
short_number.js Replace shortNumberFormat with <ShortNumber> (#14061) 2020-07-06 14:27:32 +02:00
status.js Freeze scroll position when a dropdown menu is open in the TL (#14271) 2020-07-09 15:09:19 +02:00
status_action_bar.js Fix: also use custom private boost icon for detailed status (#14471) 2020-08-24 14:13:44 +02:00
status_content.js
status_list.js Freeze scroll position when a dropdown menu is open in the TL (#14271) 2020-07-09 15:09:19 +02:00
timeline_hint.js