rails-mini-profiler
rails-mini-profiler copied to clipboard
Clean up views & styles
Right now, stimulus controllers, presenters and so on are a mess. This needs to be cleaned up, along with styles.
Some options:
- Evaluate view component
- Improve self-rolled presenters to make more sense, mirror presenter structure with CSS & JS. Use them more widely.
Just using partials isn't really an option due to bad testability.