## 概要 [Task3536: 画面実装](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3536) - タイピストグループ画面に削除ボタン配置 - 削除ボタンクリック時に確認ダイアログ表示→OKで削除API実行&ぐるぐる表示 - API実行結果によってメッセージの出し分け&画面リスト更新 - 翻訳情報追加 ## レビューポイント - エラーコードに認識違いないか? - 画面実装のお作法にそぐわないところがないか? - なんか抜けてる実装などあれば ## UIの変更 大した変更ではないので、スクショ置き場に置く手間を省いてここに貼り付けます  ## 動作確認状況 - 期待される動作を一通りローカルで確認しました。 - API実行中はぐるぐる表示されること - API成功または削除済みの場合は成功メッセージ表示され、画面更新されること - API失敗時、理由によってエラーメッセージが表示分けされること
Getting Started with Create React App
This project was bootstrapped with Create React App, using the Redux and Redux Toolkit TS template.
Available Scripts
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3001 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
npm test
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
npm run build
Builds the app for production to the build folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
npm run eject
Note: this is a one-way operation. Once you eject, you can’t go back!
If you aren’t satisfied with the build tool and configuration choices, you can eject at any time. This command will remove the single build dependency from your project.
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except eject will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
You don’t have to ever use eject. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
Learn More
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.