Commit Graph

6473 Commits (1c8586e2ac454391d17eccbc029c6a224e272aa0)

Author SHA1 Message Date
leizhe 123f789429 enhance(iOS): save current block once switch to other app
Some users report data loss if close logseq immediately after edit,
the PR resoves this issue.
2022-01-16 12:43:34 +08:00
Gabriel Horner 78eb6366ef Upgrade clj-kondo without hang issue per https://github.com/clj-kondo/clj-kondo/issues/1536 2022-01-16 12:42:34 +08:00
Gabriel Horner 2b46cc4938 Fix kondo invocation and output progress 2022-01-16 12:42:34 +08:00
Gabriel Horner 8b0026f34b Tweak lint docs 2022-01-16 12:42:34 +08:00
Gabriel Horner 3ec587d6eb lint :all-the-things: 2022-01-16 12:42:34 +08:00
Tienson Qin 2401ce9e9a fix: property regression : # should be a delimiter
Close #3916

Tests added.
2022-01-16 12:39:41 +08:00
dependabot[bot] d360a11ed8 chore(deps-dev): bump postcss from 8.2.10 to 8.2.13
Bumps [postcss](https://github.com/postcss/postcss) from 8.2.10 to 8.2.13.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/8.2.10...8.2.13)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 14:11:21 +08:00
dependabot[bot] 3f5aac8e04 chore(deps): bump is-svg from 4.2.2 to 4.3.0
Bumps [is-svg](https://github.com/sindresorhus/is-svg) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/sindresorhus/is-svg/releases)
- [Commits](https://github.com/sindresorhus/is-svg/compare/v4.2.2...v4.3.0)

---
updated-dependencies:
- dependency-name: is-svg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-14 14:11:04 +08:00
Junyi Du 261efce937 dev: fix gulp-watch cpu usage 2022-01-14 13:18:40 +08:00
Tienson Qin 440f7d8bec enhance: display properties if there's no title or body in the block 2022-01-14 12:35:00 +08:00
Andelf f505757900 fix(electron): do not save cache for demo graph 2022-01-14 12:24:37 +08:00
Tienson Qin 4c3d01f98e fix: /scheduled doesn't work 2022-01-14 10:41:14 +08:00
Tienson Qin 7c8e8e06c6 enhance: copy block refs and embeds 2022-01-13 23:21:38 +08:00
Tienson Qin 6fd66d4e4f fix: sci eval 2022-01-13 22:59:04 +08:00
Andelf 71ff117d59 ci(build): rename job 2022-01-13 22:48:27 +08:00
Tienson Qin b26d4c3fc2 fix: page references in pre-block doesn't work 2022-01-13 22:46:41 +08:00
charlie 687ed83021 fix(ui): remove indicator whthin appending block area to avoid mouse auto captured that might be distracting users 2022-01-13 22:29:21 +08:00
charlie 7e4eff1a92 fix(ui): redundant notifications when checking single plugin 2022-01-13 22:29:21 +08:00
Junyi Du 29c4bb4048 test(e2e): fix CI page ref check with no content display 2022-01-13 14:42:18 +08:00
Andelf f2058bd46a fix: typo in variable name 2022-01-13 12:27:47 +08:00
Andelf 4196c42b51 chore: update yarn.lock 2022-01-13 12:27:47 +08:00
Andelf bee80914a6 ci: refacotr test, add as many cache to speedup 2022-01-13 12:27:47 +08:00
Junyi Du 5726f1507c yarn locks 2022-01-13 12:27:47 +08:00
Junyi Du 8279f008c6 test(e2e): tailor test cases 2022-01-13 12:21:22 +08:00
Junyi Du 1612a306f5 test(e2e): improve page-ref test robustness 2022-01-13 12:21:22 +08:00
Junyi Du 4775be1baf fix: lowercased block content in search result 2022-01-13 12:21:22 +08:00
Junyi Du 9270c79078 test(e2e): examinate search results 2022-01-13 12:21:22 +08:00
Junyi Du 6c686c4ead test(e2e): page alias with diacritics tests 2022-01-13 12:21:22 +08:00
Tienson Qin 7c85920d92
Merge pull request #3871 from logseq/test/add-clj-kondo-part-two
Test/add clj kondo part two
2022-01-13 11:19:56 +08:00
Tienson Qin b70aeb345f
Merge branch 'master' into test/add-clj-kondo-part-two 2022-01-13 11:18:48 +08:00
Tienson Qin 32a8d98d0e fix: typo 2022-01-13 11:14:00 +08:00
Gabriel Horner 38d9cb7fbd Add dev practices doc to explain current state of linting 2022-01-12 17:00:11 -05:00
Gabriel Horner b7b3375f62 Lint extensions/ and wrap up hanging frontend dirs
fs/, format/ and logseq/ also added to linting by adding todos for later
inspection
2022-01-12 16:38:17 -05:00
Gabriel Horner 89bef5b26e Merge remote-tracking branch 'origin/master' into test/add-clj-kondo-part-two 2022-01-12 15:38:57 -05:00
Gabriel Horner f1d15b0e05 Lint components and address comments in review
Start using :clj-kondo/ignore as lint violations that need to be
revisited. They may side effect and should be removed with better
understanding of their context
2022-01-12 15:32:47 -05:00
charlie 53a8c8b96f fix(marketplace): download updates state when network issues 2022-01-12 23:31:22 +08:00
charlie 4bcc4f4b86 improve(marketplace): change sort-by to filter behavior from installed plugins 2022-01-12 23:31:22 +08:00
charlie d863b10705 fix(dev): lint 2022-01-12 23:31:22 +08:00
charlie 0b578feafe fix(dev): lint 2022-01-12 23:31:22 +08:00
charlie 8636b545d2 improve(plugin): more types 2022-01-12 23:31:22 +08:00
charlie 579b906c4c improve(marketplace): take more for batching updates 2022-01-12 23:31:22 +08:00
charlie de1ea231e3 feat(marketplace): download updates with one click 2022-01-12 23:31:22 +08:00
charlie 9a7698c966 improve(marketplace): add indicator for sorter 2022-01-12 23:31:22 +08:00
charlie f95ba84204 fix(marketplace): sort by title 2022-01-12 23:31:22 +08:00
charlie 1eecc3b3b6 improve(marketplace): more filter for installed plugins 2022-01-12 23:31:22 +08:00
charlie 24ad679d7c improve(plugin): compatible for non-semver release package 2022-01-12 23:31:22 +08:00
charlie b7c62d98c8 enhance(electron): support uncaught exceptions handler for main process 2022-01-12 15:52:35 +08:00
Tienson Qin 138335987b Merge branch 'andelf-enhance/allow-edit-markup-files' 2022-01-12 11:54:21 +08:00
Tienson Qin 0f08340799 fix: pop up a saving confirmation dialog when losing focus 2022-01-12 11:52:28 +08:00
Tienson Qin 08ba5c7ff8 fix: mage dragging to Logseq broken
close #3862
2022-01-12 11:19:11 +08:00