156 Commits

Author SHA1 Message Date
Elian Doran
fd029ac451
fix(ribbon): exception about focusing 2025-03-15 01:40:46 +02:00
Elian Doran
3855f0e75f
Revert "port tab manager to ts"
This reverts commit 45a50f3aa1ebe5f6687d1733f3dbed58b46c42cb.
2025-03-03 23:34:54 +02:00
Jin
1b76442367 chore: 🤖 fix webpack build error 2025-03-03 21:03:45 +01:00
Elian Doran
8e66dc300f
Merge branch 'develop' into porting_js 2025-03-03 20:30:15 +02:00
Jin
45a50f3aa1 port tab manager to ts 2025-03-03 01:04:42 +01:00
Jin
8e0b9d17a4 port split note container to ts 2025-03-02 21:52:48 +01:00
Panagiotis Papadopoulos
2beaaa95bf chore(prettier): fix code style 2025-03-02 20:47:57 +01:00
Elian Doran
44811f4f4b
refactor(client/ts): port two containers 2025-02-11 19:09:04 +02:00
Elian Doran
13f7129717
refactor(client/ts): port a few more widgets 2025-02-11 19:04:27 +02:00
Elian Doran
e2c0c6ef92
feat(in-app-help): don't open table of contents when in help view 2025-02-02 21:37:41 +02:00
Elian Doran
c6730c5467
chore(client/ts): port ribbon_container 2025-01-26 21:24:42 +02:00
Elian Doran
5a40d3f020
fix(build): build errors 2025-01-22 21:55:42 +02:00
Elian Doran
c7e688b6e6
chore(client/ts): port left_pane_container 2025-01-18 12:56:00 +02:00
Elian Doran
0221039ebe
fix(client/ts): fix build errors & define command to event bridge 2025-01-14 20:08:57 +02:00
Elian Doran
1807b2b031
chore(types): missing import type for JS imports 2025-01-13 23:18:10 +02:00
Elian Doran
324696bc54
refactor(ts): enable verbatim module syntax 2025-01-09 18:36:24 +02:00
Elian Doran
4cbb529fd4
chore(prettier): fix all files 2025-01-09 18:07:02 +02:00
Elian Doran
c1ea1fd608
fix(build): build errors 2025-01-07 14:58:19 +02:00
Elian Doran
6d41af98fd
chore(types): allow containers to constrain children 2025-01-05 12:21:01 +02:00
Elian Doran
65a14c62ac
feat(mobile): render mobile visible launchers 2025-01-04 22:11:23 +02:00
Elian Doran
e45052cead
chore(client/ts): port launcher & launcher_container 2025-01-04 22:08:07 +02:00
Elian Doran
ce56842353
chore(client/ts): port sidebar_container 2025-01-04 12:44:40 +02:00
Elian Doran
f315457047
fix(mobile): bottom bar not always shown 2025-01-02 00:38:52 +02:00
Elian Doran
a9640fbee7
fix(client): tooltips not working in ribbon (closes #795) 2024-12-18 22:58:54 +02:00
Elian Doran
8dd9510de8
fix(client): bookmark alignment on horizontal layout 2024-11-24 12:17:47 +02:00
Elian Doran
ba5371d76b
fix(mobile): vertical layout not sized properly 2024-11-23 09:56:48 +02:00
Elian Doran
91d23bae8e
refactor(client): use different hiding mechanism for quick search 2024-11-23 09:37:24 +02:00
Elian Doran
d2d2620742
feat(mobile): hide quick search 2024-11-23 09:34:26 +02:00
Elian Doran
0f7b96f096
fix(client): quick search in vertical layout 2024-11-23 00:29:28 +02:00
Elian Doran
fd8f9506d4
fix(client): tooltip position for launcher on horizontal layout 2024-11-23 00:02:02 +02:00
Elian Doran
20b0215364
feat(client): set up quick search as launcher 2024-11-22 22:01:38 +02:00
Elian Doran
045c8699a9
refactor(client): use switch instead of chained-if 2024-11-22 21:56:34 +02:00
Elian Doran
efc84722a9
feat(client): implement top launcher pane 2024-11-22 21:05:45 +02:00
Elian Doran
a4c0ae06db
client: Fix duplicate ribbon tabs (fixes #582) 2024-11-18 20:52:35 +02:00
Elian Doran
b88f0e0109
client: Hide ribbon for non text or read-only notes 2024-11-09 10:33:45 +02:00
Elian Doran
cb4fe4481f
client: Strengthen widget rendering errors detection 2024-10-25 19:57:31 +03:00
zadam
6b58e59819 added keyboard shortcut for toggling the right pane, closes #4552 2024-01-28 08:58:40 +01:00
zadam
38db7f9db7 style tweaks #4338 2023-10-19 23:54:36 +02:00
zadam
0599891ec0
Merge pull request #4001 from dymani/reopen-in-place
Reopen recently closed tab/split in place
2023-07-24 22:52:14 +02:00
zadam
192e399cb5 typos 2023-06-30 11:18:34 +02:00
zadam
a46c5a2243 use isLabelTruthy() for most binary labels 2023-06-29 00:14:12 +02:00
zadam
e6bf6424e8 rename loadresults methods/properties for clarity that they don't contain entities, only rows 2023-06-05 16:12:02 +02:00
zadam
93addac8bb Merge branch 'master' into next61
# Conflicts:
#	src/becca/entities/bnote.js
#	src/public/app/components/note_context.js
#	src/public/app/layouts/desktop_layout.js
#	src/public/app/services/note_content_renderer.js
#	src/public/app/services/utils.js
#	src/public/app/widgets/ribbon_widgets/file_properties.js
#	src/public/app/widgets/ribbon_widgets/note_info_widget.js
#	src/services/notes.js
2023-06-05 00:09:55 +02:00
dymani
2c8eb82d42 Reopen recently closed tab/split in place 2023-06-03 05:54:33 +08:00
dymani
58253567cd Simplify noteContextReorder event call 2023-06-01 00:48:37 +08:00
dymani
735852b3c1 Use noteContextReorder event instead 2023-05-31 01:53:55 +08:00
dymani
2a39906993 Cleanup 2023-05-30 04:22:51 +08:00
dymani
e1b67e20ec Add buttons to move split panes 2023-05-30 03:44:05 +08:00
zadam
9e9fb2979f Merge branch 'master' into next61
# Conflicts:
#	package-lock.json
#	package.json
#	src/public/app/components/note_context.js
#	src/public/app/services/open.js
#	src/public/app/widgets/buttons/note_actions.js
#	src/public/app/widgets/find_in_code.js
#	src/public/app/widgets/type_widgets/canvas.js
#	src/services/options.js
2023-05-20 20:55:57 +02:00
SnnBcd xt
d24d3af87d Other elements in the scroll-container (including text search) scroll smoothly 2023-05-17 12:03:38 +00:00