-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fix/importmap_compile #542
Conversation
Your Render PR Server URL is https://zero-waste-staging-pr-542.onrender.com. Follow its progress at https://dashboard.render.com/web/srv-cjb4nt0cfp5c73dn84f0. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## develop #542 +/- ##
===========================================
- Coverage 85.34% 76.43% -8.92%
===========================================
Files 64 64
Lines 778 802 +24
===========================================
- Hits 664 613 -51
- Misses 114 189 +75
☔ View full report in Codecov by Sentry. |
app/assets/config/manifest.js
Outdated
@@ -3,3 +3,4 @@ | |||
//= require bootstrap | |||
//= link_tree ../builds | |||
//= link_tree ../../javascript .js | |||
//= link tailwind.css |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
це в лейаут додай
@@ -1,5 +1,6 @@ | |||
import { Controller } from "@hotwired/stimulus"; | |||
import { FetchRequest } from "@rails/request.js"; | |||
import toastr from "toastr"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
а навіщо це тут?
5672065
to
379af95
Compare
2baa7f4
to
f61eb90
Compare
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Code reviewers
Summary of issue
Stimulus controlles aren't work
Summary of change
Fixed all importmaps and imports in application.js
CHECK LIST