From 9cc9a3bd94d260d752176815b4c546438a201fd3 Mon Sep 17 00:00:00 2001 From: "saito.k" Date: Tue, 13 Feb 2024 02:12:00 +0000 Subject: [PATCH] =?UTF-8?q?Merged=20PR=20744:=20=E3=82=BF=E3=82=B9?= =?UTF-8?q?=E3=82=AF=E4=B8=80=E8=A6=A7=E7=94=BB=E9=9D=A2=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 概要 [Task3672: タスク一覧画面修正](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3672) - タスク一覧の表示項目制御用のチェックボックスの操作可能範囲を修正 - 「Comment」のチェックボックスをリテラルまで押せるようにした - タスク一覧のPriorityがHighの時の表示を変更した - 行を赤く表示→文字を赤く表示 ## レビューポイント - 修正する箇所の認識は合っているか ## UIの変更 -https://ndstokyo.sharepoint.com/:f:/r/sites/Piranha/Shared%20Documents/General/OMDS/%E3%82%B9%E3%82%AF%E3%83%AA%E3%83%BC%E3%83%B3%E3%82%B7%E3%83%A7%E3%83%83%E3%83%88/Task3672?csf=1&web=1&e=nSX5B0 ## 動作確認状況 - ローカルで確認 ## 補足 - 相談、参考資料などがあれば --- .../src/pages/DictationPage/displayInfo.tsx | 1 + .../src/pages/DictationPage/index.tsx | 15 +++++++-------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/dictation_client/src/pages/DictationPage/displayInfo.tsx b/dictation_client/src/pages/DictationPage/displayInfo.tsx index 74224b9..6a688e4 100644 --- a/dictation_client/src/pages/DictationPage/displayInfo.tsx +++ b/dictation_client/src/pages/DictationPage/displayInfo.tsx @@ -353,6 +353,7 @@ export const DisPlayInfo: React.FC = (): JSX.Element => {