feat: rename lists to projects #2697

Closed
konrad wants to merge 53 commits from feature/rename-lists-to-projects into main
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 62262e5397 - Show all commits

View File

@ -94,7 +94,7 @@
:data-namespace-index="nk"
:component-data="{
type: 'transition-group',
name: !drag ? 'flip-project' : null,
name: !drag ? 'flip-list' : null,
konrad marked this conversation as resolved Outdated

Might be that the flip animation is broken either way, but the class name needs to be aligned.
In the styles below I could still find a .flip-list-move which should be .flip-list-move if you still want to rename it after considering my first comment in this file.

Might be that the flip animation is broken either way, but the class name needs to be aligned. In the styles below I could still find a `.flip-list-move` which should be `.flip-list-move` __if__ you still want to rename it after considering my first comment in this file.
class: [
'menu-list can-be-hidden',
{ 'dragging-disabled': n.id < 0 }