Commit Graph

14742 Commits (631f481de5fb9ab7286ecde2f7bfb851a68e524b)

Author SHA1 Message Date
Gabriel Horner 31b344d3c1 enhance: ignore blank property values from templates
to improves property type detection. Also fixed a bug in
upstream-properties detection and added more docs + better names related
to it. Part of LOG-2985
2024-02-29 11:18:18 -05:00
Andelf 1ff9f7a1b2 chore(release): bump version 0.10.7 2024-02-29 23:18:26 +08:00
Tobias Domhan 7ac3a64b28 Don't insert old references back. 2024-02-29 21:23:28 +08:00
Tobias Domhan 3aa596f344 Fix root node block refs when cutting + pasting. 2024-02-29 21:23:28 +08:00
Tienson Qin 6ec980351a fix: template fails upon selection
fixes LOG-3066
2024-02-29 19:26:42 +08:00
Tienson Qin 251929ac54 fix: property closed values async tests 2024-02-29 19:07:37 +08:00
Tienson Qin 82d5fc6c00 fix: block marker lost in file graph
fixes LOG-2964
2024-02-29 18:35:45 +08:00
Vladimir Pouzanov 227f3efc85 Make all calls to git require the graph path to operate on 2024-02-29 18:29:52 +08:00
Vladimir Pouzanov 0bb7e6d0cc Remove state/get-graph-path use from the main menu 2024-02-29 18:29:52 +08:00
Andelf ae41c6d192 fix(search): rm lowercase normalization for query terms 2024-02-29 18:28:22 +08:00
Andelf 27433ed6f8 fix(search): query highlight performace
Close #11027
Close #11026
2024-02-29 18:28:22 +08:00
charlie f27055b05d enhance(ux): polish the emojis&icons picker 2024-02-29 17:31:43 +08:00
charlie d29d5e60f2 fix(ui): accent color for the icons block title 2024-02-29 16:34:48 +08:00
charlie 80bc850385 Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db 2024-02-29 16:20:52 +08:00
charlie c0bf03520f enhance(ui): polish the emojis&icons picker 2024-02-29 16:20:47 +08:00
Tienson Qin 73d6a9e729 fix: graph with a configured home page displays journals view
fixes LOG-3058
2024-02-29 15:04:51 +08:00
Tienson Qin dbc43fed9f fix: load favorites initially 2024-02-29 14:39:42 +08:00
charlie 9720c1157c fix(ux): context menu for the property key 2024-02-29 11:32:22 +08:00
Gabriel Horner b32eb7e9be enhance: automatically handle properties that change to :default
docs graph :platforms property now imports correctly rather than
ignored 30 times. Also allow import script to import multiple files
for testing purposes. Part of LOG-2985
2024-02-28 17:16:09 -05:00
Tienson Qin 370ad26565 fix: can't exit editor when clicking outside the editor 2024-02-29 04:06:39 +08:00
Tienson Qin e9fe52172e fix: looped page/block embeds 2024-02-29 03:35:40 +08:00
Tienson Qin 7be3421e99 fix: can't add tag 2024-02-29 01:30:15 +08:00
Tienson Qin f5af62ad15 fix: trailing whitespace disappears 2024-02-29 01:18:39 +08:00
Gabriel Horner 9569bed720 fix: property value with mixed refs not imported
correctly. Also fixed lints
2024-02-28 11:08:53 -05:00
Tienson Qin 623043d363 enhance: `j` jump to a property key or value (selection mode)
We can support jump to any block in the future.
More enhancements need to be done including:
1. still focus on the block or property key/value after any property
operation
2. up/down/left/right support maybe?
2024-02-28 21:34:09 +08:00
charlie 7cec0e696f Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db 2024-02-28 21:33:27 +08:00
charlie 308f7cf455 enhance(ux): popups collision padding for the property editor 2024-02-28 21:33:20 +08:00
rcmerci 6fa4048299 fix: avoid [:block/uuid nil] err when transact 2024-02-28 21:26:01 +08:00
rcmerci 977807db69 test(rtc): add :block/tags update-attr test 2024-02-28 21:04:59 +08:00
charlie fafb9bcaf5 enhance(ui): refactor the specify template dropdown with shui popup 2024-02-28 20:54:53 +08:00
Tienson Qin d14e1d98a4 fix: close popover after select a value for a new property 2024-02-28 19:34:31 +08:00
Tienson Qin f5f38800c4 enhance: mod+p works for both editing and non-editing mode
The first selected block will be choosed in a non-editing mode,
we can improve this to choose the hovering block in the future.
2024-02-28 18:38:37 +08:00
Tienson Qin f26c002c3e fix: closed value query in dsl 2024-02-28 18:13:11 +08:00
Tienson Qin a2041bfb3e fix: property values needed to be async query 2024-02-28 17:18:37 +08:00
charlie 42fe7184a1 Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db 2024-02-28 17:16:26 +08:00
charlie 15dce782ae enhance(ui): WIP polish emojis&icons picker 2024-02-28 17:16:18 +08:00
rcmerci f5a79c4b61 test(rtc): add local-db-tx->remote-ops-test 2024-02-28 17:14:19 +08:00
rcmerci 3d069152e9 chore(rtc): clear ut 2024-02-28 15:09:44 +08:00
charlie b43c576158 enhance(ui): colorful task icons 2024-02-28 11:49:50 +08:00
charlie 242fe696fc fix(ui): multi values interaction for page 2024-02-28 11:06:34 +08:00
charlie 191ec5acab enhance(ui): polish property components details 2024-02-28 10:44:32 +08:00
Gabriel Horner 44d60808c1 fix: correctly detect property type
for property values containing text and refs.
Also allow import script to only import a file for testing.
Part of LOG-2985
2024-02-27 16:27:26 -05:00
Gabriel Horner bd49f8d750 enhance: add shui components to import form
Also tweaked import messages and made shui alias consistent
2024-02-27 13:47:41 -05:00
Gabriel Horner 13439ed699 enhance: port two more import steps to be script compatible
also fix save-file! not waiting on async transact before post-save
2024-02-27 12:07:25 -05:00
Tienson Qin 94ce77e509 fix: alias always redirect to the source page
No matter whether the alias page has content or not.
Clicking the alias page in its source page's properties redirect to
the alias page though.
2024-02-28 00:52:28 +08:00
Tienson Qin 38f3cef2c5 fix: copy with parent+child blocks loses the parent block
fixed LOG-3056
2024-02-27 23:29:54 +08:00
charlie 270eb7e2da enhance(ui): shui select for the UI position select 2024-02-27 21:35:42 +08:00
charlie 9fe1b9fba7 enhance(ux): add context actions for the property key 2024-02-27 14:47:51 +08:00
charlie b7ff6d45e2 enhance(ui): polish details of the property editor 2024-02-27 11:26:03 +08:00
Gabriel Horner 3e3e9a303b fix graph-parser lints 2024-02-26 16:30:12 -05:00