mobile: editor ui overhaul

This commit is contained in:
Ammar Ahmed
2025-09-11 15:49:00 +05:00
parent b841c6e0eb
commit 4c97b3481d
14 changed files with 350 additions and 521 deletions

View File

@@ -2488,5 +2488,6 @@ Use this if changes from other devices are not appearing on this device. This wi
t`Select a notebook to move this notebook into, or unselect to move it to the root level.`,
noNotebooksSelectedToMove: () => t`No notebooks selected to move`,
scrollToTop: () => t`Scroll to top`,
scrollToBottom: () => t`Scroll to bottom`
scrollToBottom: () => t`Scroll to bottom`,
characters: (count: number) => t`${count} characters`
};