Details page redesign (#3946)

* mobile improvements to performer page
* updated remaining details pages
* fixes tag page on mobile
* implemented show hide for performer details
* fixes card width cutoff on mobile(not related to redesign)
* added background image option plus more improvements
* add tooltip for age field
* translate encoding message string
This commit is contained in:
CJ
2023-07-31 01:10:42 -05:00
committed by GitHub
parent a665a56ef0
commit b8e2f2a0fa
30 changed files with 2023 additions and 1022 deletions

View File

@@ -683,7 +683,11 @@ export const SceneEditPanel: React.FC<IProps> = ({
const image = useMemo(() => {
if (encodingImage) {
return <LoadingIndicator message="Encoding image..." />;
return (
<LoadingIndicator
message={`${intl.formatMessage({ id: "encoding_image" })}...`}
/>
);
}
if (coverImagePreview) {