rcmerci
404116f080
test(rtc): fix ut based on block/title refactor
2024-07-31 16:52:42 +08:00
charlie
5f34d4da77
enhance(ui): add without animation prop for the shui-related popoups
2024-07-31 14:42:24 +08:00
Tienson Qin
676a882607
fix: can't edit value for multiple :default property
2024-07-31 13:51:59 +08:00
Tienson Qin
dbbd5cf400
fix: remove ugly setTimeout
2024-07-31 13:25:45 +08:00
charlie
7209540fe2
fix(api): compatible block content/title for the classic APIs
2024-07-31 12:05:44 +08:00
Gabriel Horner
46c5110701
fix: document and validate a db only config.edn option
...
Also fix another outdated comment
2024-07-30 17:20:12 -04:00
Gabriel Horner
3767f1d3c7
chore: rename task class ident
...
Only class ident name that wasn't capitalized and didn't match its
title. Considered renaming :logseq.task but unsure if it even makes
sense for their names to match since they aren't sharing a common ns.
:logseq.task may be better off under :logseq.property.*
2024-07-30 17:09:27 -04:00
Gabriel Horner
7dbc10f795
fix: a new class parent looks blank when it's not
...
A new class has a parent of :logseq.class/Root but confusingly
showed up as blank both in new class modal and in configure modal
2024-07-30 16:26:45 -04:00
Gabriel Horner
354ffabf88
fix: outdated comments related to changes in #11433
2024-07-30 15:26:54 -04:00
Gabriel Horner
8afb337d7b
chore: remove outdated test
...
rRemoving this test as the differences between a file and db graph are
enough that it's not worth testing. This test was helpful when we were
first developing db version
2024-07-30 15:13:24 -04:00
Gabriel Horner
6093462555
fix: db import after changes from #11433
2024-07-30 14:47:35 -04:00
Gabriel Horner
37cbdf7f47
fix: outliner test broken by #11433
...
Also fix lint
2024-07-30 11:53:51 -04:00
charlie
2d599ee152
fix: incorrent js resource path for react tabler icons
2024-07-30 22:45:51 +08:00
Gabriel Horner
1333c826a9
fix typo
2024-07-30 10:34:13 -04:00
Gabriel Horner
8024050210
fix: properties graph not generating
...
Was failing b/c property type :page no longer exists. Also added a node
without classes example as it's helpful to test creation and selection
of options for that case
2024-07-30 10:34:13 -04:00
Tienson Qin
b749e97a54
fix: :text value are not shown in avaliable choices
2024-07-30 22:32:01 +08:00
Tienson Qin
31c6ea323a
fix: page content is empty after importing sqlite db
2024-07-30 22:22:53 +08:00
Tienson Qin
ba95436d8d
fix: multiple values rendering
2024-07-30 20:19:19 +08:00
charlie
846e6feead
fix(ui): incorrect tabler icons resource for the production mode
2024-07-30 19:58:16 +08:00
rcmerci
384c6115f5
chore: only dev-mode show login button, it's useless in web now
2024-07-30 19:31:00 +08:00
rcmerci
b09e0d68f6
fix: keep the :block/title schema consistent with schema.cljs
2024-07-30 18:12:56 +08:00
Tienson Qin
3bc1a673cb
refactor: replace both :page and :object types with :node
2024-07-30 17:25:46 +08:00
charlie
a7d45fdaec
fix(ui): incorrect tabler icons resource for the production mode
2024-07-30 16:58:25 +08:00
Tienson Qin
e5b1099b2a
fix: don't show refs/unlinked refs for blocks in file graphs
2024-07-30 13:06:19 +08:00
Tienson Qin
dac75b7794
chore: remove debug
2024-07-30 12:55:22 +08:00
Tienson Qin
08ed6a131d
refactor: show linked refs and unlinked refs for blocks too
2024-07-30 12:53:48 +08:00
Tienson Qin
73e28941d6
fix: api tests
2024-07-30 11:43:45 +08:00
Tienson Qin
54c218b5c8
fix: remove pages from unlinked refs
2024-07-30 11:33:43 +08:00
rcmerci
eb42b95c65
enhance: add assert for db-schema/version
2024-07-30 11:18:41 +08:00
Tienson Qin
b4300d1def
fix: don't show objects in class linked references
2024-07-30 11:02:56 +08:00
Tienson Qin
edf179b1f5
fix: can't edit referenced block
2024-07-30 10:53:58 +08:00
Tienson Qin
76c5096ac2
Merge pull request #11433 from logseq/refactor/narrow-gap-between-page-and-block
...
refactor: narrow gap between page and block
2024-07-30 09:50:09 +08:00
Tienson Qin
cc3c4ac5dc
Merge branch 'feat/db' into refactor/narrow-gap-between-page-and-block
2024-07-30 09:49:15 +08:00
Tienson Qin
d3c344019e
chore: add fix-me to rtc tests
2024-07-30 09:47:43 +08:00
Tienson Qin
b0c04058a9
enhance: show object and block icons in favorites
2024-07-30 09:40:42 +08:00
Tienson Qin
8855f235a6
fix: don't show hidden pages in block linked references
...
related to LOG-3193
2024-07-30 09:28:30 +08:00
Gabriel Horner
df977bc275
enhance: display tags for Root table
...
Makes Root table more useful as one easily see this is a table of all
objects and see their types/tags
2024-07-29 16:26:52 -04:00
Gabriel Horner
0103d1a455
fix: table count in title doesn't update with filter
...
Also add translation keys for table headers
2024-07-29 15:03:29 -04:00
Tienson Qin
cef3a9f456
Introduce node (a page or a block)
2024-07-29 22:14:12 +08:00
Tienson Qin
c942152d28
enhance: enable users to export current graph when app crashes
2024-07-29 21:53:12 +08:00
Tienson Qin
4fd848f643
fix: handle search indice schema updates in db migration
2024-07-29 21:13:04 +08:00
charlie
7cb31a6f83
fix(ui): empty repos from dropdown
2024-07-29 16:37:56 +08:00
charlie
aafa4f4f46
enhance(ux): alt key for the pdf highlight mode
2024-07-29 15:05:15 +08:00
Tienson Qin
4bda9ee559
fix: lint warning
2024-07-29 13:45:24 +08:00
Tienson Qin
b3a786db02
Merge branch 'feat/db' into refactor/narrow-gap-between-page-and-block
2024-07-29 13:36:00 +08:00
Tienson Qin
e013e78c85
fix: migrate to the new schema
2024-07-29 13:27:33 +08:00
Tienson Qin
a2a151bfca
fix: page names in graph view should display unique pages
...
Fixes LOG-3195
2024-07-29 13:15:14 +08:00
Tienson Qin
91800b0222
fix: use the original ref that users chosen when possible
2024-07-29 12:51:11 +08:00
Tienson Qin
37ba08d865
fix: display unique title for both favorites and recents
2024-07-29 11:37:12 +08:00
rcmerci
940e95c515
fix(rtc): fix calibrate-graph-skeleton
2024-07-28 21:33:50 +08:00