Skip to content

feat: rtl support in helpdesk#3174

Draft
aerodeval wants to merge 5 commits intofrappe:developfrom
aerodeval:feat/rtl-support
Draft

feat: rtl support in helpdesk#3174
aerodeval wants to merge 5 commits intofrappe:developfrom
aerodeval:feat/rtl-support

Conversation

@aerodeval
Copy link
Copy Markdown
Contributor

@aerodeval aerodeval commented Apr 2, 2026

Overview
Adds full right-to-left (RTL) language support across the Helpdesk UI, ensuring correct layout, spacing, and alignment for RTL locales such as Arabic

Changes

Spacing & Layout
improved ux flow according to RTL flows
Fixed places where positioning was enforced with the correct direction based on on rtl
Replaced space-x-* with gap-* on flex containers — space-x uses margin-left and does not flip in RTL
Replaced border-l / border-r the alternative border properties

Translations
Wrapped all user-facing strings with ()
Replaced template literals with ("{0}", [dynamic]) placeholder syntax for dynamic strings
Fixed label={(...)} JSX syntax to Vue-correct :label="
('...')"

@aerodeval aerodeval changed the title Feat: rtl support in helpdesk feat: rtl support in helpdesk Apr 2, 2026
@codecov
Copy link
Copy Markdown

codecov bot commented Apr 2, 2026

Codecov Report

❌ Patch coverage is 66.66667% with 1 line in your changes missing coverage. Please review.
✅ Project coverage is 57.08%. Comparing base (e61c820) to head (cda462d).
⚠️ Report is 5 commits behind head on develop.

Files with missing lines Patch % Lines
helpdesk/www/helpdesk/index.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3174      +/-   ##
===========================================
- Coverage    57.11%   57.08%   -0.03%     
===========================================
  Files          128      128              
  Lines         6107     6108       +1     
===========================================
- Hits          3488     3487       -1     
- Misses        2619     2621       +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@aerodeval aerodeval moved this to In Progress in Helpdesk Roadmap Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

1 participant