From bfc70f67bd4c7d4072933b1bab9019e57cfcb88c Mon Sep 17 00:00:00 2001 From: lisaforsyth Date: Wed, 27 Nov 2024 16:34:27 -0800 Subject: [PATCH 1/2] Accessibility fixes for listings page dss-700 --- .gitignore | 1 + .../components/listings-table/listings-table.component.html | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 023472b8..37b01070 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,7 @@ note **/Properties/launchSettings.json secrets .terraform +.vs docker.env backup.sql docker-compose.yml diff --git a/frontend/src/app/features/components/listings-table/listings-table.component.html b/frontend/src/app/features/components/listings-table/listings-table.component.html index b3ad6fc6..916d0be3 100644 --- a/frontend/src/app/features/components/listings-table/listings-table.component.html +++ b/frontend/src/app/features/components/listings-table/listings-table.component.html @@ -5,12 +5,12 @@

Listings

- + + placeholder="Search" pInputText [(ngModel)]="searchTerm" aria-label="Search input" /> + icon="pi pi-times" (click)="onClearSearchBox()" aria-label="Clear search"> @@ -86,7 +86,7 @@

Listings

*ngIf="this.sort && this.sort.prop === 'platformListingNo' && this.sort.dir === 'asc'"> - Listing Details + Details Listings Business Licence on Listing + (click)="onSort('businessLicenceNo')">Listing BL Listings Matched Business Licence + (click)="onSort('businessLicenceNoMatched')">Matched BL Listings
-
+
N
-
+
A
-
+
I
Listings
+ [closeOnEscape]="true" position="right" [modal]="false"> Filter Listings diff --git a/frontend/src/app/features/components/upload-business-license/upload-business-license.component.html b/frontend/src/app/features/components/upload-business-license/upload-business-license.component.html index 53496e8a..bc937778 100644 --- a/frontend/src/app/features/components/upload-business-license/upload-business-license.component.html +++ b/frontend/src/app/features/components/upload-business-license/upload-business-license.component.html @@ -144,7 +144,7 @@
+ [(visible)]="isUploadVisible" [style]="{ width: '640px' }">
Upload Your Business Licence Data (.CSV File Only)
@@ -152,7 +152,7 @@ (filesSelected)="onFileSelected($event, componentRef)">
{{ selectedFile?.name || 'No file selected' }}
+ icon="pi pi-times" aria-label="Clear" size="small">