From 151e37c282d3e3f55c493c584f0e0759a09bf3b7 Mon Sep 17 00:00:00 2001 From: Thomas Camlong <49837342+ajnart@users.noreply.github.com> Date: Wed, 25 May 2022 18:13:29 +0200 Subject: [PATCH 01/30] Update Crowdin configuration file --- crowdin.yml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml new file mode 100644 index 000000000..7e3d7fb44 --- /dev/null +++ b/crowdin.yml @@ -0,0 +1,3 @@ +files: + - source: /src/**/*.ts + translation: /src/i18n/%two_letters_code%/%original_file_name% From 4026d0b6befb13615ed67e917cda0239b1a52a44 Mon Sep 17 00:00:00 2001 From: ajnart Date: Wed, 25 May 2022 18:26:13 +0200 Subject: [PATCH 02/30] :lipstick: Update poster styling --- .../modules/calendar/MediaDisplay.tsx | 27 ++++++++++--------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/components/modules/calendar/MediaDisplay.tsx b/src/components/modules/calendar/MediaDisplay.tsx index e3a4a90b7..f26d843a2 100644 --- a/src/components/modules/calendar/MediaDisplay.tsx +++ b/src/components/modules/calendar/MediaDisplay.tsx @@ -32,19 +32,20 @@ function MediaDisplay(props: { media: IMedia }) { height={400} /> )} - - {media.title} - {media.imdbId && ( - - - - - - )} + + + {media.title} + {media.imdbId && ( + + + + + + )} + {media.artist && ( Date: Wed, 25 May 2022 18:32:55 +0200 Subject: [PATCH 03/30] :fire: Remove Crowdin --- crowdin.yml | 3 --- 1 file changed, 3 deletions(-) delete mode 100644 crowdin.yml diff --git a/crowdin.yml b/crowdin.yml deleted file mode 100644 index 7e3d7fb44..000000000 --- a/crowdin.yml +++ /dev/null @@ -1,3 +0,0 @@ -files: - - source: /src/**/*.ts - translation: /src/i18n/%two_letters_code%/%original_file_name% From 1ec8f1db193628b816ab14825afb6fd0a3890294 Mon Sep 17 00:00:00 2001 From: ajnart Date: Thu, 26 May 2022 00:10:48 +0200 Subject: [PATCH 04/30] :ambulance: Critical hotfix for various bugs --- src/components/Config/ConfigChanger.tsx | 2 +- src/components/Config/SaveConfig.tsx | 1 - src/components/Config/SelectConfig.tsx | 16 ---------------- src/components/modules/calendar/MediaDisplay.tsx | 1 - src/tools/state.tsx | 2 +- 5 files changed, 2 insertions(+), 20 deletions(-) delete mode 100644 src/components/Config/SelectConfig.tsx diff --git a/src/components/Config/ConfigChanger.tsx b/src/components/Config/ConfigChanger.tsx index 8d4be4db8..5b8836803 100644 --- a/src/components/Config/ConfigChanger.tsx +++ b/src/components/Config/ConfigChanger.tsx @@ -9,7 +9,7 @@ export default function ConfigChanger() { useEffect(() => { getConfigs().then((configs) => setConfigList(configs)); // setConfig(initialConfig); - }, [config.name]); + }, [config]); // If configlist is empty, return a loading indicator if (configList.length === 0) { return ( diff --git a/src/components/Config/SaveConfig.tsx b/src/components/Config/SaveConfig.tsx index a0b7997e7..4d4835684 100644 --- a/src/components/Config/SaveConfig.tsx +++ b/src/components/Config/SaveConfig.tsx @@ -44,7 +44,6 @@ export default function SaveConfigComponent(props: any) { > (''); - return ( -