-
Notifications
You must be signed in to change notification settings - Fork 73
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
sync: master to alpha #2588
Merged
Merged
sync: master to alpha #2588
Conversation
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
Co-authored-by: adamstankiewicz <[email protected]>
Add attributes to `input` element to disable browser autocomplete on autosuggest component and change the div that houses the dropdown items to be a `ul`, change the button elements that render the list to be `li`. add new `role` to each element
✅ Deploy Preview for paragon-openedx ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Co-authored-by: Kyrylo Hudym-Levkovych <[email protected]>
* feat: change searchfields form background color to white * refactor: refactor after review --------- Co-authored-by: Kyrylo Hudym-Levkovych <[email protected]>
* fix: fix example filtered data * refactor: refactor after review --------- Co-authored-by: Kyrylo Hudym-Levkovych <[email protected]>
state.dropDownItems.length > 0 used to determine if an autosuggest component was active or not which was inaccurate. Found an alternative way to specify which component is being interacted with through setting a new bool isActive on the state.
Co-authored-by: Mena Hassan <[email protected]>
* fix: fixed Card border-radius and color * refactor: refactoring after review
* fix: fixed link to bootstrap for DataTable * refactor: refactoring after review * refactor: code refactoring
#2584) * fix: issue with truncating a whole line without spaces * fix: fix typo --------- Co-authored-by: Kyrylo Hudym-Levkovych <[email protected]>
* fix: datatable checkboxes align * fix: datatable checkbox align * fix: fix align for side-filters checkbox --------- Co-authored-by: Kyrylo Hudym-Levkovych <[email protected]>
* feat: added Edit this page button * feat: added logic for Edit page button * refactor: refactorng after review * refactor: moved link variable to file createPage.js * refactor: refactoring tablet view
* feat: help command for Paragon CLI * feat: remove console log * feat: PR comments update * feat: update commands code --------- Co-authored-by: monteri <lansevermore>
🎉 This PR is included in version 22.0.0-alpha.6 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 23.0.0-alpha.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 23.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
sync-branches: New code has just landed in master, so let's bring alpha up to speed!