53 Commits

Author SHA1 Message Date
Elian Doran
3e213699e0
chore(client): fix type error due to React integration 2025-08-27 11:27:49 +03:00
Elian Doran
1eaeec8100
Revert "chore(react): prototype for note context"
This reverts commit 660db3b3ab4ff97ba173594092a737bab656cdc8.
2025-08-25 13:51:43 +03:00
Elian Doran
660db3b3ab
chore(react): prototype for note context 2025-08-25 11:48:56 +03:00
Elian Doran
885dd2053b
chore(react/ribbon): add rest of the note action items 2025-08-25 00:08:40 +03:00
Elian Doran
f2db7baeba
refactor(react): use beta approach for handling events everywhere 2025-08-24 21:18:48 +03:00
Elian Doran
3f105f7b8b
chore(react/ribbon): focus on search textbox 2025-08-24 16:45:17 +03:00
Elian Doran
945e180a6f
chore(react/note_title): add before unload listener 2025-08-21 12:55:33 +03:00
Elian Doran
b93fa332d3
fix(client): please wait for save showing up multiple times 2025-08-21 12:49:03 +03:00
Elian Doran
b7482f2a6a
refactor(react/dialogs): use shown everywhere 2025-08-10 11:38:12 +03:00
Elian Doran
7ac0828ae7
feat(react/dialogs): port note revisions 2025-08-06 16:16:30 +03:00
Elian Doran
8a587d4d21
chore(client): fix typecheck issues 2025-07-30 23:46:43 +03:00
Elian Doran
29b813fa3b
Merge remote-tracking branch 'origin/main' into feature/replace_hotkeys_library 2025-07-30 23:29:16 +03:00
Elian Doran
54e3ab5139
fix(command_palette): full screen not working on the browser 2025-07-30 22:50:08 +03:00
Elian Doran
ee3a8e105e
refactor(hotkeys): remove unnecessary initialization code 2025-07-30 14:18:09 +03:00
Elian Doran
e0850958b0
chore(client): type errors 2025-07-27 23:21:07 +03:00
Elian Doran
60e19de0d1
feat(command_palette): add keyboard shortcut 2025-07-27 15:34:51 +03:00
Elian Doran
ec021be16c
feat(views/board): display even if no children 2025-07-21 15:02:44 +03:00
Elian Doran
0d347f8823
feat(views/table): allow creating relations 2025-07-18 16:52:13 +03:00
Elian Doran
e7f47a0663
feat(views/table): delete column definition as well 2025-07-16 21:40:01 +03:00
Elian Doran
7cd0e664ac
feat(views/table): basic editing of columns (rename not supported) 2025-07-15 18:51:51 +03:00
Elian Doran
c9b37dcc77
refactor(views/table): rename event 2025-07-14 21:06:44 +03:00
Elian Doran
cf31367acd
feat(views/table): insert column to the right 2025-07-14 20:42:37 +03:00
Elian Doran
e703ce92a8
refactor(views/table): simplify context menu handling 2025-07-14 15:46:22 +03:00
Elian Doran
1fc860b052
feat(popup_editor): integrate with tree context menu 2025-07-10 17:26:40 +03:00
Elian Doran
88a8311173
feat(popup_editor): integrate with note link context menu 2025-07-10 17:19:10 +03:00
Elian Doran
6509acd6ee
feat(views/geomap): add open location to blank item as well 2025-07-07 17:24:42 +03:00
Elian Doran
54063b97ad
feat(views/geomap): display even if empty 2025-07-06 11:22:49 +03:00
Elian Doran
0fb0be4ffc
feat(views/table): actually add attributes 2025-06-27 22:43:29 +03:00
Elian Doran
dcb4ebe5d9
feat(book/table): display even if empty 2025-06-25 18:31:45 +03:00
Elian Doran
d8b85aad7c
chore(rebrand): change product name 2025-06-23 08:43:04 +03:00
Elian Doran
cca8504796
refactor(client): circular dep in utils 2025-06-19 22:44:02 +03:00
Elian Doran
efdf79feaa
refactor(client): circular dependency causing test failure 2025-06-19 22:01:01 +03:00
Elian Doran
97799bfacc
feat(text-snippets): handle renames by refreshing the editor 2025-06-17 19:21:20 +03:00
Elian Doran
9713864bb6
refactor(cpu_dialog): more mentions of rosetta 2025-06-12 22:53:15 +03:00
Elian Doran
8edbbe27f8
refactor(client,server): rebrand to CPU arch warnings 2025-06-12 22:16:57 +03:00
Elian Doran
b4d2d21620
refactor(client): relocate architecture mismatch checks 2025-06-12 22:00:51 +03:00
perf3ct
23ce896681
feat(client): show warning when running through rosetta 2 2025-06-11 14:04:42 +00:00
Elian Doran
a2a509d45c
refactor(client): rename readOnlyDecision 2025-06-06 19:29:06 +03:00
Jon Fuller
c28edb674c
Merge branch 'develop' into feat/note-edit-readonly-fix2 2025-06-01 18:51:28 -07:00
Elian Doran
26c1cbeff1
chore(client): fix most type errors 2025-05-28 20:42:21 +03:00
FliegendeWurst
50d045b70e fix(client): don't save note tab context for read-only database 2025-05-24 17:43:08 +02:00
FliegendeWurst
6f5304467a fix(client): read-only handling of recent notes 2025-05-24 17:35:52 +02:00
FliegendeWurst
923316e14e feat(client): handle read-only database 2025-05-24 17:34:04 +02:00
SiriusXT
025c6a4e0e fix(leftpaneVisibility): Make leftpane visibility switch no longer depend on entitiesReloadedEvent 2025-05-20 14:33:01 +08:00
perf3ct
caccbf49c0
feat(client): try a different approach to handling read-only threshold
feat(client): revert note_details.ts
2025-05-13 22:02:59 +00:00
Elian Doran
f20232c077
fix(code/find): crashes at dialog shown 2025-05-12 18:24:36 +03:00
Elian Doran
2251a5511e
Merge branch 'develop' into open_new_tab 2025-05-10 15:34:31 +03:00
Elian Doran
70ec38d534
chore(ckeditor): create shared type for editor 2025-05-05 21:44:27 +03:00
Elian Doran
910b0d280d
fix(ckeditor5): reintroduce block handle for floating editor 2025-05-05 15:43:14 +03:00
SiriusXT
9765f2f6d7 Use Ctrl + Shift + Click on the launcher pane to open and activate in a new tab. 2025-05-04 17:18:02 +08:00