You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
566 B

8 months ago
9 months ago
8 months ago
8 months ago
8 months ago
8 months ago
  1. // Js Controllers
  2. import "controllers"
  3. // Turbo
  4. import "@hotwired/turbo-rails"
  5. Turbo.setProgressBarDelay(300)
  6. // Toastify
  7. import Toastify from 'toastify-js'
  8. window.Toastify = Toastify
  9. // Font Awesome
  10. import { far } from "@fortawesome/free-regular-svg-icons"
  11. import { fas } from "@fortawesome/free-solid-svg-icons"
  12. import { fab } from "@fortawesome/free-brands-svg-icons"
  13. import { library } from "@fortawesome/fontawesome-svg-core"
  14. import "@fortawesome/fontawesome-free"
  15. library.add(far, fas, fab)
  16. FontAwesome.config.mutateApproach = 'sync' // prevents flickering