Commit Graph

11466 Commits (e679b08aa1de413d8f86e0d99255951ae297d3c1)

Author SHA1 Message Date
Tienson Qin 56074732f2 fix: preserve uuid when paste text 2023-04-19 15:35:54 +08:00
situ2001 e5b123de5d refactor: rename fn params in `frontend.db.model` 2023-04-19 15:23:45 +08:00
Tienson Qin edae54c168 Delete editor.cljs.~b17c4ea37e17b396a088a99c445f6b9397b3cebf~ 2023-04-19 14:13:19 +08:00
Tienson Qin a09ba93647 fix: revert changes from #8974 and #9125 2023-04-19 14:13:19 +08:00
Gabriel Horner 7d801c0f10 Add tests for result related transform and grouping
Also fixed two bugs related to new :group-by-page? option
2023-04-19 14:03:34 +08:00
Tienson Qin 4debd825ec Set :group-by-page? default to false in templates/config.edn 2023-04-19 14:03:34 +08:00
Tienson Qin fde4f954bf fix: disable grouped by page when result-transform exists
Adds `:group-by-page?` option to enable grouping even if
`result-transform` exists.
2023-04-19 14:03:34 +08:00
level101 e57d87690e Dockerfile: update nginx version 2023-04-19 11:29:25 +08:00
charlie 6f79a84920 refactor: remove unused codes 2023-04-19 10:00:32 +08:00
charlie 205a3ccf70 Merge branch 'master' into feat/custom-children-list-style 2023-04-19 09:43:14 +08:00
Andelf cc87fa4c17 chore(deps): update rsapi, refine certs check 2023-04-18 23:10:38 +08:00
Tienson Qin a8013a5288
fix: broken outliner structure when Backspace at the beginning (#9125)
* fix: broken outliner structure when DELETE at the beginning

related to #8974

* fix: 'Delete' key deletes entire set of blocks

close #9128

---------

Co-authored-by: Mega Yu <yuhg2310@gmail.com>
2023-04-18 22:46:49 +08:00
charlie 5293e0c3a7 improve(ui): slash commands for the own number list block 2023-04-18 21:58:13 +08:00
charlie 0939aac5b5 fix: lint 2023-04-18 19:31:05 +08:00
charlie 2887a9c56b improve(ux): backspace for the empty order list block 2023-04-18 19:25:04 +08:00
charlie 0449ee6bdc Merge branch 'master' into feat/custom-children-list-style 2023-04-18 18:26:57 +08:00
charlie 22246fcdb3 fix(ui): reactive block state for all the order list related items 2023-04-18 18:24:12 +08:00
rcmerci b8b16548d2
fix(sync): config.edn & custom.css overwrite by remote versions (#9138)
fix(sync): config.edn & custom.css overwrite by remote versions
2023-04-18 18:00:27 +08:00
charlie 339360a3dc fix(ui): make order list style more compatiable 2023-04-18 14:20:16 +08:00
Tienson Qin b359718f4a
fix: insert properties will truncate other properties if there's any empty property (#9117)
fix: insert properties not working when there's any empty property
2023-04-18 14:01:13 +08:00
charlie 91da91ee3f feat(ui): WIP number list block (own-property) 2023-04-18 12:30:19 +08:00
Zhizhen He 9adb8646b0 chore: remove duplicated item 2023-04-18 11:53:23 +08:00
Tienson Qin e0f519b7ab fix: query searching for two or more properties is extremely slow
close #8947
2023-04-18 11:00:17 +08:00
charlie f0855d4021 Merge branch 'master' into feat/custom-children-list-style 2023-04-18 10:05:58 +08:00
Tienson Qin 9d5458fc05 fix: display built-in query title when collapsed? is true 2023-04-18 00:45:40 +08:00
Gabriel Horner f645daf724 Add a --copy to support suggested translation workflow
Follow up to #9115
2023-04-17 10:53:43 -04:00
hasecilu 20b2e06427 Improve contributing-to-translations doc 2023-04-17 10:53:04 -04:00
hasecilu c2fe81022c Update Spanish translations 2023-04-17 10:00:22 -04:00
Junyi Du 8f647519b2 dev: diff-merge error capturing, with unit test case 2023-04-17 09:41:39 -04:00
Junyi Du 497284bd08 dev (doc): minor docstring updates 2023-04-17 09:41:39 -04:00
Junyi Du df8549493f dev: update ast->diff-blocks comment 2023-04-17 09:41:39 -04:00
Junyi Du 6d89f309db fix: buggy diff-merge case happens when prepend new blocks before first base block 2023-04-17 09:41:39 -04:00
Junyi Du 5aba871ead deps: diff-merge
dev: graph parser IoC hook

test: use test db for diff-merge tests

fix: ci lint

dev: refactoring post block-parsing process

feat: diff-merge 2 way merge integration

fix: key namespace of uuid in fix-duplicated-id

fix: duplicated uuid ci
2023-04-17 09:41:39 -04:00
charlie ebab07367a feat(ui): sub alpha marker for order block (own-property) 2023-04-17 20:58:18 +08:00
charlie c73cb28e1d Merge branch 'master' into feat/custom-children-list-style 2023-04-17 20:21:22 +08:00
Phoenix Eliot b547ad8fbc Show marker when block text is empty 2023-04-17 15:05:20 +08:00
charlie cba02da671 fix(ui): incorrect position of mobile bar 2023-04-17 15:03:39 +08:00
charlie 9183dbfdca Merge branch 'master' into feat/custom-children-list-style 2023-04-17 13:57:57 +08:00
charlie ba42b12b09 feat(ui): WIP number list block (own-property) 2023-04-17 13:51:35 +08:00
Tienson Qin 72111d9aea fix: collapsed queries
close #9090
2023-04-17 12:38:41 +08:00
charlie cc58ea4888 fix(ui): marker of number list 2023-04-15 10:10:38 +08:00
Gabriel Horner 2697f2b588 Improve doc wording for https://github.com/logseq/logseq/pull/9070\#issuecomment-1505816096 2023-04-14 11:37:05 -04:00
Konstantinos Kaloutas a31d54ff42 fix: select position and run prettier 2023-04-14 10:48:48 -04:00
Konstantinos Kaloutas e5ea451e42 feat: introduce global scale level option 2023-04-14 10:48:48 -04:00
Gabriel Horner a7fe7fa19d Break up var that is too large 2023-04-14 09:35:55 -04:00
Gabriel Horner a53ebf1750 Fix parse-graph namespace bugs
parse-graph didn't have all the extract-options that the app does.
Adding them fixed the bugs.
Also fix publishing bug where old :all-pages-public? option wasn't
respected
2023-04-14 09:35:55 -04:00
Gabriel Horner eac3c273ca Updates docs version for parse-graph integration tests 2023-04-14 09:35:55 -04:00
charlie 1043eff9cd feat(ui): WIP number list block (own-property) 2023-04-14 18:37:31 +08:00
charlie 8d6e9b7cfd feat(ui): WIP number list block (own-property) 2023-04-14 16:46:05 +08:00
charlie ae652b5637 feat(ui): WIP number list block (own-property) 2023-04-13 17:07:06 +08:00