stable

Clone or download

Read-only

chore: tlp-feedback can now display clickable HTML links

This closes request #27546 Internal lib tlp-feedback can display content with links When using the internal tlp-feedback library, we are now able to display content with clickable links. This feature is now used with the GitLab create branch modal. Change-Id: I8702a8f6fd698af24df241db643783d068fcb601

Modified Files

Name
M lib/frontend/fp-feedback/package.json +5 −1 Go to diff View file
M lib/frontend/fp-feedback/pnpm-lock.yaml +22 −0 Go to diff View file
M lib/frontend/fp-feedback/src/feedback.test.ts +19 −1 Go to diff View file
M lib/frontend/fp-feedback/src/feedback.ts +7 −1 Go to diff View file
M lib/frontend/fp-feedback/vite.config.ts +8 −0 Go to diff View file
M plugins/gitlab/package.json +1 −0 Go to diff View file
M plugins/gitlab/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/gitlab/scripts/artifact-create-branch-action/src/components/ModalContent.vue +3 −6 Go to diff View file
M plugins/gitlab/scripts/artifact-create-branch-action/src/index.ts +2 −2 Go to diff View file
M plugins/gitlab/webpack.common.js +0 −3 Go to diff View file