GitHub labels: Stellar Wave
Drips complexity: High (200 points)
Issue body (copy everything below into GitHub):
Description
RTL-aware spacing, icon mirroring, and Recharts axis fixes for ar locale.
Requirements and Context
rtlLocales includes ar but complex layouts need RTL polish.
Suggested Execution
git checkout -b feat/rtl-marketplace
- Create branch feat/rtl-marketplace
- Audit marketplace filters in RTL
- Fix comparison bar direction
- Mirror chevron icons
- Fix chart axis labels
Example commit message
feat(i18n): implement rtl layout polish for arabic marketplace
File Paths
i18n/config.ts
components/layout/LanguageSwitcher.tsx
app/layout.tsx
Guidelines
- Assignment required before starting
- PR description must include:
Closes #<issue_number>
- Run
npm run lint, npm run type-check, npm run test, and npm run build before opening PR
- Add screenshots or recordings for UI changes
- Complexity: High (200 points) — complex engineering work touching multiple modules
Acceptance Criteria
GitHub labels:
Stellar WaveDrips complexity: High (200 points)
Issue body (copy everything below into GitHub):
Description
RTL-aware spacing, icon mirroring, and Recharts axis fixes for ar locale.
Requirements and Context
rtlLocales includes ar but complex layouts need RTL polish.
Suggested Execution
Example commit message
File Paths
i18n/config.tscomponents/layout/LanguageSwitcher.tsxapp/layout.tsxGuidelines
Closes #<issue_number>npm run lint,npm run type-check,npm run test, andnpm run buildbefore opening PRAcceptance Criteria