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

Convert site from Bootstrap4 to Bootstrap5 #159

Merged
merged 6 commits into from
Jun 25, 2021
Merged

Convert site from Bootstrap4 to Bootstrap5 #159

merged 6 commits into from
Jun 25, 2021

Commits on Jun 18, 2021

  1. convert to bootstrap5

    Joe Kaufeld committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    5589faa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82a61ed View commit details
    Browse the repository at this point in the history
  3. fix support for blog on mobile

    Joe Kaufeld committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    ecc6882 View commit details
    Browse the repository at this point in the history
  4. add test form

    Joe Kaufeld committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    a8fad24 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2021

  1. Remove JQuery from form validation code (#160)

    * Replace JQuery in input file and error message code
    
    * Replace JQuery in form validation script
    
    * Fix event listeners and clean up code
    
    * Remove JQuery script
    
    * Use query selectors for easier iteration
    
    * Make error list clearing more efficient
    
    * Use template string literals instead of concatenation
    
    Co-authored-by: David Alexander <TheLonelyGhost@users.noreply.github.com>
    
    * Fix form labels being deleted when displaying form errors
    
    Co-authored-by: David Alexander <TheLonelyGhost@users.noreply.github.com>
    TimJentzsch and TheLonelyGhost committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    41443cd View commit details
    Browse the repository at this point in the history
  2. remove test form

    Joe Kaufeld committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    ad60da7 View commit details
    Browse the repository at this point in the history