Skip to content
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

Merged
merged 54 commits into from
Jan 22, 2024
Merged

Commits on Jan 15, 2024

  1. Configuration menu
    Copy the full SHA
    c211f39 View commit details
    Browse the repository at this point in the history
  2. 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
    CKodes committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    3827bcf View commit details
    Browse the repository at this point in the history
  3. 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
    CKodes committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    2cb077c View commit details
    Browse the repository at this point in the history
  4. refactor: update colour code

    CKodes committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    4e58b07 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. 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.
    CKodes committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    f1b2cf3 View commit details
    Browse the repository at this point in the history
  2. 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.
    CKodes committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c17b017 View commit details
    Browse the repository at this point in the history
  3. chore: temp comments

    CKodes committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    9725305 View commit details
    Browse the repository at this point in the history
  4. refactor: update css for mobile UI

    This commit will update css declaration for selectors related to #scan-about and #header.
    CKodes committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    d9d3abc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b88419f View commit details
    Browse the repository at this point in the history
  6. 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.
    CKodes committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    dc7367b View commit details
    Browse the repository at this point in the history
  7. feat: add mobile UI elements

    This commit adds elements for mobile ui and updates the necessary inline css for desktop and mobile views.
    CKodes committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    faface6 View commit details
    Browse the repository at this point in the history
  8. feat: update css declarations

    This commit updates the css declarations for desktop and mobile views.
    CKodes committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    20da2a6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b50e4eb View commit details
    Browse the repository at this point in the history
  10. chore: test codes

    For commits up till b50e4eb
    CKodes committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    aeae6d1 View commit details
    Browse the repository at this point in the history
  11. chore: delete test codes

    CKodes committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    3158f34 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fa95013 View commit details
    Browse the repository at this point in the history
  13. 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.
    CKodes committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    65b69db View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2024

  1. Configuration menu
    Copy the full SHA
    f903a37 View commit details
    Browse the repository at this point in the history
  2. fix: .hello css declarations for issue category

    This commit will fix the distortion of the divs under rule-item in the mobile view.
    CKodes committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    5b5d967 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    025547f View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. Configuration menu
    Copy the full SHA
    a7c2ee0 View commit details
    Browse the repository at this point in the history
  2. 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.
    CKodes committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    cf2220c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e9cbce0 View commit details
    Browse the repository at this point in the history
  4. 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.
    CKodes committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    a019e07 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82478aa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f61e5e2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d921935 View commit details
    Browse the repository at this point in the history
  8. feat[BREAKING CHANGE]: changes for search feature

    New file for search feature.
    CKodes committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e491026 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a059f0e View commit details
    Browse the repository at this point in the history
  10. feat[BREAKING CHANGE]: changes for search feature

    New file for search feature.
    CKodes committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    09181ee View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    00085dd View commit details
    Browse the repository at this point in the history
  12. 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.
    CKodes committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    34a9e89 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    db36ef5 View commit details
    Browse the repository at this point in the history
  14. fix: text alignment

    CKodes committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    69b4761 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2f0fb72 View commit details
    Browse the repository at this point in the history
  16. chore: add FIX comment

    CKodes committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    73aaa0e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    51b7d13 View commit details
    Browse the repository at this point in the history
  18. fix: search feat changes

    This commit will add the onclick that calls OffCanvasSearchWarning for the search feature.
    CKodes committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    424c7d0 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. fix: change media breakpoints from 600 to 767 for mobile UI

    This commit changes the breakpoint to 767 to follow bootstrap values.
    CKodes committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c692621 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7409d3 View commit details
    Browse the repository at this point in the history
  3. fix: new header tag

    This commit will:
    
    - Remove unnecessary attributes and classes from header tag.
    
    - Add css styles to header tag
    CKodes committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b8efdd5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e09b83 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d122780 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0e120d0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e71829f View commit details
    Browse the repository at this point in the history
  8. 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
    CKodes committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    95c3d31 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    839241f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5ca785c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e871030 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c0bc586 View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2024

  1. Configuration menu
    Copy the full SHA
    95d7d9e View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    ba79e8f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8edf43 View commit details
    Browse the repository at this point in the history
  3. changed var to let

    joshualai9922 committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    2c3a928 View commit details
    Browse the repository at this point in the history