+
-
-
- {name}{
- statusIcon && (
-
- {[
+
+
+ {name}{
+ statusIcon && (
+
+ {[
+ ,
+ verificationStatus === 'VERIFICATION_FAILED' && (
+ SCAM
+ ),
+ ]}
+
+ )
+ }{
+ serviceVisibility === 'ARCHIVED' && (
+
,
- verificationStatus === 'VERIFICATION_FAILED' && (
- SCAM
- ),
- ]}
-
- )
- }{
- serviceVisibility === 'ARCHIVED' && (
-
-
-
- )
- }
-
-
-
+ />
+
+ )
+ }
+
+
+
+ {
+ categories.map((category) => (
+
+
+ {category.name}
+
+ ))
+ }
+
+
+
+
+
+
+
+
+ {overallScoreInfo.formattedScore}
+
+
+
+ KYC {kycLevel.toLocaleString()}
+
+
+
{
- categories.map((category) => (
-
-
- {category.name}
-
- ))
+ currencies.map((currency) => {
+ const isAccepted = acceptedCurrencies.includes(currency.id)
+
+ return (
+
+
+
+ )
+ })
}
-
-
-
-
-
-
- {overallScoreInfo.formattedScore}
-
-
-
- KYC {kycLevel.toLocaleString()}
-
-
-
- {
- currencies.map((currency) => {
- const isAccepted = acceptedCurrencies.includes(currency.id)
-
- return (
-
-
-
- )
- })
- }
-
-
-
+
+
diff --git a/web/src/components/ServiceFiltersPill.astro b/web/src/components/ServiceFiltersPill.astro
index 8695862..8a7a1ea 100644
--- a/web/src/components/ServiceFiltersPill.astro
+++ b/web/src/components/ServiceFiltersPill.astro
@@ -39,6 +39,7 @@ const makeUrlWithoutFilter = (filter: string, value?: string) => {
'bg-night-800 hover:bg-night-900 border-night-400 flex h-8 shrink-0 items-center gap-2 rounded-full border px-3 text-sm text-white',
className
)}
+ aria-label={`Remove filter: ${text}`}
>
{icon &&
}
{text}
diff --git a/web/src/components/ServiceFiltersPillsRow.astro b/web/src/components/ServiceFiltersPillsRow.astro
index 9e99e87..d908897 100644
--- a/web/src/components/ServiceFiltersPillsRow.astro
+++ b/web/src/components/ServiceFiltersPillsRow.astro
@@ -50,6 +50,7 @@ const {
'not-pointer-coarse:no-scrollbar -ml-4 flex shrink grow items-center gap-2 overflow-x-auto mask-r-from-[calc(100%-var(--spacing)*16)] pr-12 pl-4',
className
)}
+ aria-label="Applied filters"
{...divProps}
>
{
diff --git a/web/src/components/ServicesSearchResults.astro b/web/src/components/ServicesSearchResults.astro
index be3234b..e92b90c 100644
--- a/web/src/components/ServicesSearchResults.astro
+++ b/web/src/components/ServicesSearchResults.astro
@@ -201,6 +201,7 @@ const searchTitle = (() => {
name="ri:loader-4-line"
id="search-indicator"
class="htmx-request:opacity-100 xs:-mx-1.5 -mx-1 inline-block size-4 animate-spin text-white opacity-0 transition-opacity duration-500 sm:-mx-3"
+ aria-hidden="true"
is:inline={inlineIcons}
/>
@@ -346,24 +347,26 @@ const searchTitle = (() => {
) : (
<>
-