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

Initial attempt at migrating from bootstrap 4 to 5 #4

Draft
wants to merge 5 commits into
base: development
Choose a base branch
from

Commits on Aug 31, 2021

  1. Initial attempt at migrating from bootstrap 4 to 5

    This results in a broken MATS UI. I've:
    - upgraded the "versionsFrom" to use the packages from meteor 2.3.5 instead of 1.4.1.1 (1.4.11?)
    - moved the daterangepicker from an atmosphere to npm dependency
    - moved bootstrap from an atmosphere to npm dependency
    ian-noaa committed Aug 31, 2021
    Configuration menu
    Copy the full SHA
    725cafa View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

  1. Configuration menu
    Copy the full SHA
    3628cdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    049b615 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc81bf6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2021

  1. Switch the header & footer to bootstrap 5

        This could be improved but here's what I've tried
        - Move to bootstrap's namespaced data-bs-toggle and data-bs-target
        - Switch to bootstrap 5-style navbars
        - Move the footer to use CSS grids
    ian-noaa committed Oct 1, 2021
    Configuration menu
    Copy the full SHA
    0b4a222 View commit details
    Browse the repository at this point in the history