1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

New: Improve empty list messaging

This commit is contained in:
Bogdan
2023-06-27 01:18:03 +03:00
committed by GitHub
parent 5184d995ca
commit ee843259bc
6 changed files with 27 additions and 15 deletions
+4 -1
View File
@@ -1,6 +1,7 @@
import _ from 'lodash';
import PropTypes from 'prop-types';
import React, { Component, Fragment } from 'react';
import Alert from 'Components/Alert';
import Icon from 'Components/Icon';
import Label from 'Components/Label';
import SpinnerButton from 'Components/Link/SpinnerButton';
@@ -59,7 +60,9 @@ class Updates extends Component {
{
noUpdates &&
<div>No updates are available</div>
<Alert kind={kinds.INFO}>
No updates are available
</Alert>
}
{