mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
React code splitting (#2603)
* Code split using react lazy * Split locales * Move to lodash-es * Import individual icons
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { faUser } from "@fortawesome/free-solid-svg-icons";
|
||||
import React from "react";
|
||||
import { Button } from "react-bootstrap";
|
||||
import { Link } from "react-router-dom";
|
||||
@@ -36,7 +37,7 @@ export const PerformerPopoverButton: React.FC<IProps> = ({ performers }) => {
|
||||
content={popoverContent}
|
||||
>
|
||||
<Button className="minimal">
|
||||
<Icon icon="user" />
|
||||
<Icon icon={faUser} />
|
||||
<span>{performers.length}</span>
|
||||
</Button>
|
||||
</HoverPopover>
|
||||
|
||||
Reference in New Issue
Block a user