Commit Graph

13786 Commits

Author SHA1 Message Date
Gabriel Horner
ec916de768 fix: property value search for file graphs
Looks like this was introduced with move to db.async
2024-01-04 14:22:10 -05:00
Gabriel Horner
358e4c4921 enhance: all pages can choose an icon, not just property
Moved closed-value/icon into icon-component as it is used in more
places than just closed-value. Also "Configure" page link is
now always shown so that a page can configure their icon regardless
of whether it has other properties
2024-01-04 11:55:01 -05:00
Tienson Qin
5ddf051057 fix: search issue 2024-01-04 17:11:10 +08:00
Gabriel Horner
7676aa1fc1 fix: invalid '+' for graph name not checked for import 2024-01-03 15:54:56 -05:00
Gabriel Horner
c8ba262fb6 fix: disallow two db graphs with same name and different case
Fix LOG-2995. Also fix redirect message when deleting db graph
2024-01-03 15:41:55 -05:00
Gabriel Horner
be411a1347 fix: disable description for closed value types that can't edit them - fix LOG-2958 2024-01-03 10:12:18 -05:00
rcmerci
e68173ee67 enhance(rtc): add query-blocks api 2024-01-03 21:11:43 +08:00
Gabriel Horner
4fd0b65639 bump nbb-logseq to use datascript with dirty flag fix 2024-01-02 17:07:11 -05:00
Gabriel Horner
5afbfce4a0 fix: graph-parser lints and tests from #10770 2024-01-02 16:22:04 -05:00
Gabriel Horner
ff5430cfd7 fix: db lint and tests from #10683 2024-01-02 15:42:36 -05:00
Gabriel Horner
56a81f9671 fix: allow UI and validation to know what property types have :position
this is done by configuring user-built-in-allowed-schema-attributes
and then using the helper fn to check it
Fix LOG-2955
2024-01-02 15:12:36 -05:00
Tienson Qin
c47b936900 Use the same electron version for rebuild:all 2024-01-02 23:59:28 +08:00
Tienson Qin
63eabe0551 Add better-sqlite3 back 2024-01-02 23:35:30 +08:00
Andelf
098766b1fb enhance: support of importing from graph folder to db graph 2024-01-02 18:17:11 +08:00
Tienson Qin
54d2cd6a0d fix: tests and warnings 2023-12-25 17:36:46 +08:00
Tienson Qin
b134954e2c Move all search related impl to worker
This commit also introduced a new ns `frontend.db.async` for
async queries.
2023-12-25 17:05:44 +08:00
Tienson Qin
e6a464e64f enhance: creating built-in properties when creating db conn 2023-12-23 17:53:57 +08:00
Tienson Qin
bdd8aa05c5 fix: can't ref block
related to LOG-2956
2023-12-23 16:20:47 +08:00
Tienson Qin
c92316b46a fix: remove properties background when in block container 2023-12-23 15:43:12 +08:00
Tienson Qin
9073c18a08 fix: search 2023-12-23 15:35:21 +08:00
Tienson Qin
ad360b1f56 fix: :page/:date closed values can't be edited
Fixed LOG-2958

Clicking a page will redirect to its own page, we can polish it later
with a page popup
2023-12-23 15:30:42 +08:00
Tienson Qin
87b66e56b3 fix: :default/:url closed values can't be clicked
Fixes LOG-2957
2023-12-23 14:47:07 +08:00
Tienson Qin
40550cfa4c Merge branch 'master' into feat/db 2023-12-23 14:19:20 +08:00
Tienson Qin
018e1ae8ee Merge branch 'master' into feat/db 2023-12-23 14:18:25 +08:00
Vivianne
981b1ef80f fix(i18n): Fix french translation typo 2023-12-23 12:46:21 +08:00
Andelf
74f56002b3 fix: do not use asar 2023-12-23 12:45:07 +08:00
charlie
3934efb537 fix(api): safety key string for the simple command key value 2023-12-23 12:30:37 +08:00
Tienson Qin
5bc80ccf22 Disable property position for date and page types
Close LOG-2955
2023-12-22 22:43:39 +08:00
Tienson Qin
807c2f5b68 fix: show tags or page references in breadcrumbs
Clicking it will redirect to the block with the tag/reference instead
of opening the tag/ref.

Fixes LOG-2947
2023-12-22 22:32:59 +08:00
Tienson Qin
0b012b5773 fix: can't open logseq url
Fixes LOG-2969
2023-12-22 21:59:19 +08:00
Tienson Qin
2b8f983e3d Merge pull request #10683 from logseq/refactor/worker-search
Use OPFS SQLite for full-text search
2023-12-22 21:34:53 +08:00
Tienson Qin
822001aace Merge branch 'feat/db' into refactor/worker-search 2023-12-22 21:33:53 +08:00
Tienson Qin
90ed070104 bump datascript 2023-12-22 18:04:33 +08:00
Andelf
b7c2a7b8f5 fix(ci): provide fallback for build-stage action 2023-12-22 11:28:52 +08:00
Gabriel Horner
d4f438f228 bump nbb-logseq for latest datascript 2023-12-21 13:00:44 -05:00
Tienson Qin
0e11226d01 fix: remove old transit file when unlink repo
Also, rename demo repo from "local" to "Logseq demo"
2023-12-21 23:41:45 +08:00
Andelf
8871bee48d chore(release): bump version 0.10.2 0.10.2 2023-12-21 23:15:26 +08:00
Tienson Qin
5ba29482f7 Comment code 2023-12-21 23:12:34 +08:00
Tienson Qin
64ae406847 Clean comments 2023-12-21 23:08:37 +08:00
Tienson Qin
e0ced25999 fix: lint warning 2023-12-21 23:03:24 +08:00
Tienson Qin
2102fc4db0 List file based graphs 2023-12-21 22:54:12 +08:00
Tienson Qin
57c43c89e1 fix: repos list 2023-12-21 22:12:42 +08:00
Tienson Qin
77a8ea13ab Merge branch 'feat/db' into refactor/worker-search 2023-12-21 21:35:41 +08:00
Tienson Qin
673d29d114 fix: can't exit window 2023-12-21 21:11:57 +08:00
Tienson Qin
18025a254c Add externs 2023-12-21 21:04:33 +08:00
Tienson Qin
d39f2b6a36 fix: release bug 2023-12-21 20:44:49 +08:00
Tienson Qin
8f7c496ab4 chore: bump datascript 2023-12-21 19:01:38 +08:00
Tienson Qin
f6d8e090a0 fix: wasm url 2023-12-21 16:39:53 +08:00
Tienson Qin
1ccd50ee2d Remove profile 2023-12-21 16:12:53 +08:00
Gabriel Horner
f7e890b662 enhance: dev command to update db graph with its db.sqlite 2023-12-20 17:02:02 -05:00