issues
search
palhaziadev
/
awesomeList
0
stars
0
forks
source link
modifiy list item ordering
#7
Open
palhaziadev
opened
5 months ago
palhaziadev
commented
5 months ago
Ordering:
isDone = false
isDone = true
In isDone
true
:
On top of the list the latest added item
If isDone toggle changed bottom of the list
If any other property changed keep the order of the items
In isDone
false
:
On top of the list the latest toggled to isDone false
If any other property changed keep the order of the items
Ordering:
In isDone true:
In isDone false: