37 Commits

Author SHA1 Message Date
Elian Doran
15075c8626
fix(build): tests failing due to cyclic dependencies 2025-03-05 22:11:03 +02:00
Elian Doran
07dbacb61f
fix(build): incorrect import 2025-03-05 22:05:12 +02:00
Elian Doran
1976fe6729
Merge remote-tracking branch 'origin/develop' into feature/rtl
; Conflicts:
;	src/public/app/widgets/floating_buttons/help_button.ts
2025-03-05 21:57:53 +02:00
Elian Doran
dd28ce9e5d
feat(note_language): add in-app help 2025-03-05 21:38:41 +02:00
Panagiotis Papadopoulos
2beaaa95bf chore(prettier): fix code style 2025-03-02 20:47:57 +01:00
Elian Doran
147c340529
Merge remote-tracking branch 'origin/develop' into port/client_ts 2025-02-24 10:14:52 +02:00
Elian Doran
87e687147d
Merge remote-tracking branch 'origin/develop' into port/client_ts 2025-02-24 10:10:34 +02:00
Panagiotis Papadopoulos
cf11be7f35 chore(ts): get rid of bootstrap related ts-ignores 2025-02-22 11:56:56 +01:00
Elian Doran
a9cebe312f
refactor(views/calendar): use specific API for date notes for performance 2025-02-22 10:59:03 +02:00
Elian Doran
f50f767e79
fix(client): console error if latest version could not be retrieved 2025-02-08 10:50:55 +02:00
Elian Doran
60d8bc8238
feat(tray): reload recent notes on change 2025-02-01 11:07:47 +02:00
Elian Doran
ebc523a0fd
feat(tray): reload bookmarks on change 2025-02-01 11:04:49 +02:00
Elian Doran
565989dd4c
feat(client/ts): port tree (WIP) 2025-01-30 10:14:10 +02:00
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