Peng Xiao
421a45c447
refactor: modularize repos-dropdown
2022-03-08 14:05:48 +08:00
Peng Xiao
417950cdea
fix: ignore lint for repos-dropdown for now
2022-03-08 14:05:48 +08:00
Peng Xiao
3fc2259b51
feat: shift click a repo name to open it in new window
2022-03-08 14:05:48 +08:00
Gabriel Horner
482e36783e
Add test for #4476 fix
2022-03-08 13:58:02 +08:00
llcc
8c43a4ea8b
fix: wrong namespace routes
2022-03-08 13:58:02 +08:00
Junyi Du
eabf45a0ea
enhance: optimize nesting namespace query
2022-03-08 13:55:39 +08:00
Junyi Du
03abc6bb0b
enhance: optimize nesting children query
2022-03-08 13:55:39 +08:00
Tienson Qin
336a703e6e
enhance: remove delay hack
2022-03-08 13:31:28 +08:00
Tienson Qin
06fc422180
fix: lint warnings
2022-03-08 12:58:59 +08:00
Tienson Qin
8e6fb5613d
enhance: backup files when there're differences between db and disk
...
Previously, files are backuped to logseq/bak when logseq detects
there're differences between the db and disk. But it has two problems:
1. Only a few of users know `logseq/bak`, other users think that their
data has been lost.
2. Files in the logseq/bak folder are never truncated.
This PR backups old file in DB with timestamp suffixes instead of
logesq/bak, and only keep the latest 10 versions of any changed file.
2022-03-08 12:58:59 +08:00
Andelf
2e46a6bcb7
Revert "fix: List properties out of order when contain more than 8 elements"
...
This reverts commit 6a8ab41d39 .
2022-03-07 21:38:50 +08:00
llcc
6a8ab41d39
fix: List properties out of order when contain more than 8 elements
2022-03-07 15:43:12 +08:00
Haydenull
1420e830ef
use tailwindcss class replace content-notification whitespace pre-line
2022-03-05 14:42:12 +08:00
Haydenull
79a1c73595
feat: ✨ notifications-content support \n
2022-03-05 14:42:12 +08:00
Andelf
995c707430
fix(ios): nil timer in fs watcher
2022-03-05 12:17:18 +08:00
Andelf
b260648b60
feat(ios): add polling based file watcher
2022-03-04 18:03:33 +08:00
Junyi Du
f1aff93807
enhance: add pages-metadata.edn watcher behavior
2022-03-04 17:13:33 +08:00
Junyi Du
1905d1e32c
enhance: update timestamp on pages-metadata is watched
2022-03-04 17:13:33 +08:00
Junyi Du
bee0018a29
fix: insert timestamps on creating page entity by default
2022-03-04 17:13:33 +08:00
Junyi Du
05f6249f28
enhance: add timestamps for pages created from references and timestamps
2022-03-04 17:13:33 +08:00
llcc
46b86b081b
fix(android): unable to display asset image
...
close https://github.com/logseq/logseq/issues/4397
2022-03-04 16:30:04 +08:00
llcc
36e99a5ae4
fix: typo
...
close https://github.com/logseq/logseq/issues/4395
2022-03-04 14:56:34 +08:00
llcc
08c63685d8
fix(mobile): unable to load and render excalidraw file
2022-03-04 11:07:55 +08:00
Gabriel Horner
4eaca080dd
Display error if dsl query fails hard
...
By making failure more explicit, it's easier for us to debug the type of
failure
2022-03-04 10:36:28 +08:00
Gabriel Horner
669a56911e
Document logging setup and bump to latest devtools
2022-03-03 13:31:58 -05:00
Andelf
cabb2952cd
fix(editor): filter out nil commands
2022-03-03 10:32:08 -05:00
Andelf
810a51a35f
fix(ui): a inside an a tag
2022-03-03 10:32:08 -05:00
Gabriel Horner
93c4a21ba9
Merge pull request #4432 from logseq/dev/improve-tests-for-wrong-logbook-creation
...
Dev: Rewrite tests from #4382 to use with-redefs
2022-03-03 09:40:14 -05:00
llcc
c14e8be259
fix(android): backspace can't delete empty block
...
a workaroud for https://github.com/logseq/logseq/issues/4430
2022-03-03 12:24:47 +08:00
Gabriel Horner
7f78c8d933
Rewrite tests from #4382 to use with-redefs
...
No need to have set-marker impl copied with with-redefs. Move tests to
its corresponding test ns
2022-03-02 15:52:03 -05:00
Gabriel Horner
174f3d40a8
Merge pull request #4382 from logseq/fix-wrong-logbook-creation
...
fix: wrong logbook creation
2022-03-02 10:01:23 -05:00
Gabriel Horner
3581e7c9fd
Merge branch 'master' into fix-wrong-logbook-creation
2022-03-02 09:48:26 -05:00
Andelf
cbd18e6fe1
fix(ui): wrong format args ( #4423 )
2022-03-02 09:21:04 -05:00
llcc
bc5c983a47
feat(mobile): add keyboard-collapse icon on toolbar
2022-03-02 19:06:42 +08:00
llcc
b9bdced68f
chore: refactor mobile-bar
2022-03-02 19:06:42 +08:00
llcc
f90fca132b
Address comment. Thanks Junyi
2022-03-02 14:38:22 +08:00
llcc
1d420965bd
fix tests
2022-03-02 13:04:18 +08:00
llcc
412bfff814
Merge branch 'master' into fix-wrong-logbook-creation
2022-03-02 12:39:41 +08:00
Tienson Qin
ba71e8e071
chore: bump react-icon-base
2022-03-02 12:31:45 +08:00
llcc
d63f173471
Merge branch 'master' into fix-wrong-logbook-creation
2022-03-02 12:18:39 +08:00
Tienson Qin
693258b4a5
chore: bump yarn.lock
2022-03-02 12:12:33 +08:00
llcc
e0669bf001
Merge branch 'fix-wrong-logbook-creation' of github.com:logseq/logseq into fix-wrong-logbook-creation
2022-03-02 11:02:55 +08:00
llcc
31d6552481
add test for set-marker
2022-03-02 11:01:28 +08:00
llcc
94b152ae61
make marker-pattern to a function
2022-03-02 11:01:28 +08:00
llcc
d7d7e94928
Merge branch 'master' into fix-wrong-logbook-creation
2022-03-02 10:57:08 +08:00
llcc
5e0a4b786b
add test for set-marker
2022-03-02 10:43:46 +08:00
Tienson Qin
433f96b306
fix: inline math parser
2022-03-02 10:32:19 +08:00
llcc
3a0b7bda36
make marker-pattern to a function
2022-03-02 10:26:14 +08:00
Tienson Qin
5c38aa36cc
Update src/main/frontend/handler/events.cljs
...
Co-authored-by: Gabriel Horner <97210743+logseq-cldwalker@users.noreply.github.com >
2022-03-01 23:07:45 +08:00
Tienson Qin
df2f749c2c
Make changes based on Gabe's suggestions
2022-03-01 23:07:45 +08:00