21 Commits

Author SHA1 Message Date
Elian Doran
ec685db093
chore(client/ts): port components/app_context 2024-12-23 14:10:57 +02:00
Elian Doran
a349223e54
chore(client/ts): port widgets/attribute_editor 2024-12-22 21:59:08 +02:00
Elian Doran
b01725101d
refactor(client/ts): use filtered generics for context menu commands 2024-12-22 19:34:19 +02:00
Elian Doran
19652fbbce
refactor(client/ts): use command names enum in context menu 2024-12-22 18:33:57 +02:00
Elian Doran
dd4885e15c
chore(client/ts): port menus/link_context_menu 2024-12-22 18:03:03 +02:00
Elian Doran
6140bb5d99
chore(client/ts): port menus/launcher_context_menu 2024-12-22 17:56:53 +02:00
Elian Doran
be0c80249e
refactor(client/ts): use compact mappings for commands 2024-12-21 23:57:55 +02:00
Elian Doran
3bfb163a39
refactor(client/ts): use discriminated unions for triggering events 2024-12-21 23:54:47 +02:00
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
cde74faca9
chore(client/ts): port services/note_create 2024-12-21 23:17:57 +02:00
Elian Doran
03b6ac450d
chore(client/ts): port services/keyboard_actions 2024-12-21 17:55:22 +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
e54e8fdef8
chore(client/ts): port widgets/dialogs/prompt 2024-12-21 17:12:22 +02:00
Elian Doran
efb17c9010
chore(client/ts): port services/branches 2024-12-21 15:34:07 +02:00
Elian Doran
e889955e8b
chore(client/ts): port services/note_autocomplete 2024-12-21 14:34:38 +02:00
Elian Doran
650a116193
chore(client/ts): port services/frontend_script_api 2024-12-19 22:06:42 +02:00
Elian Doran
8cc271a192
client: Fix a few TypeScript build errors 2024-10-26 10:31:51 +03:00
Elian Doran
86fc59d265
Merge remote-tracking branch 'origin/develop' into feature/client_typescript_port1
; Conflicts:
;	package-lock.json
;	package.json
;	src/public/app/components/app_context.ts
;	src/public/app/services/hoisted_note.ts
;	src/public/app/services/open.ts
;	src/public/app/services/toast.ts
2024-10-26 10:20:19 +03:00
Elian Doran
b7754bcea0
client-ts: Port services/app/app_context 2024-07-25 21:03:15 +03:00