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

fix(NcAppNavigation): Fix sidebar position in RTL and mobile mode. #6260

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

falghamdi125
Copy link

☑️ Resolves

So, in RTL mode, the sidebar slides from the right not the left like in LTR mode.
Now, we have to adjust apps headers margins and padding for RTL mode to accomedate the toggle button that'll be displayed on the right.

🖼️ Screenshots

🏚️ Before 🏡 After
image image

Best

@falghamdi125 falghamdi125 changed the title Fix(NcAppNavigation): Fix sidebar position in RTL and mobile mode. fix(NcAppNavigation): Fix sidebar position in RTL and mobile mode. Nov 22, 2024
@ShGKme ShGKme added bug Something isn't working 3. to review Waiting for reviews feature: app-sidebar Related to the app-sidebar component labels Nov 22, 2024
@ShGKme ShGKme added this to the 8.21.1 milestone Nov 22, 2024
@ShGKme
Copy link
Contributor

ShGKme commented Nov 29, 2024

Thanks

@ShGKme
Copy link
Contributor

ShGKme commented Nov 29, 2024

@susnux @skjnldsv Do you understand, how to trigger CI?

Copy link

codecov bot commented Nov 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 42.30%. Comparing base (a4bb820) to head (9a07e8e).
Report is 57 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6260      +/-   ##
==========================================
- Coverage   42.62%   42.30%   -0.33%     
==========================================
  Files         154      154              
  Lines        4040     3988      -52     
  Branches     1017     1023       +6     
==========================================
- Hits         1722     1687      -35     
+ Misses       2206     2190      -16     
+ Partials      112      111       -1     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug Something isn't working feature: app-sidebar Related to the app-sidebar component
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: App navigation sidebar is always expanded in RTL & Mobile mode affecting files app
3 participants