Javi Martín
|
d18c627392
|
Add and apply Layout/EmptyLinesAfterModuleInclusion rule
This rule was added in rubocop 1.79. We were inconsistent about it, so
we're adding it to get more consistency.
|
2025-11-05 14:27:12 +01:00 |
|
Javi Martín
|
9f738b8d5f
|
Fix labels in progress bar percentage selection
We were using the same label for two elements, but the label was only
assigned to one of them.
|
2024-11-08 15:03:55 +01:00 |
|
Javi Martín
|
233ba3c72f
|
Move progress bars form partial to a component
This way we can move some of the view logic to the Ruby class. It'll
also make it easier to write tests for it.
|
2024-11-08 15:03:55 +01:00 |
|