From 3612f2cb80444650b2e998eb2d6799b09872d96a Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Mon, 10 Nov 2025 23:07:17 +0900 Subject: [PATCH] [Refactor] MessageFormats: Improve reusability of setting container templates. --- .../setting_box/_templates/Templates.jsx | 20 +++++++++++-------- .../_templates/Templates.module.scss | 8 -------- 2 files changed, 12 insertions(+), 16 deletions(-) diff --git a/src-ui/views/app/config_page/setting_section/setting_box/_templates/Templates.jsx b/src-ui/views/app/config_page/setting_section/setting_box/_templates/Templates.jsx index b9050ab9..b74b9f2f 100644 --- a/src-ui/views/app/config_page/setting_section/setting_box/_templates/Templates.jsx +++ b/src-ui/views/app/config_page/setting_section/setting_box/_templates/Templates.jsx @@ -155,13 +155,17 @@ export const DownloadModelsContainer = (props) => ( export const MessageFormatContainer = (props) => { return ( -