zadam
3cc93157bf
basic support for audio/video preview in file notes (no seeking)
2021-02-13 23:20:22 +01:00
zadam
378987e61c
added icon to note title row
2021-02-13 20:07:08 +01:00
zadam
7dd19c0366
correct reloading of note subtree when relevant labels change
2021-02-09 20:26:10 +01:00
zadam
cd5be59413
tab row is detecting workspace changes
2021-02-07 20:55:49 +01:00
zadam
2a67d9eae2
added unhoist button to the tree node + onclick fixes
2021-02-06 19:58:12 +01:00
zadam
397f0d1326
fix collapse tree
2021-02-04 23:08:16 +01:00
zadam
6469937393
fix note tree flickering (note cache was not updated when expanded status changed)
2021-02-04 22:05:32 +01:00
zadam
17c6f53397
fix "twitching" tree nodes on hover
2021-01-30 21:03:39 +01:00
zadam
77bc5f9944
disabling tree expand animation to avoid "recursion" errors
2021-01-29 23:33:41 +01:00
zadam
810fd9e819
fix glitches on drag & drop, fixes #1587
2021-01-28 21:19:01 +01:00
zadam
8b0a1e546d
search fixes
2021-01-25 23:43:36 +01:00
zadam
6408a47a8a
Merge remote-tracking branch 'origin/stable'
...
# Conflicts:
# src/services/note_cache/entities/note.js
2021-01-23 21:09:47 +01:00
zadam
f2ca9276d6
fix/improve behavior of "sorted" attribute
2021-01-23 21:00:59 +01:00
zadam
f2e44e5617
fix tree's enhanced item buttons
2021-01-15 23:05:19 +01:00
zadam
90d33f56c3
implemented "search in subtree"
2020-12-05 23:00:28 +01:00
zadam
bc520edd19
fix usage of async .getHeaders()
2020-12-03 21:50:41 +01:00
zadam
a68c61b2f0
improvements to saved search
2020-11-30 23:20:12 +01:00
zadam
2a6978c349
added button for entering workspace
2020-11-29 22:32:31 +01:00
zadam
1c5425c9eb
workaround for filter + create child problems
2020-11-29 20:55:24 +01:00
zadam
2338a13749
added "add child note" button to note tree
2020-11-27 23:13:48 +01:00
zadam
2a54ce803e
layout tweaks
2020-11-27 22:02:55 +01:00
zadam
642bf9d113
layout tweaks
2020-11-27 21:57:41 +01:00
zadam
48b1703725
moved "global buttons" on the tree
2020-11-27 20:40:32 +01:00
zadam
61f30373d4
hoisting improvements
2020-11-24 23:24:05 +01:00
zadam
52b8162d01
WIP per-tab hoisting
2020-11-23 22:52:48 +01:00
zadam
4bd86a6dfa
WIP per-tab hoisting
2020-11-22 23:05:02 +01:00
zadam
314e0a453f
"duplicate note" now duplicates whole note subtree instead of just individual note
2020-11-19 14:06:32 +01:00
zadam
8a019d617f
small visual tweaks to link map, including displaying the note icon
2020-10-14 23:14:04 +02:00
zadam
893b6053d2
provide also explicit unhoist keyboard shortcut, #1305
2020-10-13 23:41:55 +02:00
zadam
d953d96fa6
improvements to error logging in frontend
2020-10-12 21:05:34 +02:00
zadam
4eb9ca7b46
fix demo document word count widget with contain: none
2020-10-10 21:08:28 +02:00
zadam
a577485e42
allow duplicating multiple notes at once, closes #1259
2020-09-23 22:45:51 +02:00
zadam
85d13b1d62
resort relationships in tree cache after note reordering
2020-09-14 22:48:20 +02:00
zadam
0ca0996751
no difference in styling when active tree node is in focus or not because focused class is unreliable
2020-09-12 23:06:03 +02:00
zadam
ee4ce3ffd8
display unhoist button on the left of the note title so that it's always visible, #1223
2020-09-08 23:25:21 +02:00
zadam
80f269d844
moved similar notes from sidebar to the center pane
2020-09-07 23:35:41 +02:00
zadam
6d095b7250
fix popups/tooltips not disappearing after loading new note, closes #1214
2020-09-05 21:51:00 +02:00
zadam
b793f8cb88
search will also look for type and mime by default
2020-08-30 23:12:49 +02:00
zadam
5a8c3f6a2b
removed forgotten console.logs
2020-08-28 22:52:57 +02:00
zadam
9873dd1242
fix creating new note
2020-08-28 14:29:20 +02:00
zadam
fbe3995398
fixed tree hotkeys
2020-08-26 22:12:01 +02:00
zadam
6aa61ca306
initializing note tree synchronously
2020-08-26 16:50:16 +02:00
zadam
87161cfe0d
fix issues with note tree
2020-08-25 23:25:15 +02:00
zadam
6a3e27eb62
smaller refactorings in note_tree
2020-08-24 23:33:27 +02:00
zadam
0b38e24185
fixes to saved search
2020-08-20 15:23:24 +02:00
zadam
28ebca1268
Merge remote-tracking branch 'origin/stable'
...
# Conflicts:
# package-lock.json
# package.json
# src/services/image.js
2020-08-20 11:56:03 +02:00
zadam
eec850c11f
fix toggle sidebar issues, closes #1196
2020-08-20 11:14:27 +02:00
zadam
f24e27dadd
autocollapse notes after period of inactivity + some other changes, #1192
2020-08-17 20:58:34 +02:00
zadam
53b39e2e82
many changes related to #1192 :
...
- use CSS contain wherever possible to reduce subtrees of forced reflows
- reduced dependency between note and note_contents updates which will reduce number of updates to components
- optimization of "many rows" querying
2020-08-16 22:57:48 +02:00
zadam
8d0df6ddb9
Merge remote-tracking branch 'origin/stable'
...
# Conflicts:
# db/demo.zip
# src/services/notes.js
# src/services/request.js
2020-08-10 23:45:17 +02:00