-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Accessibility ergonomy filtering #11622
Accessibility ergonomy filtering #11622
Conversation
DryRun Security SummaryThe code changes update the Dojo application's CSS, JavaScript, and HTML templates to improve form control width, enhance form clearing functionality, migrate to the select2 library, and add a "Clear Filters" feature, with a focus on maintaining user experience and potential security considerations. Expand for full summarySummary: The provided code changes cover various updates to the Dojo application, including CSS styling, JavaScript functionality, and HTML template modifications. The key changes are:
From an application security perspective, the changes do not appear to introduce any obvious security vulnerabilities. However, it is important to review the following aspects:
Overall, the changes appear to be focused on improving the user experience and addressing compatibility issues, and they do not seem to have any immediate security implications. However, it is crucial to perform a thorough security review to identify and address any potential vulnerabilities. Files Changed:
Code AnalysisWe ran
Overall Riskiness🔴 Risk threshold exceeded. We've notified @mtesauro, @grendel513. |
@littlesvensson You can't see me but I'm doing a happy dance. 🕺 One thing, please make this PR against the dev branch rather than master. We don't accept source PRs against master. |
thanks @mtesauro for feedback. Yes sorry, that was only accidentally to master 🙈 , original thought was to the bugfix as it fixes one. I will reopen the PR to a different branch once I ll update the unit tests. |
Thanks for moving to the dev branch. While I LOVE this change, we try to keep bugfix kinda small (though loads of that is qualitative judgements) I asked for Dev since this is as much as improvement as it's a bugfix so felt 'better' as a change for the next minor version. |
Fixes #11621
Description
Used bootstrap classes and some JS logic for filtering. The fields are now aligned so its easier to orientate and keep responsivity at the same time. Clear button is disabled in case no filter is set in the fields.
Before:
After:
smaller screen
smaller screen with at least one filter option