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

Load select2 from assets folder #1961

Merged
merged 6 commits into from Nov 16, 2020
Merged

Commits on Nov 11, 2020

  1. Load select2 from assets folder

    Instead of loading select2 as asset gem we ship the version we are currently support (v3.4.5)
    tvdeyen committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    6d884bb View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. Import select2 stylesheet

    We do not use the select2-rails gem anymore.
    tvdeyen committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    039c7bd View commit details
    Browse the repository at this point in the history
  2. Autoformat selects stylesheet

    tvdeyen committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    bd7a1e1 View commit details
    Browse the repository at this point in the history
  3. Autoformat select2 stylesheet

    tvdeyen committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    6a136c7 View commit details
    Browse the repository at this point in the history
  4. Remove some redundance from select2 stylesheet

    We override a lot of the select2 base styles.
    tvdeyen committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    7c610ba View commit details
    Browse the repository at this point in the history
  5. Remove references to select2 images

    We do not use select2 images.
    tvdeyen committed Nov 13, 2020
    Configuration menu
    Copy the full SHA
    cbf467a View commit details
    Browse the repository at this point in the history