davydovanton / sidekiq-statistic

See statistic about your workers
MIT License
797 stars 81 forks source link

Remove JQuery dependency completely #185

Open wenderjean opened 2 years ago

wenderjean commented 2 years ago

Recently we had an issue related to the fact that Sidekiq no longer relies on JQuery since the version 6.3.0, this issue was tracked by https://github.com/davydovanton/sidekiq-statistic/issues/180 and fixed by https://github.com/davydovanton/sidekiq-statistic/pull/181.

We should consider removing the dependency in the file statistic.js also. The bad thing is we're using jQuery UI Datepicker included directly, It's opened for discussions :thinking: