feat(mobile): jouranl daily activity and conflict operations (#8779)

close AF-1662
This commit is contained in:
CatsJuice
2024-11-11 09:31:31 +00:00
parent 50a04f6443
commit c4e65c754e
10 changed files with 353 additions and 6 deletions

View File

@@ -168,7 +168,7 @@ export const EditorJournalPanel = () => {
);
};
const sortPagesByDate = (
export const sortPagesByDate = (
docs: DocRecord[],
field: 'updatedDate' | 'createDate',
order: 'asc' | 'desc' = 'desc'