Added stash archiving.
This commit is contained in:
@@ -30,6 +30,7 @@ const domainKey = {
|
||||
}[props.domain];
|
||||
|
||||
const sortedStashes = computed(() => props.stashes
|
||||
.filter((stash) => !stash.isArchived)
|
||||
.toSorted((stashA, stashB) => {
|
||||
return stashA.createdAt - stashB.createdAt;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user