I really like the polish on this gem and dashboard.
I noticed that there is an external asset referenced in the layout:
|
<script defer src="https://cdn.jsdelivr.net/npm/attractivejs@0.12.0"></script> |
It would be great, for security/privacy, for all assets to be served by the gem directly.
My GoodJob has a way more complex dashboard (a burden not a brag) but maybe it’s helpful context for how you might serve this gem’s assets:
https://github.com/bensheldon/good_job/blob/main/app/controllers/good_job/frontends_controller.rb
I really like the polish on this gem and dashboard.
I noticed that there is an external asset referenced in the layout:
fuik/app/views/layouts/fuik/application.html.erb
Line 11 in d97f0e6
It would be great, for security/privacy, for all assets to be served by the gem directly.
My GoodJob has a way more complex dashboard (a burden not a brag) but maybe it’s helpful context for how you might serve this gem’s assets:
https://github.com/bensheldon/good_job/blob/main/app/controllers/good_job/frontends_controller.rb