-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
feat: rtl support #343
Merged
Merged
feat: rtl support #343
Changes from 1 commit
Commits
Show all changes
96 commits
Select commit
Hold shift + click to select a range
f0a461a
feat(rtl): add rtl properties mixins
yggg 08dcdfa
feat(rlt): support in actions component
yggg 9e083db
feat(rtl): support on flip card
yggg 1f151ea
feat(rtl): add direction service
yggg aa0a26e
style(checkbox-component): fix typo
yggg 18d955f
feat(rtl): checkbox support
yggg f26549b
feat(rtl): add rtl only mixin
yggg bc1702f
feat(rlt): add support in context-menu
yggg e515c32
style(contenxt-menu): change import
yggg dfba68d
feat(rtl): badge support
yggg 11f00f9
fix(direction-service): remove type from constructor parameter
yggg 4a8df51
feat(rtl): add styles for search close button
yggg f1708d8
refactor(badge): add host pseudo class to isolate styles
yggg 6e94e91
feat(rtl): add rtl styles for user component
yggg d941631
feat(user-component): align text right for rtl layout
yggg 63e0b33
feat(rtl): add sidebar rtl styles
yggg e011923
feat(rtl): align menu item text to right in rtl layout
yggg d9c05b8
feat(rtl): add mirroring styles for sidebar
yggg 723873a
refactor(rtl): use 'auto' to reset position properties
yggg 3aa1897
fix(popover): set initial top, left position
yggg 14091f5
style: prefix public variables with 'Nb'
yggg c2f6138
style: simplify provider entry
yggg 29a8243
style: rename service, use enum instead of type
yggg 3a202da
feat(layout-direction-service): add helper properties
yggg 2493320
refactor(layout-direction-service): create property in constructor
yggg 90179fa
feat(rtl): add start, end options for popover component
yggg 5b7928f
refactor(badge): revert badge api changes
yggg 5382901
refactor(badge): revert badge api changes
yggg e69f44d
feat(rtl): add logical position properties for badge component
yggg f9a5848
style: use destructuring assignment
yggg b241f00
refactor(lauout-column): change column position property to logical
yggg 1186ac6
docs(direction-service): add service documentation
yggg 0538330
style(direction-service): add types, remove unnecessary cast
yggg 5786eca
feat(docs): include directions service docs entry
yggg 6b337a7
feat(rtl): mirror horizontal paddings for menu items
yggg 5506186
style(direction-service): rename dir to direction
yggg ba88751
refactor(direction-service): change helpers to be methods
yggg db87aad
feat(rtl): add position helper for popover component
yggg 3d788bb
refactorting(sidebar): add physical position properties back
yggg a147db6
refactor(layout-column): add physical position properties back
yggg b8999d6
refactoring(direction-service): set rtl attribute on body
yggg d1a709c
feat(rtl): add posibility to prefix :host-context selector
yggg 4bb74dd
style: use single quotes
yggg bc478ec
refactor(rtl): mirror ohrizontl margins for menu icons
yggg daad88e
fix: resolve merge conflict
yggg 7005da1
fix(layout): update e2e tests to match new flex order
yggg 5bf7d82
style(badge): remove unsused import
yggg 33a1ab2
feat(layout): align text right in rtl
yggg c06f59f
refactor(rtl): add ability to append selector to dir attr
yggg 634cf91
feat(rtl): mirror padding on form control description
yggg 993f990
Merge branch 'master' into feature/rtl-support
nnixaa 25b5ef6
feat(rtl): context menu add padding mirroring for icons
yggg 8a32536
feat(rtl): mirror blockquotes
yggg 9607103
feat(rtl): mirror lists padding
yggg b196c18
feat(rtl): move close toast button to the right
yggg c0b14a4
feat(rtl): mirror sort icons position in smart table
yggg 6be5394
feat(rtl): mirror smart table pager styles
yggg 2524167
feat(rtl): mirror buttons with icons styles
yggg 5f2e323
feat(rtl): mirror form text styles
yggg e5696eb
feat(rtl): mirror btn divided group styles
yggg 6b03613
fix(rtl): add missing ltr only mixin
yggg 8a908b5
feat(rtl): add dropdown mirrored styles
yggg ff2856b
style(overrides): remove nonexistent in bootstrap class
yggg c288556
feat(dropdown): align dropdown menu automatically
yggg c444551
feat(rtl): add input, button groups rtl styles
yggg 15d0ff2
feat(rtl): add rtl toggle component into test app
yggg 5ea5863
refactor(rtl-mixins): remove append flag
yggg 9739bb4
feat(rtl): reverse header elements in rtl
yggg da7040c
feat(rtl): mirror controls on toasts
yggg 4cada3f
fix(rtl): keep border radius on single inputs
yggg ad98a2d
style: update layout direction service description
yggg 5ad47ec
feat(rtl): mirror horizontal and vertical menu items padding
yggg 7095eed
refactor(rtl): decrease menu item padding
yggg 9151f9a
feat(rtl): decrease menu item margin
yggg 51215b3
Merge branch 'master' into feature/rtl-support
nnixaa 789449a
refactor(rtl-mixins): simplify rtl mixins
yggg 6bb6b13
refactor(theming): use :host instead of :host-context
yggg 521b2f1
style: remove unused parameter
yggg 9ee3b24
refactor: rewrite in one-line selector and add comments
yggg 45e52ab
refactor(direction-service): set dir attribute on document
yggg 260bd7d
Merge branch 'feature/rtl-support' of https://github.com/yggg/nebular…
yggg 29a80a0
test(layout-component): add direction setting test
yggg b2afe4d
Merge branch 'master' into feature/rtl-support
nnixaa 7ad6bc9
Merge branch 'master' into feature/rtl-support
nnixaa f67ac5c
Merge branch 'master' into feature/rtl-support
nnixaa b92c056
docs(rtl): add bidi support entry in dev docs
yggg 386c627
style: add bidirectionality implemetation longread
yggg b5b29eb
Merge branch 'feature/rtl-support' of https://github.com/yggg/nebular…
yggg c997398
docs(rtl): add rtl system overview
yggg 22699ff
docs(direction-service): update onDirectionChange description
yggg 213fb58
docs(rtl): merge rtl and direction service pages in one
yggg 2ee07de
docs(rtl): remove temporary notes
yggg 01a86dc
docs(rtl): fix direction service docs
yggg 243a7b6
docs(rtl): use code snippets syntax
yggg c476b78
style: fix typo
yggg 78c0487
docs(rtl): remove duplicate service entry
yggg File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
refactor(rtl-mixins): remove append flag
Make mixins work in both .component.scss, _theme.scss files w/o 'append' flag. Apply '[dir=rtl]selector' and '[dir=rtl] selector' selectors simultaneously.
- Loading branch information
commit 5ea5863e00e7ce373fd623cd9119e59431c5e772
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
proposed refactoring - leave just one mixin: