web: add move notebook dialog (#8099)

Signed-off-by: 01zulfi <85733202+01zulfi@users.noreply.github.com>
Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
This commit is contained in:
01zulfi
2025-06-05 11:44:04 +05:00
committed by Abdullah Atta
parent fdd25a11e7
commit 542a628435
7 changed files with 331 additions and 141 deletions

View File

@@ -2483,5 +2483,7 @@ Use this if changes from other devices are not appearing on this device. This wi
unsetAsHomepage: () => t`Reset homepage`,
archive: () => t`Archive`,
yourArchiveIsEmpty: () => t`Your archive is empty`,
unarchive: () => t`Unarchive`
unarchive: () => t`Unarchive`,
moveNotebookDesc: () =>
t`Select a notebook to move this notebook into, or unselect to move it to the root level.`
};