Commit Graph

3389 Commits

Author SHA1 Message Date
Abdullah Atta
7fb59d8526 web: set name prop on fields 2024-02-02 17:27:25 +05:00
Abdullah Atta
e6a2df6f38 web: changes to use new grouping api 2024-02-02 17:25:33 +05:00
Abdullah Atta
267841ae83 web: fix router types 2024-02-02 17:24:07 +05:00
Abdullah Atta
1969991356 web: enable vite hot reloading 2024-02-02 17:24:07 +05:00
Abdullah Atta
fc4a0ce0a6 web: fix minor build issues 2024-02-02 17:24:07 +05:00
Abdullah Atta
af65e4bd7f web: migrate everything to react@18 2024-02-02 17:24:07 +05:00
Abdullah Atta
23b0449e3e web: fix notebook tests 2024-02-02 17:21:45 +05:00
Abdullah Atta
92ec1291c8 web: send noteId when decrypting real-time locked content 2024-02-02 17:21:45 +05:00
Abdullah Atta
2bf33df455 web: fix tag tests 2024-02-02 17:21:45 +05:00
Abdullah Atta
13fba9f339 web: fix html export snapshot 2024-02-02 17:21:44 +05:00
Abdullah Atta
63f3e4717b web: fix notes tests 2024-02-02 17:12:47 +05:00
Abdullah Atta
342686e71f web: reset search results on navigation 2024-02-02 17:12:47 +05:00
Abdullah Atta
3b333e8af7 web: reset prepared sql stmt on error 2024-02-02 17:12:47 +05:00
Abdullah Atta
eb135aa27e web: reuse search query 2024-02-02 17:12:47 +05:00
Abdullah Atta
c4f5024186 web: add support for assigning tags to notes 2024-02-02 17:12:47 +05:00
Ammar Ahmed
ccdacffd93 mobile: migrate to sqlite 2024-02-02 17:11:51 +05:00
Abdullah Atta
8f760b74ae web: fix note editor properties 2024-02-02 17:00:04 +05:00
Abdullah Atta
80871ede3b web: show notebook & tag shortcuts when assigning notes 2024-02-02 16:59:47 +05:00
Abdullah Atta
c848718fef web: implement virtualized search for all items 2024-02-02 16:59:47 +05:00
Abdullah Atta
2fa68ad385 web: use lazy loading to load attachments 2024-02-02 16:59:31 +05:00
Abdullah Atta
b28af22b1f web: load tag & color title lazily 2024-02-02 16:59:31 +05:00
Abdullah Atta
676548f2a0 web: show all nested notebooks as tree when moving notes 2024-02-02 16:59:31 +05:00
Abdullah Atta
7058694ee7 web: add support for nested notebooks 2024-02-02 16:59:31 +05:00
Abdullah Atta
21d0c539d4 web: use new virtualized grouping for reminders 2024-02-02 16:59:31 +05:00
Abdullah Atta
7a080ae2b2 web: use new virtualized grouping for trash 2024-02-02 16:59:30 +05:00
Abdullah Atta
c4d0129ac4 web: use new virtualized grouping for monographs 2024-02-02 16:59:30 +05:00
Abdullah Atta
a89c5a1b10 web: install missing @hazae41/foras 2024-02-02 16:59:30 +05:00
Abdullah Atta
bdae67d911 global: update lockfiles 2024-02-02 16:59:30 +05:00
Abdullah Atta
029fb158bf web: start initial migration to sqlite 2024-02-02 16:58:28 +05:00
Abdullah Atta
5cc5983fae global: update lockfiles 2024-02-02 16:39:34 +05:00
Abdullah Atta
72b99a9a06 web: use new types from core 2024-02-02 16:27:05 +05:00
Abdullah Atta
aa730b5b93 web: fix title only txt exports 2024-01-30 00:29:46 +05:00
Abdullah Atta
34bbcf6387 web: add feature highlights for v2.6.15 2024-01-29 23:33:15 +05:00
Abdullah Atta
764c721f1d desktop: add windows code signing 2024-01-29 23:22:29 +05:00
Abdullah Atta
993b8460bf web: do not update dateEdited if ignoring edits 2024-01-29 18:26:44 +05:00
Abdullah Atta
cd90030616 web: fix note title in toolbar not changing 2024-01-29 15:45:13 +05:00
Abdullah Atta
807bd683b7 web: do not show success prompt on unlock cancel 2024-01-29 15:36:01 +05:00
Abdullah Atta
35929026a4 web: monograph.notesnook.com > monogr.ph 2024-01-29 15:22:22 +05:00
Ammar Ahmed
7c4a6f1e17 global: update deps 2024-01-27 23:06:24 +05:00
Abdullah Atta
9fa904e849 web: fix exporting of single note 2024-01-27 21:23:29 +05:00
Abdullah Atta
05cc947cb4 web: fix pdf exports 2024-01-27 21:23:29 +05:00
alihamuh
a20a683b17 web: code refactoring 2024-01-27 21:23:29 +05:00
alihamuh
5fc43c931e web: added directory paths for exports 2024-01-27 21:23:29 +05:00
Abdullah Atta
17f5bd28ba web: do not overwrite filename & mimetype on attachment reupload 2024-01-27 16:06:04 +05:00
Abdullah Atta
a442677e91 editor: fix loading of images that have wrong mime type 2024-01-27 16:06:04 +05:00
Abdullah Atta
c4232ac95a web: do not send hash when updating attachment 2024-01-27 16:06:04 +05:00
Abdullah Atta
b6fd0df715 web: get rid of all attachment loading logic 2024-01-27 16:06:04 +05:00
alihamuh
f3a0b998e4 web: added daily trash interval option 2024-01-27 16:05:28 +05:00
theProton
a47a38b16b web: fix incorrect title on scrolling note (#4137)
Signed-off-by: Parthiv-M <parthivmenon.dev@gmail.com>
2024-01-27 11:44:58 +05:00
Muhammad Ali
af792e394c web: add support for moving locked notes to trash (#4134)
* web: added support for single/multi trash notes

* web: show error when trying to preview a locked note in trash

---------

Co-authored-by: Abdullah Atta <abdullahatta@streetwriters.co>
2024-01-26 16:37:54 +05:00