Commit Graph

1557 Commits (0625ee3f021a145779ee98d538ab4b069eb5a829)

Author SHA1 Message Date
charlie e5da5a748e add basic implementation . 2020-11-02 18:45:42 +08:00
Runjuu 222a45adbc fix(extensions/code): style issues
prevent unexpected overlap
2020-11-02 17:57:39 +08:00
Tienson Qin d65280f968
Merge pull request #179 from logseq/feat/modular-css
feat: modular css
2020-11-02 16:42:05 +08:00
Runjuu 5e271ba454 fix(dev): unexpected purgecss result
use tailwind's build-in purge instead.
2020-11-02 16:36:07 +08:00
Runjuu 2ee5d0a5f0 feat(dev): using same style path at production
https://github.com/logseq/logseq-backend/pull/1
2020-11-02 16:36:07 +08:00
Tienson Qin bda846dd17 feat(dev): add "yarn dev-release-app" 2020-11-02 16:31:41 +08:00
Runjuu 7e937d0181 fix(dev): purgecss issues 2020-11-02 10:57:51 +08:00
Runjuu 91801aa216 feat(dev): update npm build scripts
https://github.com/logseq/logseq-internal/issues/181

- `run-s` is for sequential run scripts.
- `run-p` is for parallel run scripts.

check https://github.com/mysticatea/npm-run-all for more info.
2020-11-02 10:57:51 +08:00
Runjuu df1043be0a feat(dev): update build process
change output from `resources/static/` to `static/`
2020-11-02 10:52:37 +08:00
Runjuu 90e6a28e6c chore: untrack module-loader files 2020-11-02 09:56:53 +08:00
Runjuu 85a3d7d640 chore: update .gitignore 2020-11-02 09:56:53 +08:00
Runjuu ed263f485a feat(dev): flatten resources folder 2020-11-02 09:56:53 +08:00
Runjuu 988eb5f1ed feat(extentions/code): move styles into separate file
should fix https://github.com/logseq/logseq/issues/528
2020-11-02 09:56:52 +08:00
Runjuu 22887860df feat(dev): better support for processing tailwind css
- support use tailwind’s most features.
- support write css right next to the components.
2020-11-02 09:56:52 +08:00
charlie 836225f60f add viewport offset case . 2020-11-01 22:30:23 +08:00
Tienson Qin 7a5324a08e refactor(git): remove our own changed-files cache 2020-11-01 00:21:04 +08:00
charlie d8bfa1dad5 add basic implementation . 2020-11-01 00:20:10 +08:00
Tienson Qin 7824973abc fix(editor): file name exists
Related to https://github.com/logseq/logseq/issues/573
2020-10-31 13:50:32 +08:00
Tienson Qin 1541b3b47a fix(editor): catch katex render errors
Resolved https://github.com/logseq/logseq/issues/536
2020-10-31 11:12:27 +08:00
Tienson Qin 7546c61b9c
Merge pull request #186 from logseq/css-theme-variables-fixes
CSS theme variables fixes
2020-10-31 10:44:00 +08:00
Tienson Qin e014a67395 fix(editor): properties 2020-10-31 10:41:47 +08:00
Lachlan Cresswell 988f37f214 Fix: quote border color logseq/logseq#509 2020-10-31 13:35:42 +11:00
Lachlan Cresswell 5f8f582567 Add: separate quote color vars - logseq/logseq#509 2020-10-31 13:34:17 +11:00
Lachlan Cresswell b588f6cc7b Add: tag color vars - logseq/logseq#509 2020-10-31 13:30:50 +11:00
Lachlan Cresswell 949dcb4b83 Add: page link color var - logseq/logseq#509 2020-10-31 13:29:50 +11:00
Tienson Qin c644946578 fix(editor): fix properties issue 2020-10-31 10:21:22 +08:00
Tienson Qin a69e0b19a4 fix(style): add CSS global variables support for the properties
Resolved https://github.com/logseq/logseq/issues/568
2020-10-31 08:57:18 +08:00
Tienson Qin 16ca6d004e fix(docs): add missing LOG_PATH environment variable 2020-10-31 08:45:18 +08:00
Tienson Qin 50b91925d3
Merge pull request #184 from logseq/defclass/chore/remove-unuse-ns
chore: reomve unuse namespace
2020-10-31 08:41:05 +08:00
Tienson Qin aebddbb859
Merge pull request #185 from logseq/cssimpro
Add: Support for todo checkbox in dark theme.
2020-10-31 08:40:29 +08:00
Tienson Qin 3f8f1d94bb Minor version update 2020-10-31 08:20:09 +08:00
Tienson Qin 2112e72c39 fix(sync): revert sync immediately 2020-10-31 08:17:55 +08:00
sly 543a24cf87 Add: Support for checkbox in dark theme. 2020-10-30 08:25:31 -07:00
defclass 17a954ea5a chore: reomve unuse namespace 2020-10-30 22:31:07 +08:00
Tienson Qin 735e9ba70c refactor: sync immediately on switching browser tabs 2020-10-30 18:24:11 +08:00
Tienson Qin bd4cf6b153 Merge branch 'master' of github.com:logseq/logseq-internal into master 2020-10-30 18:04:36 +08:00
Tienson Qin c087143ea4 refactor: sync immediately on saving block or drag&drop
Related to https://github.com/logseq/logseq/issues/470
2020-10-30 17:59:53 +08:00
Tienson Qin 1e57d33816
Merge pull request #183 from logseq/gyk/fix/blob-charset
fix: add BOM and charset when making Blob
2020-10-30 17:19:13 +08:00
Yukun Guo 3c291e06e2 fix: add BOM and charset when making Blob 2020-10-30 17:04:09 +08:00
Tienson Qin 9938c7f277
Merge pull request #182 from logseq/gyk/fix/zoom-out-to-page
fix(editor): zoom out to parent page instead of today's journal
2020-10-30 15:57:26 +08:00
Yukun Guo 0f87698805 fix(editor): zoom out to parent page instead of today's journal 2020-10-30 15:31:36 +08:00
Tienson Qin c5718570d0 fix(docs): compile javascript first and start the clojure server then 2020-10-30 12:31:32 +08:00
Tienson Qin 185eb430ab fix: page name exclude Windows reserved path characters 2020-10-29 21:51:08 +08:00
Tienson Qin 47f8e517fb refactor(editor): remove unused code 2020-10-29 19:14:45 +08:00
Tienson Qin 7d34701dff
Merge pull request #176 from logseq/defclass/fix/roam-import
fix(import): fix roam import bug
2020-10-29 19:07:12 +08:00
Tienson Qin 9767920441
Merge pull request #178 from logseq/gyk/fix/sidebar-code-bgcolor
fix(style): fix sidebar's code bgcolor in light theme
2020-10-29 19:06:49 +08:00
Tienson Qin a09a6b6d1c fix(editor): timetracking doesn't work the first time it is pressed
Closed https://github.com/logseq/logseq/issues/539
2020-10-29 19:04:19 +08:00
Tienson Qin b786133bc0 fix(editor): temporal fix of recursive block saving 2020-10-29 13:50:56 +08:00
Yukun Guo 681c20d415 fix(style): fix sidebar's code bgcolor in light theme 2020-10-29 12:18:54 +08:00
Tienson Qin 4eb63e28c9 fix: hide time spent when timetracking is disabled 2020-10-29 11:06:45 +08:00