stable
Clone or download
Read-only
Part of request #26381: Prevent relative imports outside of a package No functional change expected in the "additional actions" buttons ("Add to top backlog") for Program Management and AgileDashboard. Change-Id: Ifea1dc5d31d7ed627a4cc837566ea3d7fc1b4eef
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/cross-ref-badges/package.json | +5 | −0 | Go to diff View file |
A | lib/frontend/fp-feedback/.gitignore | +1 | −0 | Go to diff View file |
A | lib/frontend/fp-feedback/README.md | +3 | −0 | Go to diff View file |
R | src/scripts/tuleap/feedback.d.ts | Go to diff View file | ||
A | lib/frontend/fp-feedback/package.json | +27 | −0 | Go to diff View file |
A | lib/frontend/fp-feedback/pnpm-lock.yaml | +7 | −0 | Go to diff View file |
A | lib/frontend/fp-feedback/src/feedback.test.ts | +89 | −0 | Go to diff View file |
R | src/scripts/tuleap/feedback.js | Go to diff View file | ||
A | lib/frontend/fp-feedback/src/main.ts | +28 | −0 | Go to diff View file |
R | src/themes/FlamingParrot/css/utils/_feedback.scss | Go to diff View file | ||
A | lib/frontend/fp-feedback/tsconfig.json | +9 | −0 | Go to diff View file |
A | lib/frontend/fp-feedback/vite.config.ts | +32 | −0 | Go to diff View file |
M | lib/frontend/tlp-swatch-colors/package.json | +6 | −1 | Go to diff View file |
M | plugins/agiledashboard/package.json | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/pnpm-lock.yaml | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/scripts/artifact-additional-action/src/artifact-additional-action.test.ts | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/scripts/artifact-additional-action/src/artifact-additional-action.ts | +1 | −1 | Go to diff View file |
M | plugins/program_management/package.json | +1 | −1 | Go to diff View file |
M | plugins/program_management/pnpm-lock.yaml | +2 | −2 | Go to diff View file |
M | plugins/program_management/scripts/artifact-additional-action/src/artifact-additional-action.test.ts | +1 | −1 | Go to diff View file |
M | plugins/program_management/scripts/artifact-additional-action/src/artifact-additional-action.ts | +1 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/css/utils/_definitions.scss | +1 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/package.json | +2 | −1 | Go to diff View file |
M | src/themes/FlamingParrot/pnpm-lock.yaml | +2 | −0 | Go to diff View file |