3412 Commits

Author SHA1 Message Date
Elian Doran
4c4e5b85e9
chore(sql_console): integrate table reference 2026-01-17 22:38:18 +02:00
Elian Doran
476247beb5
feat(sql_console): increase size for results 2026-01-17 22:29:20 +02:00
Elian Doran
2c87f609f3
feat(sql_console): add filter 2026-01-17 22:13:13 +02:00
Elian Doran
bc79ff6845
feat(sql_console): row numbers 2026-01-17 22:09:24 +02:00
Elian Doran
f10373d54f
feat(sql_console): add clipboard 2026-01-17 22:02:47 +02:00
Elian Doran
630d16b722
feat(sql_console): enable sorting 2026-01-17 21:47:02 +02:00
Elian Doran
769f3db21c
feat(sql_console): make columns resizable 2026-01-17 21:45:10 +02:00
Elian Doran
c6896a4b33
feat(sql_console): reduce column width 2026-01-17 21:43:21 +02:00
Elian Doran
7c18025098
feat(sql_console): reduce spacing to fit more content 2026-01-17 21:41:06 +02:00
Elian Doran
6ae74b3181
feat(sql_console): make scrolls and headers always visible 2026-01-17 21:35:58 +02:00
Elian Doran
2ecfbbf284
feat(sql_console): improve fit & solve build error 2026-01-17 21:26:44 +02:00
Elian Doran
781de9a1fb
feat(sql_console): basic integration of Tabulator 2026-01-17 21:22:22 +02:00
Elian Doran
6972a4b901
fix(note_detail): preview leaks between mermaid & SQL console 2026-01-17 20:58:26 +02:00
Elian Doran
52ed1750ac
fix(sql_console): runtime error for inline title 2026-01-17 20:52:53 +02:00
Elian Doran
9010e0b1ce
chore(sql_console): reverse preview and code sections 2026-01-17 20:44:03 +02:00
Elian Doran
5053e74447
fix(sql_console): note type switcher showing up 2026-01-17 20:41:45 +02:00
Elian Doran
f294276849
fix(sql_console): full-height not respected 2026-01-17 20:38:44 +02:00
Elian Doran
0740788cc8
chore(sql_console): link stylesheet 2026-01-17 20:32:28 +02:00
Elian Doran
9bac07ce62
chore(sql_console): integrate results into preview of split 2026-01-17 20:29:15 +02:00
Elian Doran
3d8289d394
chore(note_detail): get code editor to show 2026-01-17 20:12:16 +02:00
Elian Doran
5a60fdad8a
chore(note_detail): map SQL console to own type widget 2026-01-17 20:09:25 +02:00
Elian Doran
2a19be5ab6
refactor(client): extract fnote icon logic in commons 2026-01-16 09:35:51 +02:00
Elian Doran
cc4ceb975e
fix(tree): not reacting to note reordering (e.g. sort) 2026-01-14 17:15:29 +02:00
Elian Doran
4518c9bb99
Merge remote-tracking branch 'origin/main' into lightweight/bootstrap_ejs 2026-01-11 12:20:17 +02:00
Elian Doran
b4df4aaf0d
chore(client): address requested changes 2026-01-11 11:06:59 +02:00
Elian Doran
a5512267c1
feat(ckeditor5): lazy-load premium features 2026-01-10 21:54:35 +02:00
Elian Doran
2b8a7a28d9
Merge remote-tracking branch 'origin/main' into lightweight/bootstrap_ejs 2026-01-10 19:51:05 +02:00
Elian Doran
e2da8c28ca
fix(tree): spotlighted note has + button & insert child context menu 2026-01-10 18:21:16 +02:00
Elian Doran
7c05109645
Merge remote-tracking branch 'origin/main' into feature/hide_from_tree 2026-01-10 18:01:05 +02:00
Elian Doran
52d4083814
chore(tree): address requested changes 2026-01-10 17:46:45 +02:00
Elian Doran
0272189b22
fix(tree): performance issue due to batch update
Some checks failed
Checks / main (push) Has been cancelled
2026-01-10 17:32:06 +02:00
Elian Doran
ddba0e823c
fix(tree): tree is updated on note content updates 2026-01-10 17:32:02 +02:00
Elian Doran
be81acb9e7
feat(tree): respect motion settings instead of always disabling animation 2026-01-10 16:11:15 +02:00
Elian Doran
a72cec0494
chore(client): address a few requested changes 2026-01-10 13:06:13 +02:00
Elian Doran
cb2f7932dd
Merge remote-tracking branch 'origin/main' into feature/tree_performance_improvement 2026-01-10 12:34:26 +02:00
Elian Doran
3354bd669f
fix(client/tree): toast displayed when doing operations outside of tree 2026-01-10 12:32:55 +02:00
Elian Doran
f462034868
fix(client/tree): toast not appearing when inserted via paste 2026-01-10 11:55:49 +02:00
Elian Doran
0b065063f2
refactor(client): use same logic for setting boolean with inheritance 2026-01-10 10:37:19 +02:00
Elian Doran
a3a9de6fdd
feat(collections): add setting to hide subtree 2026-01-10 10:34:06 +02:00
Elian Doran
d77d30f29e
fix(note_tree): subtree hidden cannot be overridden through inheritance 2026-01-10 10:17:09 +02:00
Elian Doran
5cabc6379d
fix(note_tree): not reacting to changes in subtreeHidden 2026-01-10 10:14:15 +02:00
Elian Doran
db57f3ff62
feat(tree): add tooltip when moving into hidden subtree 2026-01-10 09:53:23 +02:00
Elian Doran
0f77caad69
feat(tree): hide items dragged into a subtreeHidden 2026-01-10 09:40:19 +02:00
Elian Doran
968a17fbfb
fix(tree): alignment of note count badge 2026-01-10 00:55:33 +02:00
Elian Doran
712e87b39f
feat(tree): distinguish spotlighted node 2026-01-10 00:52:11 +02:00
Elian Doran
0b40b42315
fix(tree): random exceptions when switching between two spotlighted notes 2026-01-10 00:42:24 +02:00
Elian Doran
62996b1162
feat(tree): remove spotlighted note after switching to another one 2026-01-10 00:38:28 +02:00
Elian Doran
b67ccc6091
feat(tree): basic spotlight support for hidden child 2026-01-10 00:15:59 +02:00
Elian Doran
ee52e16a75
feat(tree): add title for subnote count badge 2026-01-09 19:15:57 +02:00
Elian Doran
0c27bd25fa
chore(tree): align child count to the right 2026-01-09 17:03:56 +02:00