984 Commits

Author SHA1 Message Date
Elian Doran
8994f537dc
fix(migration): use bundleable migrations
This fixes TypeScript migrations, which were not being run correctly
even in previous versions.

On the ESBuild version, neither SQL migrations worked due to the fact
that they were not being bundled.
2025-05-30 21:32:35 +03:00
Elian Doran
939469ba54
style(next): fix dropdown container while app is loading 2025-05-30 19:22:51 +03:00
Elian Doran
7ef05780a6
fix(client): selecting note after split pane opens in wrong pane 2025-05-29 21:02:35 +03:00
Elian Doran
c11c271aa6
style(search): remove calendar view toolbar padding 2025-05-29 17:46:22 +03:00
Elian Doran
ce3506d5d0
feat(search): display calendar view if the right viewType attribute is set 2025-05-29 17:44:00 +03:00
Elian Doran
01f6368f95
chore(search): don't render note list if no results 2025-05-29 17:41:02 +03:00
Elian Doran
5b99c8f595
fix(client): override bootstrap defaults 2025-05-29 17:19:29 +03:00
Elian Doran
af5eab4518
fix(calendar): becomes invisible if resizing while not visible 2025-05-29 15:29:05 +03:00
Elian Doran
93a1d62218
fix(sql_console): background color 2025-05-29 14:48:17 +03:00
Elian Doran
844fb3cfb7
refactor(client): use different approach for disabling code background 2025-05-29 14:45:55 +03:00
Elian Doran
e29e711861
fix(mermaid): background color of the preview 2025-05-29 14:41:50 +03:00
Elian Doran
9fadc9341a
fix(mermaid): code background stuck after navigating to new note 2025-05-29 14:35:40 +03:00
Elian Doran
b88f07c202
refactor(server): add missing override 2025-05-29 13:34:42 +03:00
Elian Doran
7651083e63
Merge remote-tracking branch 'origin/develop' into refactor/typecheck_errors 2025-05-29 09:35:12 +03:00
Elian Doran
78236954e5
Merge pull request #2045 from TriliumNext/renovate/globals-16.x
fix(deps): update dependency globals to v16.2.0
2025-05-29 09:18:29 +03:00
renovate[bot]
d98831c408
fix(deps): update dependency globals to v16.2.0 2025-05-29 06:18:08 +00:00
Elian Doran
3a33013307
Merge pull request #2043 from TriliumNext/renovate/node-22.x
chore(deps): update node.js to v22.16.0
2025-05-29 09:17:27 +03:00
renovate[bot]
77bf898805
chore(deps): update node.js to v22.16.0 2025-05-29 06:16:15 +00:00
Elian Doran
80560f3906
Merge pull request #2046 from TriliumNext/renovate/mind-elixir-4.x
fix(deps): update dependency mind-elixir to v4.6.0
2025-05-29 09:16:10 +03:00
Elian Doran
f0a22fb761
Merge pull request #2035 from TriliumNext/renovate/react-monorepo
chore(deps): update dependency @types/react to v19.1.6
2025-05-29 09:13:01 +03:00
Elian Doran
4e1959a159
Merge pull request #2036 from TriliumNext/renovate/electron-36.x
chore(deps): update dependency electron to v36.3.2
2025-05-29 09:12:32 +03:00
Elian Doran
c9b8bbb560
Merge pull request #2039 from TriliumNext/renovate/i18next-25.x
fix(deps): update dependency i18next to v25.2.1
2025-05-29 09:10:59 +03:00
Elian Doran
0550a8cfc3
Merge pull request #2040 from TriliumNext/renovate/happy-dom-monorepo
chore(deps): update dependency happy-dom to v17.5.6
2025-05-29 09:10:34 +03:00
renovate[bot]
9de1d94924
fix(deps): update dependency yargs to v18 2025-05-29 01:47:00 +00:00
renovate[bot]
c5e1e1f87b
fix(deps): update dependency mind-elixir to v4.6.0 2025-05-29 01:44:29 +00:00
renovate[bot]
3db7535340
chore(deps): update dependency happy-dom to v17.5.6 2025-05-29 01:39:12 +00:00
renovate[bot]
50b7046d6c
fix(deps): update dependency i18next to v25.2.1 2025-05-29 01:38:27 +00:00
renovate[bot]
1404af9db4
chore(deps): update dependency electron to v36.3.2 2025-05-29 01:36:27 +00:00
renovate[bot]
052583c331
chore(deps): update dependency @types/react to v19.1.6 2025-05-29 01:35:46 +00:00
Elian Doran
7af44f609d
chore(client): fix a type error in tests 2025-05-28 21:36:00 +03:00
Elian Doran
c597ad7694
chore(client): remove unused linter for now 2025-05-28 21:15:55 +03:00
Elian Doran
395bc372ce
chore(ckeditor5): type errors due to augmentation 2025-05-28 20:46:33 +03:00
Elian Doran
26c1cbeff1
chore(client): fix most type errors 2025-05-28 20:42:21 +03:00
Elian Doran
52a082d0e2
chore(server): align test configuration 2025-05-28 20:09:56 +03:00
Elian Doran
ff106e21cf
chore(server): fix more type errors 2025-05-28 19:57:55 +03:00
Elian Doran
ba7c93967e
chore(server): fix some type errors 2025-05-28 19:03:53 +03:00
SiriusXT
a8f94b712f fix(ts): specify array type to fix TS2345 error 2025-05-28 16:49:43 +08:00
SiriusXT
bbc77b522f fix(tab-row): Optimize tab-row scrolling experience 2025-05-28 16:46:56 +08:00
Elian Doran
05c4721bd5
chore(server): type error due to ESM vs CJS 2025-05-28 00:05:16 +03:00
Elian Doran
811f0ea2bf
chore(server,desktop): re-enable strict mode 2025-05-28 00:00:59 +03:00
Elian Doran
8578aa26c1
chore(types): disable verbatim module syntax for now 2025-05-27 23:43:28 +03:00
Elian Doran
ef6eac6f6e
chore(desktop): fix version 2025-05-27 22:26:52 +03:00
Elian Doran
7d29a6279e
fix(server): exporting .zip not working in dev mode 2025-05-27 22:04:09 +03:00
Elian Doran
41b3441e42
Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop 2025-05-27 22:00:53 +03:00
Elian Doran
5a6b310b27
chore(clipboard): simplify toast messages 2025-05-27 22:00:50 +03:00
Adorian Doran
9405225e69 style(next)/code blocks/copy button: refactor 2025-05-27 21:14:55 +03:00
Elian Doran
06528ec74b
docs(user): add some more keyboard shortcuts 2025-05-27 21:00:13 +03:00
Elian Doran
c3e0ef3a27
docs(user): mention keyboard shortcuts 2025-05-27 20:54:17 +03:00
Adorian Doran
8c06175c52 style(next)/action buttons: fix a bug 2025-05-27 20:36:59 +03:00
Adorian Doran
8121dbed74 style(next)/code blocks/copy button: use a better layout 2025-05-27 20:36:07 +03:00