10053 Commits

Author SHA1 Message Date
Elian Doran
4e3417482e
refactor(client/ts): use discriminated unions for triggering commands 2024-12-21 23:47:18 +02:00
Elian Doran
9d4841306f
refactor(client/ts): use separate interfaces for trigger data 2024-12-21 23:29:17 +02:00
Elian Doran
be93380d03
fix(client/ts): build error 2024-12-21 23:17:59 +02:00
Elian Doran
cde74faca9
chore(client/ts): port services/note_create 2024-12-21 23:17:57 +02:00
Elian Doran
88d5aa973c
chore(client/ts): port widgets/note_type_chooser 2024-12-21 23:17:53 +02:00
Elian Doran
7565fdfd5c
chore(client/ts): port services/mime_types 2024-12-21 23:17:51 +02:00
Elian Doran
c93fcc6988
chore(client/ts): port services/mermaid 2024-12-21 23:17:48 +02:00
Elian Doran
f4c73d45c7
chore(client/ts): port services/mac_init 2024-12-21 23:17:46 +02:00
Elian Doran
a759c1fbd2
chore(client/ts): port services/link 2024-12-21 23:17:43 +02:00
Elian Doran
3df585c72a
Merge remote-tracking branch 'origin/feature/client_typescript_port1' into feature/client_typescript_port2 2024-12-21 21:59:18 +02:00
Elian Doran
e121e4298a
chore(deps): revert changes to integrity in package lock 2024-12-21 21:36:39 +02:00
Elian Doran
1bfd1553e5
chore(deps): fix types in non-dev-dependencies 2024-12-21 21:32:48 +02:00
Elian Doran
791f9b16b0
Merge remote-tracking branch 'origin/develop' into feature/client_typescript_port1
; Conflicts:
;	package-lock.json
2024-12-21 21:30:32 +02:00
Elian Doran
e7e763435e
feat(client): use shared config which also fixes production builds 2024-12-21 21:22:27 +02:00
Elian Doran
0611a7aa15
Merge branch 'develop' of ssh://github.com/TriliumNext/Notes into develop 2024-12-21 21:14:17 +02:00
Elian Doran
5601c8a9ee
Merge pull request #822 from TriliumNext/renovate/braintree-sanitize-url-7.x
fix(deps): update dependency @braintree/sanitize-url to v7.1.1
2024-12-21 21:14:13 +02:00
Elian Doran
09435b6711
chore(i18n): reach 100% for Romanian 2024-12-21 21:13:55 +02:00
Elian Doran
84bd854740
Merge pull request #823 from TriliumNext/renovate/i18next-24.x
fix(deps): update dependency i18next to v24.2.0
2024-12-21 21:10:09 +02:00
Elian Doran
301e4b6ea9
feat(i18n): translate new note title 2024-12-21 21:08:34 +02:00
Elian Doran
dbe9e43ff1
Merge remote-tracking branch 'origin/develop' into feature/client_typescript_port1
; Conflicts:
;	package-lock.json
2024-12-21 20:47:07 +02:00
Elian Doran
dd622f399a
fix(client): remove redundant log 2024-12-21 20:46:20 +02:00
Elian Doran
09cc487e68
fix(client): error in trace when changing settings that requires refresh 2024-12-21 20:45:53 +02:00
Elian Doran
c6d04b50fb
chore(client/ts): fix build errors 2024-12-21 19:26:12 +02:00
Elian Doran
3d2d3b1106
chore(client/ts): port services/library_loader 2024-12-21 18:00:36 +02:00
Elian Doran
03b6ac450d
chore(client/ts): port services/keyboard_actions 2024-12-21 17:55:22 +02:00
Elian Doran
476ce0545a
chore(client/ts): port services/import 2024-12-21 17:50:18 +02:00
Elian Doran
f15bebd330
chore(client/ts): port services/image 2024-12-21 17:48:27 +02:00
Elian Doran
14dd3a0021
chore(client/ts): port services/glob 2024-12-21 17:47:09 +02:00
Elian Doran
6e8fa6d757
chore(client/ts): port services/file_watcher 2024-12-21 17:42:48 +02:00
Elian Doran
45a652828e
chore(client/ts): port widgets/dialogs/confirm 2024-12-21 17:39:14 +02:00
Elian Doran
1656acdb49
chore(client/ts): port widgets/dialogs/confirm 2024-12-21 17:32:50 +02:00
Elian Doran
e54e8fdef8
chore(client/ts): port widgets/dialogs/prompt 2024-12-21 17:12:22 +02:00
Elian Doran
7fc4443206
chore(client/ts): port services/debounce 2024-12-21 17:00:36 +02:00
Elian Doran
911323c099
chore(client/ts): port services/clipboard 2024-12-21 16:48:14 +02:00
Elian Doran
c0e9684f73
chore(client/ts): port services/bundle 2024-12-21 16:43:50 +02:00
Elian Doran
c956d4358c
chore(client/ts): port services/bulk_action 2024-12-21 16:36:16 +02:00
Elian Doran
05e49f77e6
chore(client/ts): remove unused type definition 2024-12-21 15:34:15 +02:00
Elian Doran
efb17c9010
chore(client/ts): port services/branches 2024-12-21 15:34:07 +02:00
Elian Doran
cc8f927718
chore(client/ts): port widgets/dialogs/delete_notes 2024-12-21 15:30:11 +02:00
Elian Doran
00870ba807
chore(client/ts): port widgets/basic_widget 2024-12-21 15:09:52 +02:00
Elian Doran
6f0d6a968d
chore(client/ts): port bulk_actions/label 2024-12-21 15:05:41 +02:00
Elian Doran
b14cb4e3ce
chore(client/ts): port bulk_actions/note 2024-12-21 15:04:33 +02:00
Elian Doran
5bdb325e08
chore(client/ts): port bulk_actions/relations 2024-12-21 15:03:45 +02:00
Elian Doran
ef4d2378f1
chore(client/ts): port services/content_renderer 2024-12-21 14:56:51 +02:00
Elian Doran
27ed750d48
chore(client/ts): port bulk_actions/add_relation 2024-12-21 14:39:42 +02:00
Elian Doran
6f32f21ac4
chore(client/ts): port services/note_tooltip 2024-12-21 14:38:25 +02:00
Elian Doran
e889955e8b
chore(client/ts): port services/note_autocomplete 2024-12-21 14:34:38 +02:00
Elian Doran
934a395f15
chore(client/ts): port bulk_actions/execute_script 2024-12-21 09:29:50 +02:00
Elian Doran
ac75e72491
chore(client/ts): port bulk_actions/abstract_bulk_action 2024-12-21 09:26:37 +02:00
renovate[bot]
0d27937c95
fix(deps): update dependency i18next to v24.2.0 2024-12-21 01:13:20 +00:00