Commit Graph

1958 Commits (cfed1530d382cad520e0bd579f1f871620350eb9)

Author SHA1 Message Date
Tienson Qin cfed1530d3 fix(native fs): Directory handle not exists
Resolved #918
2020-12-14 19:18:17 +08:00
charlie 2e30872f61 fix: #916 2020-12-14 14:41:09 +08:00
Tienson Qin 4b5eb4eb5a fix: don't check file-in-writing for github users 2020-12-14 13:15:16 +08:00
Tienson Qin c79c1ef6a1 fix: keyboard shortcuts 2020-12-14 11:50:41 +08:00
Tienson Qin f101ccad7d chore: add cross-env dep 2020-12-14 09:59:26 +08:00
Sly 4de782cae9
Fix: Page ref colors (#903)
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2020-12-14 09:29:09 +08:00
shady2k 744469ef6f Add requirements 2020-12-14 09:22:48 +08:00
shady2k c17d8f14c9 Add support for change start of week in calendar 2020-12-14 09:22:48 +08:00
Tienson Qin 9c18b2c479 perf: idb batch writes for importing files from local directories 2020-12-13 23:03:30 +08:00
Tienson Qin a10337fe4c
Merge pull request #799 from logseq/fix/priority-style-issues
Fix/priority style issues
2020-12-13 22:35:50 +08:00
Charlie 883e3a2ab3
Merge branch 'master' into fix/priority-style-issues 2020-12-13 15:42:23 +08:00
Tienson Qin 160f336358
Merge pull request #910 from logseq/dependabot/npm_and_yarn/ini-1.3.8
chore(deps): bump ini from 1.3.5 to 1.3.8
2020-12-13 15:20:19 +08:00
dependabot[bot] 24153f1bdc
chore(deps): bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-13 07:17:33 +00:00
charlie ecf638c580 fix: tests 2020-12-13 13:03:19 +08:00
charlie 9ce6b441f3 fix: scroll to element 2020-12-13 12:57:52 +08:00
charlie 2db70bdfc4 style: fix notification text theme issue & ui details 2020-12-13 12:43:36 +08:00
Tienson Qin e8e319749c fix: don't create today's journal page if local directory is not loaded 2020-12-13 11:24:42 +08:00
charlie 6ec72bc4ad style: correct z-index 2020-12-12 21:06:32 +08:00
charlie 553b3fe529 style: fix sync indicator container 2020-12-12 20:06:55 +08:00
Tienson Qin bf5e067fdd
Merge pull request #895 from logseq/fix/reload-dir-error-handling
fix: move p/catch & p/finally to outermost block
2020-12-11 23:28:44 +08:00
Tienson Qin e200564388
Merge pull request #896 from logseq/fix/parent-block-duplicate
fix: prevent parent block duplicate
2020-12-11 23:13:05 +08:00
Yukun Guo 04703b8056 fix: prevent parent block duplicate 2020-12-11 22:58:45 +08:00
Yukun Guo 0fa0823eaa fix: move p/catch & p/finally to outermost block 2020-12-11 22:52:43 +08:00
Tienson Qin 449c9d9e65 fix: roam import 2020-12-11 18:24:09 +08:00
charlie 6af12a4faf feat: merge a new light theme 2020-12-11 17:58:19 +08:00
charlie 0492b28235 Merge remote-tracking branch 'origin/master' into fix/priority-style-issues
# Conflicts:
#	resources/css/common.css
#	src/main/frontend/components/block.cljs
#	src/main/frontend/components/block.css
#	src/main/frontend/components/right_sidebar.cljs
2020-12-11 15:32:01 +08:00
Tienson Qin ee0576b543 fix: css class .embed not working 2020-12-11 14:15:28 +08:00
charlie 3d4bb18b40 chore: update yarn.lock 2020-12-11 13:10:51 +08:00
Tienson Qin a74e21a155 chore: bump minor version 2020-12-11 13:10:38 +08:00
Tienson Qin 97c4b1345c
Merge pull request #843 from logseq/feat/light-theme
Feat/light theme
2020-12-11 13:08:30 +08:00
anoffvu 69d6ce9dd2 chore: fix guideline + sidebar button color 2020-12-10 20:57:46 -08:00
anoffvu f94776215c chore: slight lightening of bg 2020-12-10 20:38:47 -08:00
anoffvu 2bc6d75d3e chore: embed padding 2020-12-10 20:29:58 -08:00
anoffvu 6c2e053ad1 chore: color level fix 2020-12-10 20:27:07 -08:00
anoffvu be300061dd chore: remove green theme 2020-12-10 20:15:45 -08:00
Yukun Guo fbc69d5608 fix: p/catch should handle outer error 2020-12-11 12:10:05 +08:00
Yukun Guo 92e791ecad fix: only proceed if permission verified 2020-12-11 12:10:05 +08:00
Tienson Qin 0b0598cee2 fix(native-fs): fast deletes resulting in conflicts 2020-12-11 02:58:22 +08:00
Yukun Guo 395cdd66bc
fix: fix concurrency bug in create-if-not-exists (#884)
Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
2020-12-11 02:37:12 +08:00
Tienson Qin 6828078f38 chore: disable fs alert temporarily 2020-12-11 02:11:33 +08:00
Tienson Qin 06d688579d Merge branch 'master' of github.com:logseq/logseq into master 2020-12-11 02:04:18 +08:00
Tienson Qin aa93390279 chore: bump minor version 2020-12-11 02:04:05 +08:00
Tienson Qin 690a090c87 fix(native-fs): today journal not created automaticaly
Idb file handles should be cleared when unlinking a local directory.
2020-12-11 02:03:36 +08:00
Tienson Qin 914031649e fix(editor): cursor jump to the start when idle
Resolved #864
2020-12-10 23:04:00 +08:00
Tienson Qin 43c76e6c16 fix: disable editor autosave temporarily 2020-12-10 18:26:52 +08:00
charlie 4a951618f1 Merge remote-tracking branch 'origin/master' into fix/priority-style-issues 2020-12-10 17:14:58 +08:00
Tienson Qin 06c13070ba Merge branch 'master' of github.com:logseq/logseq into master 2020-12-10 17:11:20 +08:00
Tienson Qin d54d54024f fix(editor): heading background can't be cleared
Related to #850
2020-12-10 17:04:33 +08:00
Yukun Guo 4927802f21 chore: simplify save-excalidraw! 2020-12-10 16:50:55 +08:00
Yukun Guo c300ed7be9 chore: do not print error when resolving git ref failed 2020-12-10 16:50:55 +08:00