From deaf42301b1716ca73c3e480db64149dd6ab1c7f Mon Sep 17 00:00:00 2001 From: cstns Date: Fri, 27 Sep 2024 12:43:11 +0300 Subject: [PATCH 1/7] Replace the activity instance selector with the listbox component --- frontend/src/pages/application/Activity.vue | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/frontend/src/pages/application/Activity.vue b/frontend/src/pages/application/Activity.vue index 012492e169..5a9add5512 100644 --- a/frontend/src/pages/application/Activity.vue +++ b/frontend/src/pages/application/Activity.vue @@ -6,12 +6,14 @@ @@ -26,10 +28,12 @@ import TeamAPI from '../../api/team.js' import FormHeading from '../../components/FormHeading.vue' import SectionTopMenu from '../../components/SectionTopMenu.vue' import AuditLogBrowser from '../../components/audit-log/AuditLogBrowser.vue' +import FfListbox from '../../ui-components/components/form/ListBox.vue' export default { name: 'ApplicationAuditLog', components: { + FfListbox, SectionTopMenu, AuditLogBrowser, FormHeading From 6f5e08f28b79c81e877339536b30988201d9c95e Mon Sep 17 00:00:00 2001 From: cstns Date: Fri, 17 Jan 2025 13:02:48 +0200 Subject: [PATCH 2/7] replace the form row wit hthe listbox component and updating ee e2e tests --- frontend/src/components/FormRow.vue | 12 +- .../tests-ee/applications/pipelines.spec.js | 216 +++++++++--------- .../tests-ee/blueprints/blueprints.spec.js | 4 +- .../tests-ee/landing/deploy-blueprint.js | 24 +- .../frontend/cypress/tests-ee/trials.spec.js | 2 +- 5 files changed, 133 insertions(+), 125 deletions(-) diff --git a/frontend/src/components/FormRow.vue b/frontend/src/components/FormRow.vue index ea1b6514ae..9e844c030f 100644 --- a/frontend/src/components/FormRow.vue +++ b/frontend/src/components/FormRow.vue @@ -48,11 +48,13 @@