Commit Graph

14972 Commits (18079d7e84df40cdb3ca013233f0f7cf2ee99628)

Author SHA1 Message Date
Tienson Qin 49596151bb fix: wait until db transacted and then parsing the next 100 files
Related to LOG-3057
2024-03-04 16:27:13 +08:00
charlie 059da6b22e enhance(ui): alignment for the page tags and refs 2024-03-04 15:08:14 +08:00
charlie c0d3c78152 enhance(ui): alignment for the page tags 2024-03-04 14:24:26 +08:00
charlie 36ff5513f7 enhance(ux): add property jump to the shortcuts 2024-03-04 13:31:16 +08:00
Tienson Qin e79b928c6b fix: sequential writes 2024-03-03 07:41:59 +08:00
Tienson Qin 33a532455b fix: use core.async channel to ensure sequential db transactions 2024-03-03 06:39:05 +08:00
charlie 215e65a249 enhance(ux): support auto side for the shui popup 2024-03-02 11:55:07 +08:00
charlie 60278f7cce fix(ui): header bg color for the left sidebar item 2024-03-02 09:27:48 +08:00
Gabriel Horner 82639cb07a fix: replace tags with page-refs ignores case
fixes LOG-3073
2024-03-01 16:12:32 -05:00
Gabriel Horner b34325be77 fix: two bugs with updating tags during import
fixes LOG-3073
2024-03-01 15:51:19 -05:00
Gabriel Horner 487c86ac83 enhance: import float values with type :number
They were imported as :default b/c graph-parser didn't handle them.
Part of LOG-2985
2024-03-01 12:07:45 -05:00
Gabriel Horner 6b9673398e fix lints 2024-03-01 08:58:33 -05:00
charlie 97a017df9b Merge branch 'master' into feat/db 2024-03-01 17:52:21 +08:00
charlie f5bf5a4bfb fix(ux): compatiable herf for the classical ui button component 2024-03-01 17:43:39 +08:00
Tienson Qin 9cec07e89c fix: keep alive by sending messages from worker to main thread 2024-03-01 17:17:44 +08:00
Tienson Qin d00b7b1db8 fix: keep alive 25s instead of 25ms 2024-03-01 17:05:48 +08:00
Tienson Qin 833a303f30 enhance: keep db worker alive 2024-03-01 16:56:03 +08:00
rcmerci d3c1e08516 enhance(rtc): update schema :sibling? to :pos 2024-03-01 16:54:10 +08:00
Tienson Qin 90576661f3 fix: hidden files show up in file graph
fixes LOG-3036
2024-03-01 16:29:03 +08:00
charlie 58167f0bc4 Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db 2024-03-01 16:21:32 +08:00
charlie 965a7b05a3 enhance(ui): polish search results for the emojis&icons picker 2024-03-01 16:21:13 +08:00
Tienson Qin 637fa49170 fix: page rename doesn't work
fixes LOG-3029
2024-03-01 16:14:18 +08:00
Tienson Qin 5725893595 fix: deleting a file outside app doesn't remove it from a file graph
fixes LOG-3053
2024-03-01 15:43:06 +08:00
charlie 9ff411947c fix(ui): search results of the emojis&icons 2024-03-01 13:44:24 +08:00
Gabriel Horner 0f531ff177 fix: unable to add a page :default property value 2024-02-29 16:52:37 -05:00
Gabriel Horner f63c22b009 fix: :date :many property allowing invalid inputs
Fix LOG-3076
2024-02-29 16:05:32 -05:00
Gabriel Horner f56717fe54 enhance: allow property to change :many to :one
if all property values are just a single value. This is also useful
for imports where :page and :date properties are :many by default
2024-02-29 15:38:02 -05:00
Gabriel Horner 0b0299b28f fix: more import fixes after testing more graphs
- collapsed:: false was failing an import
- ignore more attributes for existing pages
- also fixed import script not handling macros and absolute paths
  correctly
2024-02-29 15:06:49 -05:00
falldio 9c2cea030b fix: missing newline after multiline block when exporting a page 2024-03-01 02:09:46 +08:00
Gabriel Horner 49cc17dea5 fix: update property values for any type to :default change
that occur within same file. Also made importing behavior reproducible
across runs and made import script script less verbose by default.
Part of LOG-2985
2024-02-29 13:01:09 -05:00
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