fix: Respect disabled sorting animations everywhere#148
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughIntroduces a conditional Animation parameter to SortableList instances in two Razor components. In EditCardModal.razor, the Animation value is set to 0 when _card.Column.Board.DisableSortingAnimations is true, otherwise 200, affecting subtask sorting visuals. In BoardView.razor, the Animation value is set to 0 when _board.DisableSortingAnimations is true, otherwise 200, affecting column reordering visuals. No changes to move logic, data updates, or public/exported entities are indicated. Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes ✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: ASSERTIVE Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting 📒 Files selected for processing (2)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary by CodeRabbit