Commit Graph

1903 Commits (04703b8056d33b64ef45c63b824c49a80eb597a0)

Author SHA1 Message Date
Michael Wong 5ace647ca3
fix(react): fix react warning (#753)
* fix(react): fix react warning

* fix(foldeable): browser complains

* fix(react): fix effects
2020-11-25 23:42:06 +08:00
Tienson Qin 57fe9f4430 fix: slow loading when a page has a lot of code blocks
Resolved #755
2020-11-25 22:40:30 +08:00
Tienson Qin a98239ea20 fix: get-selection-text not working on Firefox 2020-11-25 19:57:25 +08:00
Tienson Qin 320ac8ad55 fix: don't render embed page when the current container is the same page 2020-11-25 17:47:23 +08:00
Tienson Qin 4303ea4ed9
fix: quick enter followed by a tab can lead to file corruption (#750)
* fix: quick enter followed by a tab can lead to file corruption

Resolved #738
2020-11-25 16:17:08 +08:00
Tienson Qin aefcf7d201 fix: selection background color 2020-11-25 15:15:52 +08:00
Tienson Qin f4a90bfb7b fix: updated jar path 2020-11-25 14:59:59 +08:00
Michael Wong 8b8afd9c7d
Merge pull request #740 from defclass/defclass/some-more-spec
some more spec
2020-11-25 13:46:12 +08:00
Tienson Qin 1e73a6ba9a chore: remove debugging info 2020-11-25 12:42:30 +08:00
Tienson Qin 1432cf053b fix: can't save block after deleting a page
Resolved #736
2020-11-25 12:42:30 +08:00
defclass a9257bdf8f doc(spec): fix the doc 2020-11-25 12:33:50 +08:00
defclass cf42b6ef81 fix(spec): fix validate impl 2020-11-25 12:31:27 +08:00
defclass a650a1c2cc fix(spec): add some specs in repo.clj 2020-11-25 12:31:27 +08:00
defclass b8dc610cc0 fix(token): fix token logic 2020-11-25 12:30:04 +08:00
Yukun Guo 4a5318a494 chore: use qualified lib names 2020-11-25 11:46:32 +08:00
Michael Wong c34114cc45
Merge pull request #719 from logseq/ci/init
ci: add CI
2020-11-24 22:20:52 +08:00
Tienson Qin bfc1d2af01
Merge branch 'master' into ci/init 2020-11-24 21:56:55 +08:00
defclass 0f65305ebe feat: add log lib 2020-11-24 21:54:33 +08:00
Tienson Qin 89c807c2a7 fix: scroll to top when switch to a new page
Resolved #632
2020-11-24 21:50:39 +08:00
Tienson Qin 0d6856d234 fix: don't show the embed page if it's equal to the current page 2020-11-24 21:41:37 +08:00
Tienson Qin db652abe34 fix: don't repeatedly render all children bullets of embed pages
Resolved #716
2020-11-24 21:38:07 +08:00
Tienson Qin 2565c3b08b fix: don't autocomplete ^
Resolved #521
2020-11-24 21:10:49 +08:00
Tienson Qin 416e36ee1b fix: backspace in scheduled/deadline time input not working 2020-11-24 20:40:37 +08:00
Tienson Qin 89fa24a81b fix: git diff shows empty or always loading
Resolved #218, #217, #171
2020-11-24 20:27:19 +08:00
Yukun Guo ed88c5743d ci: update build.yml 2020-11-24 19:53:29 +08:00
Tienson Qin f25844a833 fix: will-mount should return a state
Resolved #713
2020-11-24 14:50:19 +08:00
Yukun Guo 8acab303f9 test: add a dummy test 2020-11-24 11:41:11 +08:00
Tienson Qin 47d2ca04e9 feat: restore dbs for native file stores 2020-11-24 00:05:13 +08:00
Sly fbfbdb339e
Fix: Support global variables for dark theme (#723) 2020-11-24 00:01:30 +08:00
Tienson Qin c2467f4be6 Merge branch 'master' of github.com:logseq/logseq into master 2020-11-23 23:14:20 +08:00
Tienson Qin b38ee92ce9 Page name allows ( to be first char 2020-11-23 23:11:40 +08:00
Tienson Qin 46b7fc6865
Merge pull request #721 from logseq/fix-css-notification
Fix: Dark theme for notification area
2020-11-23 08:24:05 -06:00
sly 0329405e2d Fix: Support dark theme for notification area 2020-11-23 05:49:59 -08:00
Tienson Qin e00b1693c6
Merge pull request #714 from logseq/fix-css-textarea
Fix: Better font rendering and alignement
2020-11-23 03:13:02 -06:00
Tienson Qin 0793f991dc feat: chrome native compatible fs api 2020-11-23 17:10:29 +08:00
Yukun Guo e3111ed37f ci: add CI 2020-11-23 16:55:24 +08:00
sly 0e95e3453a Fix: Even better alignement for todo marker 2020-11-22 12:50:39 -08:00
sly bdf9edeb68 Fix: Better alignement for todo marker 2020-11-22 12:41:29 -08:00
sly 15f4b42753 Fix: Inherit letter spacing 2020-11-22 09:10:15 -08:00
sly d28ad027c9 Fix: Inherit font weight 2020-11-22 09:01:19 -08:00
Tienson Qin b3de3f1d88 chore: bump minor version 2020-11-22 20:43:22 +08:00
Tienson Qin b1d6ae8815 Merge branch 'master' into feat/chrome-native-fs 2020-11-22 20:42:49 +08:00
Tienson Qin 6a9dd1904b chore: remove unused async-chan 2020-11-22 17:36:56 +08:00
Tienson Qin 82fe6e2108
Merge pull request #700 from logseq/refactor/db
Code cleanup and minor refactoring for db.cljs
2020-11-22 03:34:46 -06:00
Tienson Qin 9287afd79d
Merge pull request #662 from defclass/defclass/fix/refresh-token
fix(token):  refresh token automatically
2020-11-22 03:33:45 -06:00
Tienson Qin 0d0eb40d93
Merge pull request #705 from logseq/fix-css-scrollbar
Fix: Scrollbar: Better global variable names and added support for Firefox
2020-11-22 02:55:39 -06:00
Tienson Qin b9cf077b72 chore: cache nfs file handles 2020-11-22 01:42:27 +08:00
Tienson Qin a6a675045e feat: native filesystem api integration WIP 2020-11-22 01:17:47 +08:00
Sly e152b5d973
Fix typo in names 2020-11-21 13:03:39 +01:00
Tienson Qin 91c692c0f7
Merge pull request #706 from logseq/fix-css-selection
Add: CSS Global Variables:  Support for selection colors.
2020-11-20 22:01:23 -06:00