fleet/frontend/interfaces
noahtalerman d604c6a106
Updated 500 page copy and added button to reveal error message. (#1)
Updated the 500 page component to render a "SHOW ERROR" button.

This button is only rendered if the errors slice of the state contains an error and the base property exists. Otherwise, the 500 page will not render this button because there is no error message to show the user.

Created a errors500 reducer and actions to update the state tree when a 500 error occurs. When 500 error occurs, the errors slice of state is updated with the error object. When the 500 page component unmounts the error object is removed from state.

Demo: https://www.loom.com/share/b87c4aee42274e7bb553e703d3f950c6
2020-11-04 12:07:53 -08:00
..
campaign.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
config_option.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
config.js Add ability to disable live queries (#2167) 2020-01-13 16:53:04 -08:00
decorators.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
dropdownOption.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
enroll_secret.js Upgrade eslint and dependencies (#2255) 2020-07-06 19:31:48 -07:00
errors500.js Updated 500 page copy and added button to reveal error message. (#1) 2020-11-04 12:07:53 -08:00
form_field.js Upgrade eslint and dependencies (#2255) 2020-07-06 19:31:48 -07:00
host.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
invite.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
label.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
license.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
notification.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
osquery_table.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
pack.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
query_result.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
query.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
redirect_location.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
registration_form_data.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
scheduled_query.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
ssoSettings.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
status_labels.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
target.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00
user.js Fix React deprecation warnings (#1976) 2019-01-06 17:25:33 -08:00