Commit Graph

18312 Commits

Author SHA1 Message Date
charlie
dd8a0f821e Merge branch 'master' into enhance/refacotr-ui-x-menu 2024-02-01 12:05:53 +08:00
Andelf
887f659cfe chore(ios): bump version for tf release 2024-02-01 11:36:52 +08:00
Tienson Qin
d110dc41b4 fix: don't create page if exists 2024-02-01 05:20:19 +08:00
Gabriel Horner
4ecfbb8b5d fix: handle invalid config in import rather than ignore it 2024-01-31 16:17:58 -05:00
Tienson Qin
c9f52e8a9b fix: ref not shows when starting the app 2024-02-01 04:29:32 +08:00
Gabriel Horner
aecc6a75e4 fix: wording for db import options 2024-01-31 15:13:42 -05:00
Gabriel Horner
5b4bfd9089 enhance: file graph import ignores hidden files 2024-01-31 15:01:39 -05:00
Tienson Qin
c1a15c0708 Merge branch 'feat/db' into perf/lazy-load-data 2024-02-01 03:58:04 +08:00
Tienson Qin
fd306bf127 refactor: reindex graph equals delete and re-add the same graph 2024-02-01 03:46:26 +08:00
Tienson Qin
1b99388f54 fix: can't save file 2024-02-01 02:57:28 +08:00
Gabriel Horner
a68c5eea52 fix: file/name-format is file graph only
Confirmed this with the last refactor. Also remove references to
setting that was removed in eb6e5942f8
2024-01-31 13:34:12 -05:00
Tienson Qin
a4431d8f5a fix: unit tests 2024-02-01 02:03:16 +08:00
Tienson Qin
9355520a8a fix: lint warnings 2024-02-01 01:26:18 +08:00
Tienson Qin
ff77698083 fix: async query for scheduled and deadlines 2024-02-01 01:22:41 +08:00
Tienson Qin
85f6b3dce7 fix: plugin api calls 2024-02-01 00:33:43 +08:00
Gabriel Horner
bf56cd3252 chore: move legacy fns to legacy ns
title property is for file graphs and should be kept with its ns
to avoid confusion
2024-01-31 11:11:14 -05:00
rcmerci
0b52f8ad58 enhance: make ui reactive when favorites updated 2024-01-31 23:51:24 +08:00
Tienson Qin
44dca4f506 wip: plugin api calls
Also avoid calls to worker if a block has been fully loaded
2024-01-31 21:51:52 +08:00
charlie
06c63cf2da fix(ui): incorrect colors for the tags and tips 2024-01-31 17:33:59 +08:00
charlie
f6c86987b1 enhance(ui): compatible gray background colors 2024-01-31 17:18:09 +08:00
charlie
bc825a0e34 fix(ui): incorrect nav items color from the left sidebar 2024-01-31 17:04:33 +08:00
charlie
177c5b18a7 enhance(ui): custom scrollbar for the Windows platform 2024-01-31 15:19:31 +08:00
charlie
4c98549d9a enhance(ui): clean up css vars 2024-01-31 11:51:25 +08:00
charlie
5a6151d9e7 enhance(ui): the checkbox bg color for the non accent mode 2024-01-31 11:34:04 +08:00
charlie
4ddf05cc4f Merge branch 'master' into enhance/refacotr-ui-x-menu 2024-01-31 11:13:58 +08:00
Mostafa Ahangarha
f70798d47c Minor typo fixes and grammar improvements 2024-01-30 16:16:40 -05:00
Gabriel Horner
f6e9e2630f fix: deprecate :favorites for db config
related to LOG-3031. Also comment all known
file graph only config keys
2024-01-30 15:26:19 -05:00
Gabriel Horner
9db7cd3be9 fix: new db graph shouldn't have deprecated config.edn warnings 2024-01-30 15:12:51 -05:00
Tienson Qin
12263ed19d Raise it to 30k pages 2024-01-31 03:26:13 +08:00
Tienson Qin
7f6cb9bb92 partition load initial pages data
Also, add a script to build a test graph
2024-01-31 03:05:45 +08:00
Konstantinos Kaloutas
f39da2a0fe fix toggle input size 2024-01-30 17:15:14 +02:00
Tienson Qin
420e361381 fix: async <get-file and <get-files 2024-01-30 21:17:18 +08:00
charlie
5d6891b456 enhance(ui): toggle accent colors picker modal 2024-01-30 20:54:41 +08:00
Tienson Qin
46f210696d fix: wrong kv? check 2024-01-30 20:42:53 +08:00
Tienson Qin
99b6d543f0 fix: more async queries and export to roam 2024-01-30 20:03:06 +08:00
charlie
faa5e43966 enhance(ui): accent color for the property status icon 2024-01-30 19:45:29 +08:00
Konstantinos Kaloutas
4ba205b949 fix toggle button width 2024-01-30 13:03:22 +02:00
Konstantinos Kaloutas
2206068577 replace slider 2024-01-30 12:58:56 +02:00
Tienson Qin
96dcdd979a chore: code cleanup 2024-01-30 18:55:18 +08:00
Tienson Qin
b8c9206bc4 chore: code cleanup 2024-01-30 18:33:07 +08:00
rcmerci
09dcf654c7 fix(rtc): fix :block/link sync 2024-01-30 18:32:50 +08:00
Tienson Qin
7b754c672f fix: page unlinked refs
Use search indice to search first and then filter the result by the
db worker. This avoids using `d/datoms` which loads all the blocks to
the memory.
2024-01-30 18:31:06 +08:00
Konstantinos Kaloutas
997f17cb5e fix select padding 2024-01-30 12:30:59 +02:00
Konstantinos Kaloutas
4dd444effd add and replace toggle and toggle-group 2024-01-30 12:27:47 +02:00
Konstantinos Kaloutas
b6d01eddc4 revert popover portal changes 2024-01-30 11:51:30 +02:00
Konstantinos Kaloutas
8a91a400e5 Merge branch 'feat/db' into chore/whiteboards-cleanup 2024-01-30 11:45:00 +02:00
Konstantinos Kaloutas
dec999dae6 Merge branch 'feat/db' of https://github.com/logseq/logseq into feat/db 2024-01-30 11:44:37 +02:00
Tienson Qin
694e9d046b fix: page not full loaded 2024-01-30 17:26:41 +08:00
Tienson Qin
1e6daf6563 fix: page/block refs and refs count 2024-01-30 17:10:38 +08:00
Tienson Qin
ebc801241d chore: remove repeated get-title-and-pagename calls 2024-01-30 15:58:10 +08:00