rails / mission_control-jobs

Dashboard and Active Job extensions to operate and troubleshoot background jobs
MIT License
611 stars 71 forks source link

Remove sprockets-rails deps #131

Closed omohokcoj closed 3 months ago

omohokcoj commented 5 months ago

Currently it's not possible to use the UI without sprockets-rails which makes it impossible to use it in api only projects. This PR removes "importmap-rails" "turbo-rails" "stimulus-rails" deps while keeping the same functionality (almost). Form debounce controller has been removed as well - it should be easier to implement it in plain js and web element instead of stimulus.

rosa commented 3 months ago

Hey @omohokcoj, thanks for this! Going to close this one in favour of https://github.com/rails/mission_control-jobs/pull/87, that was merged a couple of days ago.