Elian Doran
5c31a0afeb
fix(client): quote breaking tooltips ( fixes #1003 )
2025-01-28 21:03:39 +02:00
Panagiotis Papadopoulos
d56752e5a9
fix(utils/dynamicRequire): pass moduleName explicitly as string
...
fixes the Webpack warning:
"WARNING in ./src/public/app/services/utils.ts 249:15-34
Critical dependency: the request of a dependency is an expression"
as we now explicitly pass the moduleName as string and not "expression"
source:
https://stackoverflow.com/questions/42908116/
2025-01-19 12:57:27 +01:00
Elian Doran
7d3f506efb
refactor(deps): use webpack import for canvas
2025-01-18 11:09:57 +02:00
Elian Doran
c94346c6b9
chore(client/ts): port widgets/buttons/launcher
2025-01-11 01:46:04 +02:00
Elian Doran
4cbb529fd4
chore(prettier): fix all files
2025-01-09 18:07:02 +02:00
Elian Doran
90ec7919ba
feat(mobile): improve positioning of jump to note
2025-01-05 00:24:25 +02:00
Elian Doran
c2315a9341
refactor(client): use common method for checking if launch bar config
2025-01-04 21:52:41 +02:00
Elian Doran
a83931a421
fix(mobile): error when closing modals
2025-01-04 19:15:24 +02:00
Elian Doran
8a47b2f5a8
chore(client/ts): port components/note_context
2024-12-23 15:16:41 +02:00
Elian Doran
838dc521b1
chore(client/ts): port services/note_list_renderer
2024-12-23 11:00:10 +02:00
Elian Doran
4563366732
fix(client): delete modal crashing
2024-12-22 00:34:25 +02:00
Elian Doran
e88cbd5991
fix(client/ts): dropdowns not working after conversion
2024-12-22 00:10:02 +02:00
Elian Doran
a759c1fbd2
chore(client/ts): port services/link
2024-12-21 23:17:43 +02:00
Elian Doran
14dd3a0021
chore(client/ts): port services/glob
2024-12-21 17:47:09 +02:00
Elian Doran
7c2002c589
chore(client/ts): port services/script_context
2024-12-19 22:16:06 +02:00
Elian Doran
31a8d7dc9f
fix(client): import to bootstrap modal
2024-12-14 10:40:28 +02:00
Elian Doran
483b543272
fix(build): type errors due to new development
2024-12-14 09:43:16 +02:00
Elian Doran
66ccc5fe2f
Merge remote-tracking branch 'origin/develop' into feature/client_typescript_port1
2024-12-14 09:27:51 +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
Elian Doran
ac7316ae93
client-ts: Port services/app/ws
2024-07-25 20:47:33 +03:00
Elian Doran
411234dd9c
client-ts: Port services/app/components/component
2024-07-25 19:21:40 +03:00
Elian Doran
ba7035a346
client-ts: Port services/utils
2024-07-25 00:18:57 +03:00