feat: Editing large notes (greater than 1.5MB) will result in more optimized syncing, in which changes are saved locally immediately, but sync with the server less frequently (roughly every 30 seconds rather than after every change). (#2768)
This commit is contained in:
3
packages/icons/src/Icons/ic-clock.svg
Normal file
3
packages/icons/src/Icons/ic-clock.svg
Normal file
@@ -0,0 +1,3 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24">
|
||||
<path fill="currentColor" d="M12 20a8 8 0 0 0 8-8a8 8 0 0 0-8-8a8 8 0 0 0-8 8a8 8 0 0 0 8 8m0-18a10 10 0 0 1 10 10a10 10 0 0 1-10 10C6.47 22 2 17.5 2 12A10 10 0 0 1 12 2m.5 5v5.25l4.5 2.67l-.75 1.23L11 13V7z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 281 B |
@@ -43,6 +43,7 @@ import ChevronUpIcon from './ic-chevron-up.svg'
|
||||
import CircleIcon from './circle-55.svg'
|
||||
import ClearCircleFilledIcon from './ic-clear-circle-filled.svg'
|
||||
import CloseCircleFilledIcon from './ic-close-circle-filled.svg'
|
||||
import ClockIcon from './ic-clock.svg'
|
||||
import CloseIcon from './ic-close.svg'
|
||||
import CloudOffIcon from './ic-cloud-off.svg'
|
||||
import CodeIcon from './ic-code.svg'
|
||||
@@ -263,6 +264,7 @@ export {
|
||||
CircleIcon,
|
||||
ClearCircleFilledIcon,
|
||||
CloseCircleFilledIcon,
|
||||
ClockIcon,
|
||||
CloseIcon,
|
||||
CloudOffIcon,
|
||||
CodeIcon,
|
||||
|
||||
Reference in New Issue
Block a user