From 0eec985a6288512f349774be866d507728093710 Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:38:09 +0900 Subject: [PATCH] [bugfix/Refactor] Checkbox Component. Fix to disabled when it's loading(it was clickable continuously) --- .../_components/checkbox/Checkbox.jsx | 24 -------- .../_components/checkbox/Checkbox.module.scss | 60 ------------------- .../setting_box/_components/index.js | 1 - .../setting_box/_templates/Templates.jsx | 2 +- .../setting_box/others/Others.jsx | 2 +- .../common_components/checkbox/Checkbox.jsx | 11 ++-- .../checkbox/Checkbox.module.scss | 6 ++ 7 files changed, 15 insertions(+), 91 deletions(-) delete mode 100644 src-ui/app/config_page/setting_section/setting_box/_components/checkbox/Checkbox.jsx delete mode 100644 src-ui/app/config_page/setting_section/setting_box/_components/checkbox/Checkbox.module.scss diff --git a/src-ui/app/config_page/setting_section/setting_box/_components/checkbox/Checkbox.jsx b/src-ui/app/config_page/setting_section/setting_box/_components/checkbox/Checkbox.jsx deleted file mode 100644 index 752597f5..00000000 --- a/src-ui/app/config_page/setting_section/setting_box/_components/checkbox/Checkbox.jsx +++ /dev/null @@ -1,24 +0,0 @@ -import styles from "./Checkbox.module.scss"; - -export const Checkbox = (props) => { - return ( -