Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WEBUI-1616: rtl support (Hebrew and Arabic) #2409

Open
wants to merge 26 commits into
base: maintenance-3.1.x
Choose a base branch
from

Conversation

rakeshkumar1019
Copy link
Collaborator

No description provided.

@rakeshkumar1019 rakeshkumar1019 requested a review from a team as a code owner January 3, 2025 14:15
@rakeshkumar1019 rakeshkumar1019 requested review from suneet-gupta and aradhanas9 and removed request for a team January 3, 2025 14:15
@rakeshkumar1019 rakeshkumar1019 changed the title WEBUI-1616: rtl phase1 WEBUI-1616: rtl support Jan 6, 2025
@rakeshkumar1019 rakeshkumar1019 force-pushed the task-WEBUI-1616-rtl-support branch from ca9da5d to 9b9c8b7 Compare January 6, 2025 09:05
@rakeshkumar1019 rakeshkumar1019 requested review from madhurkulshrestha-hyland and removed request for suneet-gupta and aradhanas9 January 6, 2025 09:14
@rakeshkumar1019 rakeshkumar1019 changed the title WEBUI-1616: rtl support WEBUI-1616: rtl support (Hebrew and Arabic) Jan 7, 2025
#logo img {
width: var(--nuxeo-sidebar-width);
height: 53px;
}
:host([dir='rtl']) #logo {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate property. already mentioned in 153

@@ -70,6 +70,12 @@ Polymer({
nuxeo-document-create-shortcuts {
--nuxeo-document-create-shortcut-margin: 0 0 16px 0;
}
:host([dir='rtl']) #tray {

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

place it below the #tray css for better visibility

@@ -82,6 +82,22 @@
</div>
</nuxeo-app>

<script>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldnt this be picked from index.js ??

@@ -140,6 +140,22 @@ limitations under the License.
</div>
</nuxeo-app>
<script nonce="<%= NX_NONCE_VALUE %>">
window.nuxeo = window.nuxeo || {};

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldnt this be picked up from index.js

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants