charlie
aca969550f
Merge branch 'master' into enhance/refacotr-ui-x-menu
2024-02-05 11:35:02 +08:00
Morgan Plain
7938022643
remove unused vars
2024-02-05 11:01:59 +08:00
Morgan Plain
26d255d0b1
config update
2024-02-05 11:01:59 +08:00
Morgan Plain
e9670d10f2
add charge range
2024-02-05 11:01:59 +08:00
Morgan Plain
a05bc1c05a
add charge-strength slider
2024-02-05 11:01:59 +08:00
Morgan Plain
2001b6fca5
adjust defaults for better graph building
2024-02-05 11:01:59 +08:00
Morgan Plain
2ee5a3f43b
add comments for force mechanics
2024-02-05 11:01:59 +08:00
Morgan Plain
cc38b5b48f
node forces menu item and link distance slider
2024-02-05 11:01:59 +08:00
Tienson Qin
d4add86e1d
Merge branch 'feat/db' into perf/lazy-load-data
2024-02-05 09:52:35 +08:00
Andelf
0725a1b4a5
fix(editor): wrong new page link handling in graph view
...
Close #10958
2024-02-05 09:48:33 +08:00
Tienson Qin
fa9d5fac1e
Load whole data for shorter pages
2024-02-03 19:02:25 +08:00
Tienson Qin
45cd058102
fix: tags
2024-02-03 18:36:23 +08:00
Tienson Qin
de3005cb44
fix: forget to merge existing block and parsed block from mldoc
2024-02-03 18:25:06 +08:00
Tienson Qin
4e0a35fe87
fix: don't remove :block/tags from outliner-core/-save
2024-02-03 18:22:56 +08:00
Andelf
3dd8a849c8
enhance(editor): support time offset of youtube links
...
Close #10927
2024-02-03 16:07:36 +08:00
Tienson Qin
6f90958e4b
Merge branch 'feat/db' into perf/lazy-load-data
2024-02-03 12:52:35 +08:00
Tienson Qin
873fdc6339
enhance: lazy load all pages
2024-02-03 12:42:45 +08:00
Tienson Qin
5363aa872e
fix: deleting block not works when pressing backspace too fast
2024-02-03 11:01:49 +08:00
Tienson Qin
2bc2e9e8ca
fix: indent on file graphs
2024-02-03 10:54:27 +08:00
Tienson Qin
d00b2c1e47
avoid async queries if blocks are not rendered yet
2024-02-03 10:34:21 +08:00
Tienson Qin
b8b0107123
fix: query result display
2024-02-03 08:51:23 +08:00
Tienson Qin
9028976100
fix: block breadcrumb
2024-02-03 08:11:01 +08:00
Tienson Qin
8f845a7145
attach block left and parent for <pull & <get-block
2024-02-03 07:09:52 +08:00
Gabriel Horner
ca752834c1
enhance: basic block tags for import - part of LOG-2984
2024-02-02 17:39:08 -05:00
Gabriel Horner
b6a952fd7d
fix: assets not copied for import
...
Caused by a commit yesterday. Also removed unused
import-file-to-db-graph options
2024-02-02 16:16:18 -05:00
Gabriel Horner
dcb041cae5
fix: add missing ns doc
2024-02-02 14:53:42 -05:00
Gabriel Horner
e0059892aa
chore: mv file-based repo and repo-config fns as well nfs
...
to file-based namespaces. Confirmed and QAed these are only for
file-based. This moves the majority of graph-parser/parse-file calls
into file-based namespaces. The only ones left are in handler.file which
can be done later
2024-02-02 14:40:05 -05:00
Gabriel Horner
3a2db1e6af
Merge branch 'master' into feat/db
2024-02-02 11:13:55 -05:00
Tienson Qin
43cc1678ac
refactor: reindex graph equals delete and re-add the same graph
2024-02-02 10:07:03 -05:00
Andelf
c3df737390
fix(editor): page history for non-sync graph
2024-02-02 17:25:50 +08:00
Andelf
383950df2f
fix(editor): clear sync state when switch-graph
2024-02-02 17:25:50 +08:00
Liu Hancheng
5f0ffa3055
feat: use HEAD as default hash in version selector
2024-02-02 17:25:50 +08:00
Liu Hancheng
c94cf2f590
feat: merge version and content selector
2024-02-02 17:25:50 +08:00
Liu Hancheng
b6294853a6
fix: close history panel after select a version
2024-02-02 17:25:50 +08:00
Tienson Qin
8c4d8644e6
enhance: add malli schema for outliner ops
2024-02-02 16:09:53 +08:00
linsui
b72c3c92cb
add fastlane structure for F-Droid
2024-02-02 15:06:34 +08:00
Gabriel Horner
21074c0ebe
enhance: import custom.css and customs.js files
...
fix LOG-2983. Also fix pressing enter on input not working
Also moved up hidden filtering so that all downstream file processing uses
its results
2024-02-01 17:00:44 -05:00
Gabriel Horner
3a2629befe
fix: fail explicitly when import is given a non Logseq folder
...
Before we failed silently and imported an empty graph
2024-02-01 15:09:23 -05:00
Tienson Qin
2e1e3572df
fix: add db requests for outliner core tx
2024-02-02 03:46:12 +08:00
Tienson Qin
4e1ca386d4
refactor: build tx-data in db-worker instead of the UI thread
...
So the tx-data will be built on top of the full db instead of the
partial db from the UI thread, it also reduces the risk to use
outdated data since RTC can transact data from the worker.
2024-02-02 02:16:33 +08:00
Gabriel Horner
fe974962c4
enhance: notify org import defects for now
...
Fixes LOG-2977. Decided not to skip org files as it was causing validity
issues with the graph b/c of hanging refs.
Also cleaned up needless ^js by playing to cljs' strengths.
Also fixed hanging importing state.
2024-02-01 12:53:50 -05:00
Tienson Qin
7a4251856a
Revert "fix: enable promise usage in outliner-ui/transact!"
...
This reverts commit 95cd7d51fc .
2024-02-02 00:20:41 +08:00
Tienson Qin
4b9b825101
refactor indent-and-outdent
2024-02-02 00:16:49 +08:00
Gabriel Horner
7f26aecdff
fix: missing pages in docs import - fixes LOG-3004
2024-02-01 10:12:28 -05:00
Gabriel Horner
1448ac8b7e
fix lint failing due to moved dir
2024-02-01 08:50:49 -05:00
Gabriel Horner
505012545e
Merge pull request #10906 from logseq/chore/whiteboards-cleanup
...
Chore (Whiteboards): Cleanup, LSUI components and minor fixes
2024-02-01 08:43:55 -05:00
Tienson Qin
95cd7d51fc
fix: enable promise usage in outliner-ui/transact!
2024-02-01 20:07:39 +08:00
Tienson Qin
620ad617f9
fix: load closed values
2024-02-01 17:18:23 +08:00
Tienson Qin
3dfe5c5751
fix: load all pages and files when app starts
2024-02-01 17:04:44 +08:00
charlie
34a384fb1d
enhance(ui): title font
2024-02-01 15:42:01 +08:00