Commit Graph

7825 Commits (6de622264501c9cb8410b9bb28ac4d494813df7a)

Author SHA1 Message Date
Gabriel Horner 2b48d95493 Move frontend db namespaces that graph-parser depends on
graph-parser should be independent of the app
2022-05-26 18:04:45 -04:00
Gabriel Horner e999ebc149 Automatically set extract-options correctly
- Removed state paths [:config :text-formats], [:config :img-formats]
  and [:me :settins :date-formatter] as they have been unused since
  their introduction in 2020
- Converted incorrect js/Error refs
- Also merged db.config test helpers
2022-05-26 18:04:45 -04:00
Gabriel Horner 5bce219ca4 Remove unused db-type being passed to start-conn
Also removed other unused db fns
2022-05-26 18:04:45 -04:00
Gabriel Horner 11d3d5b3cd Remove unused :me/* attributes
These were removed in b3f67c69b1.
Also removed related, unused spec
2022-05-26 18:04:45 -04:00
Gabriel Horner 89d73bc178 Reuse starting db conn
Also move circular dep hack to ns that both nbb and cljs can use
2022-05-26 18:04:45 -04:00
Gabriel Horner 3bc2479181 First pass at main graph-parser ns
- Copied tests pass!
- Still a number of TODOs left
2022-05-26 18:04:45 -04:00
llcc 7d00b546a0 fix iOS auto suggestion when backspacing 2022-05-26 23:16:28 +08:00
Yue Yang a6f8584fac fix: move key 2022-05-26 15:46:36 +08:00
Yue Yang 6860dcb4f8 fix: save mode when switching themes 2022-05-26 15:46:36 +08:00
llcc 4a10f35e14 enable custom.js on mobile 2022-05-26 14:43:31 +08:00
llcc 1883d2ac06 Merge branch 'gesture-support-on-block' of https://github.com/logseq/logseq into gesture-support-on-block 2022-05-26 10:59:16 +08:00
llcc f52786a1c8
Merge branch 'master' into gesture-support-on-block 2022-05-26 10:58:38 +08:00
ntotao c035f8f8ac dummy notes in italian 2022-05-26 02:54:04 +08:00
ntotao 3d4fe59551 Added tutorial-it and dummynotes-it for Italian lang 2022-05-26 02:54:04 +08:00
Yue Yang e6817d1b40 style: optimize block alignment 2022-05-26 02:52:54 +08:00
Yue Yang e355f9b905 fix: set :plugin/selected-theme 2022-05-26 02:47:21 +08:00
Tienson Qin 737c043c6e fix: disable block/page preview when scrolling 2022-05-26 02:41:01 +08:00
Tienson Qin f3ed5e60c8 fix: disable page/block preview when editing 2022-05-26 00:44:02 +08:00
Tienson Qin 4152c3e380 fix: header not sticky anymore 2022-05-26 00:15:43 +08:00
Tienson Qin 1f4de901f5 fix: lazy visual blink 2022-05-25 23:12:09 +08:00
Tienson Qin 2eb5bbb6e8 fix: code not saved when click the bottom line to add a new block
related to #5406
2022-05-25 22:37:31 +08:00
llcc 4d73a86877 bump iOS target version 2022-05-25 16:22:10 +08:00
llcc f5f09d0c8b fix: decodeURIComponent file url 2022-05-25 16:21:02 +08:00
Tienson Qin 1d1d8877b6 fix: :current-page could be empty 2022-05-25 15:47:16 +08:00
Tienson Qin b0349a8511 fix: :Xd-after/before input always returns today's date in a query
related to #5424
2022-05-25 15:31:02 +08:00
llcc db1777efa6
Merge branch 'master' into gesture-support-on-block 2022-05-25 15:16:45 +08:00
Andelf df12a70016 chore(release): bump version 0.7.0 2022-05-24 23:46:56 +08:00
Tienson Qin e2359c61f0 chore: disable random-inserts and random-deletes tests 2022-05-24 23:42:31 +08:00
charlie 2bd87d5d91 fix(plugin): page crash when checking plugin updates with some network issues #5222 2022-05-24 23:32:31 +08:00
Tienson Qin ab662fa67d chore: disable random-moves testing for now 2022-05-24 23:31:26 +08:00
Tienson Qin 877a5d8042 fix: Error + Data Loss with message block with id already exists.
close #5414

This also adds the support to insert a block as the first child.

Example:
logseq.api.insert_block("628ce7a2-02db-4aa1-a99a-2e6398297780", "foo", {sibling: false, before: true})
2022-05-24 23:18:30 +08:00
Gabriel Horner bca255531c Remove unused binding from recent commit 2022-05-24 11:01:33 -04:00
llcc 3c816db7b2 fix footer position in zoomed display mode 2022-05-24 22:22:26 +08:00
Darwis 61806c12ed
add option to hide and show table view control from advance query (#5352)
* add option to hide and show table view control from advance query

* hide table control if there is custom :view function
2022-05-24 22:10:10 +08:00
llcc be9e45f3c6
Merge branch 'master' into gesture-support-on-block 2022-05-24 21:58:56 +08:00
Tienson Qin ed939624c8 fix: TODOs disappear when clicked in query result
close #5395
2022-05-24 21:55:09 +08:00
Tienson Qin 3c2dc67bc0 fix: conflict lefts when creating a new page
related to #5412
2022-05-24 20:06:27 +08:00
llcc 6b4726463c
fix Zoom Display issue on iOS (#5404) 2022-05-24 17:43:35 +08:00
llcc aa1abfc71e
Merge branch 'master' into gesture-support-on-block 2022-05-24 17:24:38 +08:00
Andelf b425746ccd fix(build): lock electron along dep path
Fix #5413
2022-05-24 17:22:49 +08:00
Andelf 356d80d603 fix(test): test condition 2022-05-24 17:22:49 +08:00
Andelf ce3fef7368 fix(android): use es6 as build target 2022-05-24 17:22:49 +08:00
llcc b7ceda7250 add min-width for action-bar 2022-05-24 17:04:08 +08:00
llcc 8072ed7695 change indent-outdent icons 2022-05-24 16:38:52 +08:00
llcc 4d501458ca make filter dialog center in viewport 2022-05-24 16:30:01 +08:00
llcc a701b2cfd6 improve tabbar display behavior 2022-05-24 16:30:01 +08:00
llcc 31092d35d4 fix lints 2022-05-24 15:09:11 +08:00
llcc 5a528bb335
Merge branch 'master' into gesture-support-on-block 2022-05-24 15:02:32 +08:00
llcc bac496d09c hide action-bar when editing 2022-05-24 14:39:13 +08:00
llcc c4cfd1ca70 tweak action-bar css 2022-05-24 14:39:04 +08:00