Commit Graph

12353 Commits

Author SHA1 Message Date
Junyi Du
f45317e569 chore: query performance: enlarge test timeout and add dev doc 2022-12-15 20:37:17 +08:00
Junyi Du
a1c60fa58c test: monitor query sort performance in unit test 2022-12-15 20:37:17 +08:00
Junyi Du
dbf13c87d9 fix: query performance degration caused by date normalization 2022-12-15 20:37:17 +08:00
situ2001
6237399a0c fixes for PDF context menu (#7690)
* fix(pdf): do not hide ctx menu when its blank area is clicked
* fix: ensure ctx menu is shown when text is selected
2022-12-15 20:29:54 +08:00
Bad3r
07a73686cd fix(dev): do not use posthog when dev
@andelf same change in 662a8a919b
2022-12-15 19:13:53 +08:00
Andelf
662a8a919b fix(dev): do not use sentry when dev
See-also: #7703
2022-12-15 10:48:38 +08:00
Konstantinos Kaloutas
022f990f2e fix: ensure scroll position on whiteboards tour 2022-12-14 18:09:15 -05:00
Konstantinos Kaloutas
46c1126505 fix: skip label on whiteboards welcome modal 2022-12-14 18:09:15 -05:00
sallto
e96c3403bf fix: Datepicker behaves oddly if there are 2 datepickers visible at the same time (#7498)
fixes #7341

Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com>
2022-12-14 17:41:08 -05:00
Andelf
04b6bcf582 fix(dev): indeterminate warning 2022-12-14 23:58:35 +08:00
Tienson Qin
b6061f0c4d fix: block id could be empty sometimes 2022-12-14 18:20:38 +08:00
Tienson Qin
2e217f4975 fix: don't alert file already exists when case renaming in cli 2022-12-14 18:20:38 +08:00
Tienson Qin
ddd2cb3f0a fix: remove orphaned files/blocks from db when comparing db && disk 2022-12-14 18:20:38 +08:00
charlie
e2bcd3ac68 enhance(ux): precise interaction region for right fold-down button 2022-12-14 17:51:28 +08:00
Peng Xiao
6b1c703a06 fix: optimize logic 2022-12-14 17:31:20 +08:00
Peng Xiao
28bf20672a feat: always show hamburger button for mobile 2022-12-14 17:31:20 +08:00
Tienson Qin
cc3abd5daa fix: private fn 2022-12-14 12:35:43 +08:00
Tienson Qin
d743130d82 fix: use tags for filter and add user id to the scope
Development errors are collected too to help identity errors earlier
2022-12-14 12:35:43 +08:00
situ2001
89f4752adf chore: translation for notification-clear-all 2022-12-14 12:34:06 +08:00
situ2001
6999389a6d chore: translation for error msg of validate-existing-file 2022-12-14 12:34:06 +08:00
Tienson Qin
73689cc9ef fix: lint warnings 2022-12-14 12:05:46 +08:00
rcmerci
a0855eae13 fix(sync): delete multi files and sync-back from other devices 2022-12-14 12:05:46 +08:00
Tienson Qin
53ee57acab fix: ns doc warning 2022-12-14 11:34:45 +08:00
Tienson Qin
004870d81c fix: lint warning 2022-12-14 11:34:45 +08:00
Tienson Qin
4a93d27f40 feat(plugin): add save_focused_code_editor 2022-12-14 11:34:45 +08:00
Tienson Qin
32b83cb3b5 fix: remove editor-handler/*selected-text
This is a follow-up fix on #7705
2022-12-14 10:10:10 +08:00
Tienson Qin
5e86745b5e fix: open inline block refs by default when zoom in a block
close #7636
2022-12-13 11:34:49 -05:00
rcmerci
fb8f41077d rename list-file-local-versions 2022-12-13 20:49:24 +08:00
rcmerci
af3f4ecd32 fix: fs/readdir return no-such-dir exception 2022-12-13 20:49:24 +08:00
charlie
6bfa722cd9 fix(ui): missing padding of the modal container on mobile 2022-12-13 14:40:36 +08:00
Sebastian Sosa
5f3636a924 added shortcut for closing the right sidebar top item resolving issue #7275 (#7622)
* added shortcut for closing the right sidebar top item resolving issue #7275

* namespace update & binding update

* reverting git binding

* Address remaining feedback

- Use close instead of clear as it is a more general verb for future
  commands
- Use 'c t' for binding

Co-authored-by: Gabriel Horner <gabriel@logseq.com>
2022-12-12 10:52:57 -05:00
Tienson Qin
7d606846a1 fix: allows empty config.edn 2022-12-12 23:42:14 +08:00
Konstantinos Kaloutas
d758c3a5c8 fix: tooltip without shortcuts 2022-12-12 20:58:51 +08:00
Konstantinos
109b491042 Feat: Use tooltips instead of titles on whiteboard buttons (#7643)
Move select and pan to main toolbar
 Create tooltip component
 Add tooltip support to button, toggle, toggle groups, select and color input
 Style shortcuts on primary tools
2022-12-12 18:11:03 +08:00
Tienson Qin
4bef35a8a0 fix: lowercase of nil 2022-12-12 17:30:33 +08:00
Tienson Qin
00f25d22d7 fix: skip parent-left check when exporting for whiteboards 2022-12-12 15:38:56 +08:00
queeup
5ab65d3fcd i18n: update Turkish translation 2022-12-12 08:21:50 +08:00
Gabriel Horner
65955f2ba2 Address lint failures and rm unused spec dep
Spec dep is no longer needed since it ships with bb
2022-12-09 13:17:09 -05:00
Gabriel Horner
13277b875d Upgrade to latest clj-kondo - pods were pretty out of date 2022-12-09 13:17:09 -05:00
Gabriel Horner
6bb805918a Upgrade bb - it's been awhile 2022-12-09 13:17:09 -05:00
situ2001
15886df4ae chore: provide i18n for settings-page 2022-12-09 13:16:37 -05:00
Andelf
992914dc2f fix(mobile): skip initial fs watcher notification 2022-12-09 22:52:06 +08:00
Tienson Qin
158b6e07be fix: ignore files when load graph files 2022-12-09 22:52:06 +08:00
Tienson Qin
f4e13f1bfc fix: ignore initial watcher events on desktop 2022-12-09 22:52:06 +08:00
Tienson Qin
10f6d64f04 fix: stop file sync when re-index 2022-12-09 22:20:36 +08:00
Tienson Qin
8372e43a77 fix: remove unneeded margin 2022-12-09 21:58:17 +08:00
Tienson Qin
e64f24a0e5 fix: scrollbar when editing page's title 2022-12-09 21:54:46 +08:00
Tienson Qin
bc53997d52 fix: trigger on-load when bottom is reached when scroll up 2022-12-09 14:34:04 +08:00
Tienson Qin
ea2d2ae45f fix: load more blocks immediately once when visiting a page 2022-12-09 14:34:04 +08:00
situ2001
0a4b67d49d chore: replace hard-coded text with existed i18n key 2022-12-08 12:08:16 -05:00