-
Notifications
You must be signed in to change notification settings - Fork 43
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
Improv/mobile responsive report #261
Commits on Jan 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for c211f39 - Browse repository at this point
Copy the full SHA c211f39View commit details -
feat: add checkViewportWidth script
This code will: Add a script that will check for the viewport and update the report's #headerTitle accordingly. Add id headerTitle to <header> h1 tag. Add checkViewportWidth to report.ejs
Configuration menu - View commit details
-
Copy full SHA for 3827bcf - Browse repository at this point
Copy the full SHA 3827bcfView commit details -
feat BREAKING CHANGE: update layout and add media query for mobile ui
BREAKING CHANGE This commit will: - Move scanAbout component outside of main tag. - Remove inline css flex-column from main tag. - Nest scan content divs under a new section. - Add media queries for max-width 600px
Configuration menu - View commit details
-
Copy full SHA for 2cb077c - Browse repository at this point
Copy the full SHA 2cb077cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e58b07 - Browse repository at this point
Copy the full SHA 4e58b07View commit details
Commits on Jan 16, 2024
-
fix: move checkViewportWidth after target id is declared
This commit will fix the error caused by declaring the target id (i.e. #headerTitle) before the script is called.
Configuration menu - View commit details
-
Copy full SHA for f1b2cf3 - Browse repository at this point
Copy the full SHA f1b2cf3View commit details -
refactor: add and remove css classes for mobile UI
This commit adds: - Display none to elements not needed on ui (ie ally-online-banner) - Remove class z-1 to #scanAbout.
Configuration menu - View commit details
-
Copy full SHA for c17b017 - Browse repository at this point
Copy the full SHA c17b017View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9725305 - Browse repository at this point
Copy the full SHA 9725305View commit details -
refactor: update css for mobile UI
This commit will update css declaration for selectors related to #scan-about and #header.
Configuration menu - View commit details
-
Copy full SHA for d9d3abc - Browse repository at this point
Copy the full SHA d9d3abcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b88419f - Browse repository at this point
Copy the full SHA b88419fView commit details -
refactor: create compliance-summary class
This commit removes the inline bootstrap css and move the declarations into .compliance-summary so that certain selectors can be targeted in the mobile view media query.
Configuration menu - View commit details
-
Copy full SHA for dc7367b - Browse repository at this point
Copy the full SHA dc7367bView commit details -
This commit adds elements for mobile ui and updates the necessary inline css for desktop and mobile views.
Configuration menu - View commit details
-
Copy full SHA for faface6 - Browse repository at this point
Copy the full SHA faface6View commit details -
This commit updates the css declarations for desktop and mobile views.
Configuration menu - View commit details
-
Copy full SHA for 20da2a6 - Browse repository at this point
Copy the full SHA 20da2a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b50e4eb - Browse repository at this point
Copy the full SHA b50e4ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for aeae6d1 - Browse repository at this point
Copy the full SHA aeae6d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3158f34 - Browse repository at this point
Copy the full SHA 3158f34View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa95013 - Browse repository at this point
Copy the full SHA fa95013View commit details -
feat: add custom-select-dropdown for catergorySelector mobile view
This commit will add the mobile ui for category selector and will add a desktop-view class to <nav> for desktop ui components.
Configuration menu - View commit details
-
Copy full SHA for 65b69db - Browse repository at this point
Copy the full SHA 65b69dbView commit details
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f903a37 - Browse repository at this point
Copy the full SHA f903a37View commit details -
fix: .hello css declarations for issue category
This commit will fix the distortion of the divs under rule-item in the mobile view.
Configuration menu - View commit details
-
Copy full SHA for 5b5d967 - Browse repository at this point
Copy the full SHA 5b5d967View commit details -
Configuration menu - View commit details
-
Copy full SHA for 025547f - Browse repository at this point
Copy the full SHA 025547fView commit details
Commits on Jan 18, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a7c2ee0 - Browse repository at this point
Copy the full SHA a7c2ee0View commit details -
fix: layout issues on ultrawide screen
This commit will fix the report layout on ultrawide screens, the report will now stretch fully instead of having a right-side space.
Configuration menu - View commit details
-
Copy full SHA for cf2220c - Browse repository at this point
Copy the full SHA cf2220cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e9cbce0 - Browse repository at this point
Copy the full SHA e9cbce0View commit details -
fix: layout issues on ultrawide screen
This commit will fix the report layout on ultrawide screens, the report will now stretch fully instead of having a right-side space.
Configuration menu - View commit details
-
Copy full SHA for a019e07 - Browse repository at this point
Copy the full SHA a019e07View commit details -
Configuration menu - View commit details
-
Copy full SHA for 82478aa - Browse repository at this point
Copy the full SHA 82478aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for f61e5e2 - Browse repository at this point
Copy the full SHA f61e5e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for d921935 - Browse repository at this point
Copy the full SHA d921935View commit details -
feat[BREAKING CHANGE]: changes for search feature
New file for search feature.
Configuration menu - View commit details
-
Copy full SHA for e491026 - Browse repository at this point
Copy the full SHA e491026View commit details -
Configuration menu - View commit details
-
Copy full SHA for a059f0e - Browse repository at this point
Copy the full SHA a059f0eView commit details -
feat[BREAKING CHANGE]: changes for search feature
New file for search feature.
Configuration menu - View commit details
-
Copy full SHA for 09181ee - Browse repository at this point
Copy the full SHA 09181eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00085dd - Browse repository at this point
Copy the full SHA 00085ddView commit details -
fix: distortion of text wrap and to limit text wrapping to just two l…
…ines This commit will fix the text wrapping distortion for createElementFromString. Core changes: - <button> element will have three <div> to each contain rule-items-count, rule-item-description, and dropdown svg icon. - Add dedicated css styles for rule-item-description to also make it mobile responsive.
Configuration menu - View commit details
-
Copy full SHA for 34a9e89 - Browse repository at this point
Copy the full SHA 34a9e89View commit details -
Configuration menu - View commit details
-
Copy full SHA for db36ef5 - Browse repository at this point
Copy the full SHA db36ef5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 69b4761 - Browse repository at this point
Copy the full SHA 69b4761View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f0fb72 - Browse repository at this point
Copy the full SHA 2f0fb72View commit details -
Configuration menu - View commit details
-
Copy full SHA for 73aaa0e - Browse repository at this point
Copy the full SHA 73aaa0eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 51b7d13 - Browse repository at this point
Copy the full SHA 51b7d13View commit details -
This commit will add the onclick that calls OffCanvasSearchWarning for the search feature.
Configuration menu - View commit details
-
Copy full SHA for 424c7d0 - Browse repository at this point
Copy the full SHA 424c7d0View commit details
Commits on Jan 19, 2024
-
fix: change media breakpoints from 600 to 767 for mobile UI
This commit changes the breakpoint to 767 to follow bootstrap values.
Configuration menu - View commit details
-
Copy full SHA for c692621 - Browse repository at this point
Copy the full SHA c692621View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7409d3 - Browse repository at this point
Copy the full SHA b7409d3View commit details -
This commit will: - Remove unnecessary attributes and classes from header tag. - Add css styles to header tag
Configuration menu - View commit details
-
Copy full SHA for b8efdd5 - Browse repository at this point
Copy the full SHA b8efdd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e09b83 - Browse repository at this point
Copy the full SHA 1e09b83View commit details -
Configuration menu - View commit details
-
Copy full SHA for d122780 - Browse repository at this point
Copy the full SHA d122780View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e120d0 - Browse repository at this point
Copy the full SHA 0e120d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e71829f - Browse repository at this point
Copy the full SHA e71829fView commit details -
refactor: new layout for WCAG Compliance Card
This commit will change the layout for wcagCompliance card and top5 card: - New class for card containers on <main> - Layout changes on wcagCompliance ejs file - New css styles for wcagCompliance card
Configuration menu - View commit details
-
Copy full SHA for 95c3d31 - Browse repository at this point
Copy the full SHA 95c3d31View commit details -
Configuration menu - View commit details
-
Copy full SHA for 839241f - Browse repository at this point
Copy the full SHA 839241fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ca785c - Browse repository at this point
Copy the full SHA 5ca785cView commit details -
Configuration menu - View commit details
-
Copy full SHA for e871030 - Browse repository at this point
Copy the full SHA e871030View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0bc586 - Browse repository at this point
Copy the full SHA c0bc586View commit details
Commits on Jan 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 95d7d9e - Browse repository at this point
Copy the full SHA 95d7d9eView commit details
Commits on Jan 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ba79e8f - Browse repository at this point
Copy the full SHA ba79e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8edf43 - Browse repository at this point
Copy the full SHA e8edf43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c3a928 - Browse repository at this point
Copy the full SHA 2c3a928View commit details