stable

Clone or download

Read-only

refactor: Use Option for fault feedback

No functional change expected. When there is an issue with a REST query (for example when loading existing links), then a feedback message is shown at the top of the modal. part of request #31206 Use Option in the artifact modal Change-Id: Ib5e6c97f31b0aa756063f457617fcf05be385c39

Modified Files

Name
M lib/frontend/option/README.md +23 −7 Go to diff View file
M lib/frontend/option/src/Option.test-d.ts +28 −5 Go to diff View file
M lib/frontend/option/src/Option.test.ts +28 −1 Go to diff View file
M lib/frontend/option/src/Option.ts +4 −0 Go to diff View file
R plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/feedback/FaultFeedbackPresenter.test.ts Go to diff View file
R plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/feedback/FaultFeedbackPresenter.ts Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/feedback/ModalFeedback.test.ts +5 −7 Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/feedback/ModalFeedback.ts +17 −15 Go to diff View file
R plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/feedback/FaultFeedbackController.test.ts Go to diff View file
R plugins/tracker/scripts/lib/artifact-modal/src/adapters/UI/feedback/FaultFeedbackController.ts Go to diff View file
M plugins/tracker/scripts/lib/artifact-modal/src/tuleap-artifact-modal-controller.js +1 −1 Go to diff View file