replace alerts with toast 86/15086/1
authorKwonYongHyun <a48209952@gmail.com>
Thu, 25 Sep 2025 13:58:23 +0000 (22:58 +0900)
committerKwonYongHyun <a48209952@gmail.com>
Thu, 25 Sep 2025 13:58:23 +0000 (22:58 +0900)
commit09d1cdd6576dc8c1deb7d06e19af6a1300479f6f
tree2944b04a4141eb10e688aea845e9c8a43e5bfa19
parent13eb1b1c56ca2070e974871ab0e1b5d0a3d391aa
replace alerts with toast

- replace blocking alerts with non-blocking toasts
- add React Toast (react-bootstrap) and event bus API
- mount single Toaster at app root; cap to 3 Items

Issue-ID: AIMLFW-238
Change-Id: I5514b23a8d5a04c957669a275112a4dd88017499
Signed-off-by: KwonYongHyun <a48209952@gmail.com>
src/App.js
src/components/home/form/CreateFeatureGroupForm.js
src/components/home/form/CreateOrEditTrainingJobForm.js
src/components/home/pipelines/UploadPipeline.js
src/components/home/status/API_STATUS.js
src/components/home/status/ListFeatureGroup.js
src/components/home/status/StatusPageRows.js
src/components/toast/Toaster.jsx [new file with mode: 0644]
src/utils/toast-bus.js [new file with mode: 0644]