stable

Clone or download

Read-only

Extract codendi Tooltip lib

Part of request #20062 Transform the artifact modal into a lib No functional change expected in pages using the tooltip: - Modal v2 (Cardwall) in follow-up comments - Modal v3 (Kanban) in follow-up comments - Pullrequest plugin - Heartbeat widget - Artifact view in follow-up comments - Artifact links Change-Id: I911b981e936a397c2a4e514270f4bedc5e1f400c

Modified Files

Name
M plugins/pullrequest/package.json +1 −0 Go to diff View file
M plugins/pullrequest/scripts/src/app/tooltip-service.js +1 −1 Go to diff View file
M plugins/tracker/package.json +1 −0 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/package.json +1 −0 Go to diff View file
M plugins/tracker/scripts/angular-artifact-modal/src/tuleap-artifact-modal-controller.js +1 −1 Go to diff View file
M plugins/tracker/scripts/modal-v2/modal-in-place.js +2 −1 Go to diff View file
M src/package.json +1 −0 Go to diff View file
M src/scripts/dashboards/dashboard-async-widget.js +1 −1 Go to diff View file
M src/scripts/dashboards/dashboard.js +1 −1 Go to diff View file
M src/scripts/dashboards/widgets/project-heartbeat/project-heartbeat.js +1 −1 Go to diff View file
A src/scripts/lib/tooltip/.gitignore +1 −0 Go to diff View file
A src/scripts/lib/tooltip/README.md +28 −0 Go to diff View file
A src/scripts/lib/tooltip/package-lock.json +5 −0 Go to diff View file
A src/scripts/lib/tooltip/package.json +29 −0 Go to diff View file
R src/scripts/codendi/Tooltip.js Go to diff View file
A src/scripts/lib/tooltip/vite.config.ts +38 −0 Go to diff View file
M src/webpack.common.js +2 −2 Go to diff View file