Commit Graph

14972 Commits (18079d7e84df40cdb3ca013233f0f7cf2ee99628)

Author SHA1 Message Date
rcmerci d45bab4131 fix(rtc): move children out when their parent deleted by remote 2024-03-11 12:01:51 +08:00
Tienson Qin a6174525dc fix: cljs bean data failed to be seralized to transit 2024-03-11 11:59:36 +08:00
Tienson Qin 7931f4cc1a fix: don't preview page if current container is the same page 2024-03-10 18:16:23 +08:00
rcmerci 3aef93ab84 enhance(rtc): update block-rtc-log print 2024-03-10 15:34:09 +08:00
rcmerci 7a9e70f155 enhance(rtc): add remote-update-log to block-update-log for dev 2024-03-10 14:59:47 +08:00
Tienson Qin 77200c3beb fix: unit tests 2024-03-10 14:18:18 +08:00
Tienson Qin 4255b7913d fix: db transact built-in pages/properties in test setup 2024-03-10 14:12:11 +08:00
Tienson Qin a159d5acc4 fix: Entity transit write should include kv 2024-03-10 13:28:48 +08:00
rcmerci b0895b5d9f enhance(rtc): support show block-rtc-log for dev 2024-03-09 21:51:21 +08:00
rcmerci 60db7d5d9f enhance(rtc): add dev-mode? option in rtc-state 2024-03-09 21:51:21 +08:00
Gabriel Horner 15825bd2ea fix: page-property queries for closed values
Also update properties graph to demo all the page property equivalents
to block property examples
2024-03-09 00:16:54 -05:00
Gabriel Horner b1eeff0083 fix: copy+paste persisting invalid, transient attribute
To repro, copy and paste block(s) in a db graph
2024-03-08 19:12:23 -05:00
Gabriel Horner e60c40b699 fix: clicking on icon in publishing doesn't crash app
publishing doesn't have js/tablerIcons which causes the crash.
publishing shouldn't be showing editing to begin with
2024-03-08 17:16:09 -05:00
Gabriel Horner de9397e00f fix: 2 async queries that are not transacting in client
Fixed these queries by converting them to return maps
which <q expects. Fixes LOG-3059
2024-03-08 16:37:14 -05:00
Gabriel Horner 79fccaa659 fix: two bugs caused by not getting correct
closed value names for page/date closed values - one in
query builder property value dropdown and the other in show block data command.
Also cleaned up query-dsl which shouldn't be making db graph queries
on file graphs
2024-03-08 15:40:27 -05:00
Gabriel Horner 19c268c0c3 fix: floats not working in property queries
for db graphs. Also make dev log less noisey
2024-03-08 11:18:06 -05:00
Gabriel Horner 62e6084b45 fix: page/date closed values for *property queries
Also updated example graph to show closed value queries working
2024-03-08 10:17:22 -05:00
charlie 44a4ecdcd0 enhance(ui): WIP enhance the multi select component for shui 2024-03-08 11:35:13 +08:00
charlie 224b16d16d fix(ui): remove selector icon from the shui select 2024-03-08 09:16:17 +08:00
charlie 9925eac9c2 Merge branch 'master' into feat/db 2024-03-08 09:03:11 +08:00
Gabriel Horner 7005025802 fix: closed values with icon losing existing property 2024-03-07 16:32:41 -05:00
Gabriel Horner 631f481de5 enhance: mark built-in closed values
and disallow their deletion. Also fix a bug where
used/undeleted closed values could still be deleted
because ui state was incorrectly updated. Part of LOG-3048
2024-03-07 16:21:21 -05:00
Gabriel Horner a61e0d8e0e fix: query logging console error if no matching closed value
e.g. (property :status "tod"). Part of LOG-3088
2024-03-07 13:03:22 -05:00
Tienson Qin 22a9b61b32 fix: remove :block/metadata
Use built-in properties
2024-03-08 01:01:55 +08:00
Gabriel Horner 8d0b3c5058 Remove unused :preferred-workflow config for db graphs
part of LOG-3041. Also clean up related namespaces with docstrings
2024-03-07 11:39:51 -05:00
Gabriel Horner 12b6ded0e4 fix: remove unused transit and other db-util helpers
also fix lint
2024-03-07 10:41:39 -05:00
Gabriel Horner 2a17e04aa2 fix: cljs graph parser tests due to missing dep 2024-03-07 10:11:34 -05:00
charlie 807ca2908a enhance(ui): WIP enhance the multi select component for shui 2024-03-07 21:45:50 +08:00
charlie d70582a2ed fix(ui): export names 2024-03-07 18:09:04 +08:00
Tienson Qin 4ea0dd257d fix: update property filters to work with task status
fixes LOG-3088
2024-03-07 17:58:32 +08:00
charlie 1e9842733c enhance(ui): WIP enhance the multi select component for shui 2024-03-07 17:49:49 +08:00
charlie a57a062c4e enhance(ui): WIP enhance the multi select component for shui 2024-03-07 15:43:17 +08:00
charlie 6f7509e712 enhance(ui): WIP enhance the multi select component for shui 2024-03-07 15:29:39 +08:00
charlie 77ecb5e8ae feat(ui): WIP add multi select component for shui 2024-03-07 15:05:15 +08:00
charlie f8a351e913 enhance(ux): better way to get the icon scrollable container 2024-03-07 15:05:15 +08:00
Tienson Qin b4a78d76a2 fix: command overwritten by renaming values for status/priority
part of LOG-3048
2024-03-07 13:34:25 +08:00
Tienson Qin 17c1c47e78 fix: transit doesn't support entity 2024-03-07 13:21:14 +08:00
Gabriel Horner e660e1e2ae Fix: property fields showing up as editable for publishing 2024-03-06 17:59:44 -05:00
Gabriel Horner c0ae06d8fb fix: schema out of date with latest changes
to closed values, properties, classes and built in pages
2024-03-06 17:16:43 -05:00
Gabriel Horner f4ff4da0c8 fix: page deletion error messages not being displayed
and instead pretending to be successful. Also add error message for
built-in page. Related to LOG-3049
2024-03-06 17:03:48 -05:00
Gabriel Horner 6441e74f41 fix: rename not showing error message
Related to LOG-3049. Also fix frontend lints
2024-03-06 15:26:54 -05:00
Tienson Qin c9fa7cb21d fix: use edn for outliner-ops since transit not work for entity 2024-03-07 00:26:04 +08:00
Tienson Qin c3e06b5ea8 fix: handle exceptions for async db requests 2024-03-07 00:19:18 +08:00
Tienson Qin 8f86a27386 fix: allow users to hide built-in properties and set different icon 2024-03-07 00:08:37 +08:00
Gabriel Horner c6e358c983 fix: outliner test failing b/c not nbb compatible
bumped to latest nbb-logseq which is
2024-03-06 11:06:18 -05:00
Tienson Qin f0526f8302 fix: cycle task objects
fixes LOG-3041
2024-03-07 00:01:20 +08:00
Tienson Qin 83d864adc5 fix: update commands after modifying status && property values
fixes LOG-3048
2024-03-06 22:49:27 +08:00
Tienson Qin 759555f5c7 enhance: add db/ident for task status and priority closed values 2024-03-06 22:36:05 +08:00
queeup 66e642d0bb enhance(i18n): update Turkish translation 2024-03-06 09:35:14 -05:00
Tienson Qin 61bb5ed862 fix: disallow built-in class properties to be deleted
fixes LOG-3050
2024-03-06 22:07:09 +08:00