-
Notifications
You must be signed in to change notification settings - Fork 20
IBX-11413: Use design-system dropdown component #1902
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
Open
tischsoic
wants to merge
30
commits into
6.0
Choose a base branch
from
IBX-11413-use-ds-dropdown
base: 6.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
51399fd
IBX-11507-use-ds-radio-button: include DS base styles in admin UI
tischsoic 7892aa3
IBX-11413: add DS dropdown compatibility wrapper
tischsoic 721f6f8
fix: support DS dropdowns in admin UI dynamic flows
tischsoic 51c949e
fix: pass hidden state to DS dropdown wrapper
tischsoic 2644efb
fix: keep DS dropdown placeholder behavior consistent
tischsoic 9da020a
fix: render multi dropdown selections as chips
tischsoic 6be9109
refactor: reuse shared overflow list markup
tischsoic 7e98f29
refactor: render flat dropdowns with DS inputs directly
tischsoic f4b66e6
fix: wire DS dropdown context in UDW
tischsoic 51febe6
fix: preserve source select attributes in DS dropdowns
tischsoic 4295911
IBX-11506: Initialize DS components in admin UI
tischsoic 0e03da2
Revert "IBX-11506: Initialize DS components in admin UI"
tischsoic ea20748
fix: support small DS dropdown wrappers
tischsoic 07dc1ca
fix: keep small dropdowns on legacy renderer
tischsoic aad8208
refactor
tischsoic 56774cb
fix: toggle matching dropdown disabled class
tischsoic 4977b3c
refactor: simplify dropdown compatibility helpers
tischsoic bfcb1b4
refactor: drop unused source attr exclusions
tischsoic fafeefa
refactor: tighten DS dropdown bridge setup
tischsoic f071848
refactor: simplify dropdown bridge context maps
tischsoic e49c4fa
fix: address design system provider lint issues
tischsoic 35c11fe
DST in composer.json
tischsoic da1844b
fix: support DS translation modal dropdowns
tischsoic 7d5ff4f
Fix discount behat test selectors aftrer DS update
KamilSznajdrowicz 482f1c7
Make dropdown selectors compatible with legacy and DS
KamilSznajdrowicz f7dd27b
Fix-cs and others selectors
KamilSznajdrowicz 6aa6998
Make dropdown selectors compatible with DS
KamilSznajdrowicz 1fe890c
Fix
KamilSznajdrowicz f283496
Fix expandLastFieldDefinition() method after DS changes
KamilSznajdrowicz e23e6d8
refactor: simplify dropdown DS twig conditional merges
tischsoic 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
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
4 changes: 2 additions & 2 deletions
4
src/bundle/Resources/public/js/scripts/helpers/icon.helper.js
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
This is probably not needed.