Commit Graph

14195 Commits (544c7b5317139981ba9e339abd5ad905d999aab5)

Author SHA1 Message Date
Gabriel Horner 98dd1c2b5c fix: published graphs failing on class pages
Bring back get-namespace-pages impl that doesn't add :block/file
to db graphs. :block/file isn't used in db graphs.
Also got kondo lint back to green
2024-01-11 16:40:13 -05:00
Tienson Qin e22effacf2 Disable graph switch if files are not saved yet 2024-01-12 05:13:46 +08:00
Tienson Qin d5e62ae21f fix: ensure linear sequential transactions for the db worker 2024-01-12 04:14:22 +08:00
Gabriel Horner cdddce0120 fix deps db test and most lints
Also deleted duplicated gp-util.{page-ref,block-ref} files that were moved to common
and moved a related test to common dep
2024-01-11 14:35:04 -05:00
Tienson Qin b514dbe4f7 fix: undo/redo debugger ui 2024-01-12 02:51:28 +08:00
Tienson Qin 3d2a7c22b8 add more delay 2024-01-12 02:51:28 +08:00
Gabriel Horner a81e18e9a6 fix: update nbb-logseq and make entity-plus nbb compatible
deps can now load in nbb and all nbb tests pass except for db
2024-01-11 13:10:06 -05:00
Tienson Qin b9646d5cd0 fix: blockref e2e tests 2024-01-12 02:03:19 +08:00
Tienson Qin 6173879ca0 fix: test 2024-01-12 00:41:03 +08:00
Tienson Qin 7cc0b15d04 fix: journal file name 2024-01-12 00:18:36 +08:00
Tienson Qin a9074f74f4 fix: outdent 2024-01-11 23:43:23 +08:00
charlie dddd937b53 fix: tests 2024-01-11 21:28:52 +08:00
Tienson Qin 96c9e8d7d5 simplify pipeline 2024-01-11 20:18:40 +08:00
Tienson Qin a81229576d fix: group transactions 2024-01-11 20:18:40 +08:00
charlie 9ec1da8735 Merge branch 'refactor/pipeline-worker' of https://github.com/logseq/logseq into refactor/pipeline-worker 2024-01-11 19:10:40 +08:00
charlie 9ef1d89089 enhance(e2e): add a local plugin for the e2e tests 2024-01-11 19:10:28 +08:00
rcmerci 1daa987388 fix(rtc): generate asset-ops 2024-01-11 18:09:11 +08:00
rcmerci 16f1f448db fix malli_schema for asset-block 2024-01-11 18:09:11 +08:00
rcmerci e1b6724abc feat(rtc): db_listener also care about asset-ops 2024-01-11 18:09:11 +08:00
megayu c25c432755
Fix wrong cursor posistion (#10838)
* fix unable to use 'del' to delete the last character
if the cursor is at the beginning of the block

* fix right arrow calculate character length incorrect
if the cursor is at the beginning of the block

* fix moving up or down across blocks may enter the middle of a character

* fix moving up or down inside a block may enter the middle of a character
2024-01-11 16:22:37 +08:00
Tienson Qin af03ed50d5 fix: cursor after deleting a block 2024-01-11 16:16:02 +08:00
Tienson Qin 0fdce57d75 Remove unused code 2024-01-11 16:02:33 +08:00
Tienson Qin 3eda6c1bb0 fix: cursor blink when saving editing 2024-01-11 15:57:26 +08:00
Tienson Qin 7d55f04e00 fix: template cursor 2024-01-11 15:43:26 +08:00
Tienson Qin 77d49f8e7f remove trace 2024-01-11 15:34:45 +08:00
Tienson Qin 848ea4f3f7 fix: editor lost focus on electron 2024-01-11 15:32:49 +08:00
Tienson Qin d092a32cbb fix: focus editor after move up/down && indent/outdent 2024-01-11 15:03:49 +08:00
Tienson Qin 3c9d77088b fix: editor not saved when zoom in/out 2024-01-11 14:48:20 +08:00
Tienson Qin 7a1b1a17f8 fix: whiteboard portals 2024-01-11 14:20:23 +08:00
rcmerci 2fcdecca90 fix ns name 2024-01-11 14:10:25 +08:00
rcmerci 955e9fea64 move asset_sync.cljs 2024-01-11 14:09:52 +08:00
rcmerci 2dca1b6df8 feat(rtc): add schema for asset 2024-01-11 14:08:18 +08:00
Gabriel Horner a2bb7e4479 fix: adding timestamps to imports shouldn't change updated-at 2024-01-10 16:06:20 -05:00
Gabriel Horner 2646a4cfbc enhance: add more deprecated file config keys and migrate on import 2024-01-10 15:26:19 -05:00
Tienson Qin a534193090 fix: can't create new graph 2024-01-11 04:05:06 +08:00
Tienson Qin 0cb748898f fix: clear editing block when esc or click outside 2024-01-11 03:32:22 +08:00
Tienson Qin 264f7dd40a Merge branch 'feat/db' into refactor/pipeline-worker 2024-01-11 02:57:37 +08:00
Tienson Qin 205cf8b673 fix: lint warnings 2024-01-11 02:50:39 +08:00
Tienson Qin 4a6dfcb019 fix: unit tests 2024-01-11 02:47:07 +08:00
Tienson Qin e07bdf47cd fix: paste blocks cursor position 2024-01-11 02:37:47 +08:00
Tienson Qin b4f8c1e805 fix: p/do! 2024-01-11 02:31:47 +08:00
Tienson Qin e4f16d21d9 fix: api-insert-new-block! calls 2024-01-11 02:27:42 +08:00
Tienson Qin f7eafb00ce fix: property issues 2024-01-11 02:04:07 +08:00
Tienson Qin 4236ade600 fix: whiteboard issues 2024-01-11 01:38:06 +08:00
Gabriel Horner 3f3cf8b17f enhance: migrate imported config to be valid
Also improves import ux as Invalid config notification no longer blocks
import progress
2024-01-10 12:19:42 -05:00
Tienson Qin a550090249 Remove assert 2024-01-11 01:02:13 +08:00
Tienson Qin baefeaad5b fix: use page-handler/<create! if possible 2024-01-11 00:54:19 +08:00
Gabriel Horner e64810087c fix: assets shoudn't create :file/path entities
file and db graphs don't create :file/path entities for asset files.
Import shouldn't be doing this. Part of LOG-2990
2024-01-10 11:02:25 -05:00
Tienson Qin 7600a53929 Clean setTimeout 2024-01-10 23:52:47 +08:00
Tienson Qin 8533a974f1 fix: batch tx 2024-01-10 23:40:33 +08:00