[PR #1794] [CLOSED] RTL support #5895

Closed
opened 2026-02-05 10:19:47 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1794
Author: @abublihi
Created: 11/20/2019
Status: Closed

Base: masterHead: RTLSupport


📝 Commits (3)

  • 9d6e6c4 add rtl css, this will fully generate rtl css, with extention .rtl
  • 598483c change the direction and load rtl css based on config
  • 0f96065 Merge branch 'master' into RTLSupport

📊 Changes

4 files changed (+13 additions, -5 deletions)

View changed files

📝 package.json (+2 -1)
📝 resources/views/base.blade.php (+8 -3)
📝 resources/views/vendor/notifications/email.blade.php (+1 -1)
📝 webpack.config.js (+2 -0)

📄 Description

Adds RTL full support by transforming the styles to RTL using rtlcss and rtlcss-webpack-plugin.

All css files will have the extension .rtl
exmaple : styles.css will be styles.rtl.css


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/1794 **Author:** [@abublihi](https://github.com/abublihi) **Created:** 11/20/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `RTLSupport` --- ### 📝 Commits (3) - [`9d6e6c4`](https://github.com/BookStackApp/BookStack/commit/9d6e6c4887f6514eb8eeb2e20c0caeb9f2dd9746) add rtl css, this will fully generate rtl css, with extention .rtl - [`598483c`](https://github.com/BookStackApp/BookStack/commit/598483c4f3a44ea18d742d9f43bf66d189aaa053) change the direction and load rtl css based on config - [`0f96065`](https://github.com/BookStackApp/BookStack/commit/0f96065b84953dca65b211331c8b8b862167e778) Merge branch 'master' into RTLSupport ### 📊 Changes **4 files changed** (+13 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `package.json` (+2 -1) 📝 `resources/views/base.blade.php` (+8 -3) 📝 `resources/views/vendor/notifications/email.blade.php` (+1 -1) 📝 `webpack.config.js` (+2 -0) </details> ### 📄 Description Adds RTL full support by transforming the styles to RTL using [rtlcss](https://github.com/MohammadYounes/rtlcss/) and [rtlcss-webpack-plugin](https://github.com/wix/rtlcss-webpack-plugin). All css files will have the extension .rtl exmaple : `styles.css` will be `styles.rtl.css` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:19:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5895