feat: chat folder

This commit is contained in:
chatbung
2025-02-19 13:30:34 +09:00
parent a5d2b4589c
commit e5e86a9c9b
4 changed files with 409 additions and 150 deletions

View File

@@ -1015,4 +1015,7 @@ export const sortableOptions = {
delay: 300, // time in milliseconds to define when the sorting should start
delayOnTouchOnly: true,
filter: '.no-sort',
onMove: (event) => {
return event.related.className.indexOf('no-sort') === -1
}
} as const