mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-03-09 07:13:35 -05:00
[PR #1152] [MERGED] feat: rtl layout support for Arabic and Hebrew languages #1280
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/go-vikunja/vikunja/pull/1152
Author: @kolaente
Created: 7/21/2025
Status: ✅ Merged
Merged: 8/3/2025
Merged by: @kolaente
Base:
main← Head:feature/rtl📝 Commits (10+)
2eef1c3feat(rtl): basic rtl layout for rtl languages71a69bdfix: convert all css properties to logical247ad38feat: add logical utils97b4677fix(rtl): make header work9a0a635fix(rtl): don't convert logical properties to absolute2e2bd9dfix: make sure task text items are flex729122bfeat(rtl): mirror task description icon94acf4dfeat: replace absolute left position with inset-inline-start931457bfeat: replace border-top with logical propertiesb518b19feat: replace border-bottom with logical properties📊 Changes
124 files changed (+658 additions, -524 deletions)
View changed files
📝
frontend/src/components/base/BasePagination.vue(+2 -2)📝
frontend/src/components/base/Expandable.vue(+1 -1)📝
frontend/src/components/date/DatepickerWithRange.vue(+4 -4)📝
frontend/src/components/date/DatepickerWithValues.vue(+4 -4)📝
frontend/src/components/home/AddToHomeScreen.vue(+2 -2)📝
frontend/src/components/home/AppHeader.vue(+23 -13)📝
frontend/src/components/home/ContentAuth.vue(+13 -13)📝
frontend/src/components/home/ContentLinkShare.vue(+1 -1)📝
frontend/src/components/home/DemoMode.vue(+3 -3)📝
frontend/src/components/home/ImportHint.vue(+1 -1)📝
frontend/src/components/home/MenuButton.vue(+3 -3)📝
frontend/src/components/home/Navigation.vue(+17 -11)📝
frontend/src/components/home/PoweredByLink.vue(+2 -2)📝
frontend/src/components/home/ProjectsNavigationItem.vue(+1 -1)📝
frontend/src/components/home/UpdateNotification.vue(+1 -1)📝
frontend/src/components/input/AutocompleteDropdown.vue(+3 -3)📝
frontend/src/components/input/Button.vue(+17 -2)📝
frontend/src/components/input/ColorPicker.vue(+1 -1)📝
frontend/src/components/input/DatepickerInline.vue(+1 -1)📝
frontend/src/components/input/FancyCheckbox.vue(+3 -3)...and 80 more files
📄 Description
This PR adds support for rtl layout in Arabic and Hebrew languages. The goal here is to get something working good enough quickly because this change touches a lot of files, causing many merge conflicts with other changes.
Things left to do:
left/rightcss properties we could use?has-icon-leftet al🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.