stable
Clone or download
Read-only
part of request #32268 Replace Select2 by Lazybox in plugin-label How to test: - make post-chekout - Go to a project dashboard - Add a project labeled items widget --> It works --> The styles are not broken --> The widget's translations work Change-Id: I52349c5b01e5d7996b38b814718a9b63ced0571a
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/label/include/Label/Widget/ProjectLabeledItems.php | +12 | −4 | Go to diff View file |
M | plugins/label/include/labelPlugin.php | +3 | −3 | Go to diff View file |
D | plugins/label/pnpm-lock.yaml | +0 | −149 | Go to diff View file |
A | plugins/label/scripts/configure-widget/package.json | +19 | −0 | Go to diff View file |
A | plugins/label/scripts/configure-widget/pnpm-lock.yaml | +21 | −0 | Go to diff View file |
R | plugins/label/scripts/configure-widget/index.js | Go to diff View file | ||
R | plugins/label/scripts/configure-widget/labels-box.js | Go to diff View file | ||
R | plugins/label/themes/_labels-box.scss | Go to diff View file | ||
R | plugins/label/tsconfig.json | Go to diff View file | ||
A | plugins/label/scripts/configure-widget/vite.config.ts | +39 | −0 | Go to diff View file |
R | plugins/label/package.json | Go to diff View file | ||
A | plugins/label/scripts/project-labeled-items/pnpm-lock.yaml | +322 | −0 | Go to diff View file |
M | plugins/label/scripts/project-labeled-items/src/LabeledItemsList.test.js | +92 | −142 | Go to diff View file |
M | plugins/label/scripts/project-labeled-items/src/LabeledItemsList.vue | +20 | −5 | Go to diff View file |
M | plugins/label/scripts/project-labeled-items/src/index.js | +10 | −11 | Go to diff View file |
A | plugins/label/scripts/project-labeled-items/src/local-vue-for-test.js | +32 | −0 | Go to diff View file |
R | plugins/label/themes/label.scss | Go to diff View file | ||
A | plugins/label/scripts/project-labeled-items/tsconfig.json | +4 | −0 | Go to diff View file |
R | plugins/label/vite.config.ts | Go to diff View file |