Skip to content

ui: Make BreakdownBars respect page direction (RTL/LTR) #129

@O2sa

Description

@O2sa

The BreakdownBars component currently does not fully adapt to the page's RTL/LTR direction. Since dir is already available from useTranslation(), it should be applied to the layout to ensure progress bars and labels align correctly based on the current language.

Tasks

  • Open components/breakdown-bars.tsx.
  • Add the dir={dir} attribute to the appropriate container elements (or apply the necessary Tailwind CSS logical properties) so that the layout flips correctly for RTL languages.

Note

CONTRIBUTIONS ARE WELCOME!
If you want to get this issue assigned to you. Just comment 'assign me'. You will be assigned to the issue instantly via GitHub-actions bot.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions