Commit Graph

18312 Commits

Author SHA1 Message Date
Tienson Qin
fe922ba035 fix: rename logseq.property/status to logseq.task/status 2024-03-29 16:22:45 +08:00
Tienson Qin
958507262e Merge branch 'feat/db' into refactor/db-properties-schema 2024-03-29 15:51:28 +08:00
Tienson Qin
44b167ac14 fix: task status switch 2024-03-29 14:31:24 +08:00
Tienson Qin
4b34ba98e9 fix: property is no longer a page 2024-03-29 14:21:13 +08:00
Tienson Qin
f7d418c376 fix: class schema 2024-03-29 14:14:36 +08:00
Tienson Qin
2c26581815 fix: add schema spec for :class/schema.properties 2024-03-29 14:03:41 +08:00
Tienson Qin
dfc74e1488 fix: date picker 2024-03-29 13:54:34 +08:00
Tienson Qin
872bc00216 fix: db ident 2024-03-29 13:04:50 +08:00
charlie
29eaf03447 chore: remove redundant codes 2024-03-29 11:58:04 +08:00
charlie
7a69312de6 enhance(ui): polish properties editor related details 2024-03-29 11:56:26 +08:00
Tienson Qin
b74307d3a0 fix: display closed values 2024-03-29 11:54:37 +08:00
Tienson Qin
20504f7b7a fix: property with multiple values 2024-03-29 11:44:08 +08:00
Tienson Qin
5660d420fb fix: class properties order 2024-03-29 11:27:58 +08:00
charlie
7315db49cd fix(ux): autofocus for the new graph input modal 2024-03-29 10:48:58 +08:00
charlie
ceb133080b enhance(ux): unfriendly page blink when the shui dialog opening 2024-03-29 10:28:20 +08:00
charlie
d896da3950 enhance(ui): polish the repos select 2024-03-29 10:25:44 +08:00
Tienson Qin
cda9ac3e26 fix: display class properties 2024-03-29 10:02:29 +08:00
Tienson Qin
9115ca72ad fix: wrong arguments 2024-03-29 09:18:06 +08:00
Tienson Qin
da42189deb fix: property ref value 2024-03-29 09:02:51 +08:00
Gabriel Horner
e9ea5c1419 fix: two header links not working
due to recent component refactor
2024-03-28 17:30:10 -04:00
Gabriel Horner
d2203eb0de fix: new property allows :default type to be selected 2024-03-28 15:34:56 -04:00
Gabriel Horner
2e580df0da chore: rename exporter built-in property
use dashes like other built-ins
2024-03-28 14:41:37 -04:00
Gabriel Horner
ad35e83958 enhance: properties can also be block only
configure built-in properties that are block only.
Fixes LOG-2874
2024-03-28 13:44:29 -04:00
Gabriel Horner
3e5e7f9f7e enhance: built-in properties can be page only
This allows properties like alias and public to not
show up nonsensically in block contexts. In the case
of alias it fixed a bug where it couldn't be removed from a block
context. Also fixed :public property losing its :public?

Part of LOG-2874
2024-03-28 11:20:32 -04:00
Tienson Qin
bd77850ec9 fix: set properties work now 2024-03-28 22:20:18 +08:00
Tienson Qin
1b2771fe42 enhance: use eid instead of uuid for set block's properties 2024-03-28 21:33:36 +08:00
Tienson Qin
849d19f190 wip: replace property uuid/name with db ident 2024-03-28 21:14:51 +08:00
Gabriel Horner
e0c6cc1514 fix: deprecate :macros property for db graphs
It's not used much and would require building a new UI since
we don't have one yet for a :map type property
2024-03-28 09:13:39 -04:00
Tienson Qin
41e2944720 Replace more property name usage with db/ident 2024-03-28 20:41:12 +08:00
rcmerci
42aa2ced18 chore: remove deprecated fns 2024-03-28 17:57:44 +08:00
rcmerci
55de8ce15f refactor(rtc): async download-graph 2024-03-28 17:53:40 +08:00
charlie
e560a11cc2 enhance(ui): polish the page properties area 2024-03-28 17:40:50 +08:00
Tienson Qin
8d31f94b24 Remove :block/uuid and :block/name for properties 2024-03-28 17:37:28 +08:00
charlie
a9456db29e enhance(ui): refactor the confirm modal with the shui dialog 2024-03-28 16:59:13 +08:00
charlie
3dc25111a2 enhance(ui): refactor the add db modal with the shui dialog 2024-03-28 16:42:24 +08:00
charlie
2c39b98172 enhance(ui): refactor the add db modal with the shui dialog 2024-03-28 16:41:52 +08:00
charlie
c84d9df171 enhance(ui): refactor the repos dropdown with the shui popup 2024-03-28 15:40:42 +08:00
charlie
1364e25714 enhance(ui): polish the shui dialog details 2024-03-28 14:32:56 +08:00
rcmerci
a504100659 chore: remove deprecated fns 2024-03-28 14:02:57 +08:00
Gabriel Horner
9c5309da47 enhance: frontend consistently uses :db/ident
for fetching built-in properties instead of :block/name
2024-03-27 20:36:48 -04:00
Gabriel Horner
eecb510ccb enhance: built-in properties are indexed by :db/ident
built-in-properties are identified by their :db/ident instead
of :block/name. This removes reliance on :block/name and allows
us to consistently use namespaces when identifying built-in properties

:visible was renamed to :public? and is now included in :block/schema to
allow for querying. Also added a couple more new graph tests and tweaked
CI for db dep
2024-03-27 15:03:18 -04:00
albanobattistella
3fc1560cf5 Update it.edn 0.10.8 2024-03-27 21:40:00 +08:00
Gabriel Horner
35203268ed Merge branch 'master' into feat/db 2024-03-27 09:02:22 -04:00
Andelf
2febcb42d9 fix(build): upgrade electron-forge to v7
- use team id based notarize
2024-03-27 18:32:02 +08:00
charlie
eca85b4e16 enhance(ui): refactor the toolbar dots menu to shui dropdown 2024-03-27 10:47:53 +08:00
charlie
6f98985aa9 enhance(ui): add shui close button for the property editor 2024-03-27 10:18:38 +08:00
charlie
108d05c19d fix(ux): incorrect behavior for closing the page property editor 2024-03-27 09:31:33 +08:00
Gabriel Horner
1675d41c99 fix: disable closed dropdown and property classes input
for publishing
2024-03-26 15:39:22 -04:00
Gabriel Horner
4f37d2ca11 Merge pull request #11055 from logseq/fix/new-attribute-for-class-parent
New attribute for class parent
2024-03-26 14:43:53 -04:00
Gabriel Horner
78371c1ccd fix: schema for properties and classes can have namespaces 2024-03-26 14:33:35 -04:00