feat(web): add auth+search i18n translations and filter-bar accessibility
Add missing auth and search translation namespaces to vi.json and en.json
that are required by login/register pages and search filter-bar component.
Update filter-bar with useTranslations('search'), aria-labels, and
role="search" for WCAG 2.1 AA compliance.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import type { ILeadRepository } from '../../domain/repositories/lead.repository';
|
||||
import { GetLeadStatsQuery } from '../queries/get-lead-stats/get-lead-stats.query';
|
||||
import { GetLeadStatsHandler } from '../queries/get-lead-stats/get-lead-stats.handler';
|
||||
import { GetLeadStatsQuery } from '../queries/get-lead-stats/get-lead-stats.query';
|
||||
|
||||
describe('GetLeadStatsHandler', () => {
|
||||
let handler: GetLeadStatsHandler;
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import type { ILeadRepository } from '../../domain/repositories/lead.repository';
|
||||
import { GetLeadsByAgentQuery } from '../queries/get-leads-by-agent/get-leads-by-agent.query';
|
||||
import { GetLeadsByAgentHandler } from '../queries/get-leads-by-agent/get-leads-by-agent.handler';
|
||||
import { GetLeadsByAgentQuery } from '../queries/get-leads-by-agent/get-leads-by-agent.query';
|
||||
|
||||
describe('GetLeadsByAgentHandler', () => {
|
||||
let handler: GetLeadsByAgentHandler;
|
||||
|
||||
Reference in New Issue
Block a user