Search and History Improvements

This commit is contained in:
Qstick
2020-10-21 18:53:04 -04:00
parent dd8313f9ce
commit 94b295ddcf
34 changed files with 148 additions and 472 deletions
@@ -27,6 +27,7 @@ class AddIndexerItem extends Component {
render() {
const {
name,
implementation,
implementationName,
infoLink,
@@ -47,7 +48,7 @@ class AddIndexerItem extends Component {
<div className={styles.overlay}>
<div className={styles.name}>
{implementationName}
{name}
</div>
<div className={styles.actions}>
@@ -101,6 +102,7 @@ class AddIndexerItem extends Component {
}
AddIndexerItem.propTypes = {
name: PropTypes.string.isRequired,
implementation: PropTypes.string.isRequired,
implementationName: PropTypes.string.isRequired,
infoLink: PropTypes.string.isRequired,