Commit Graph

15928 Commits (4a0f95c79faf2479d312b4588126efad7b7dbd91)

Author SHA1 Message Date
Gabriel Horner cfe22e4acc fix: lints 2024-05-21 16:14:05 -04:00
Gabriel Horner c9b579ae01 fix: placeholder valid for a :many property 2024-05-21 16:09:40 -04:00
rcmerci b6b4979fb4 enhance(rtc): several fixes&enhancements for rtc:
- incorrect use of m/?> (with recur) in get-remote-updates
- sort graph-list in debug-ui
- coerce data when get data from s3
2024-05-22 01:23:57 +08:00
Tienson Qin 4da39d9d88 fix: typo 2024-05-21 23:32:33 +08:00
Tienson Qin 16c553ed54 fix: remove all the attributes when deleting :default property 2024-05-21 23:30:54 +08:00
Tienson Qin e49acf8256 feat: add property :object type 2024-05-21 23:30:54 +08:00
Gabriel Horner fd5b90596b chore: remove nonexistent fix-tx 2024-05-21 11:00:11 -04:00
Tienson Qin 67bd6c6da3 fix: build refs for either pages or tagged blocks (objects) 2024-05-21 21:05:02 +08:00
Tienson Qin 8d959a7c8b chore: bump datascript 2024-05-21 20:51:22 +08:00
Tienson Qin 5842954b81 chore: style tweak 2024-05-21 19:43:38 +08:00
Tienson Qin db8d0c53df fix: datascript upsert db/ident 2024-05-21 19:29:21 +08:00
rcmerci 701220dd28 chore: lint 2024-05-21 18:48:57 +08:00
rcmerci c826cf5d4e fix(rtc): fix update-block-attrs, add tests 2024-05-21 18:38:58 +08:00
Tienson Qin d31b8cd5ae fix: add property named blocks values to :block/refs
related to LOG-2819
2024-05-21 16:35:39 +08:00
charlie c6a41f7952 fix(ui): incorrect condition for the page dots menu 2024-05-21 13:52:13 +08:00
rcmerci 05b582e91f fix(rtc): tx-meta only works on batch-tx/with-batch-tx-mode now(?) 2024-05-21 12:34:26 +08:00
charlie 685b78e2a0 fix(ux): invalid action for the block selection context menus 2024-05-21 11:26:59 +08:00
Tienson Qin ee35854498 fix: delete property value block when it's not used by other blocks 2024-05-21 07:49:33 +08:00
Tienson Qin c42dbec0f8 fix: copy selected blocks 2024-05-21 06:44:31 +08:00
Gabriel Horner 33832f7941 fix: property names with invalid idents display an error notification
instead of silently failing in console. E.g. `123` as a property name
2024-05-20 17:21:56 -04:00
Gabriel Horner fa4b47d16b fix: property value names in developer cmd
and in readable-properties fn
2024-05-20 16:20:31 -04:00
Gabriel Horner 92299347da chore: rename class ident to match name
Root is also a better name than base
2024-05-20 15:55:40 -04:00
Gabriel Horner 2a37687198 chore: create graph scripts use keyword names for :classes
Just like :properties for config to be consistent. Also tweaked
generated classes to inherit from Root, even for schema graph
2024-05-20 15:43:05 -04:00
Gabriel Horner 0cfc90e0ef fix: remove :string property type as :default
does everything it used to do. Also remove component behavior specific to :string
2024-05-20 11:46:10 -04:00
Gabriel Horner c5911a571b fix: loading of classes for script-generated graphs
Lazy loading of refs for classes isn't supported in the UI yet so
no need to self-inflect this. Also can move schema graph from :string
to :default usage now
2024-05-20 10:45:27 -04:00
Gabriel Horner 47ed035d42 tweak schema as properties always have :type 2024-05-20 09:29:05 -04:00
Gabriel Horner 266b626850 fix: frontend lints 2024-05-20 09:02:37 -04:00
Tienson Qin a604ce6697 enhance: use shui select for class parent 2024-05-20 18:40:26 +08:00
Tienson Qin 4fcb95a5a7 fix: property value changed not refreshing UI 2024-05-20 18:17:05 +08:00
Tienson Qin 3b975d2fad enhance: show properties configuration for classes in the sidebar 2024-05-20 18:11:14 +08:00
Tienson Qin 25a68c1d95 enhance: use css to control bg for property value 2024-05-20 17:57:25 +08:00
Tienson Qin cd2b295004 fix: can't drag block to a page's first child 2024-05-20 17:50:53 +08:00
Tienson Qin db5779d0c9 fix: properties order animation 2024-05-20 17:29:53 +08:00
charlie 1796d0810b fix(ui): disable up/down for the shui select menu 2024-05-20 17:01:14 +08:00
Tienson Qin 8845f3193b fix: esc to focus on date property value 2024-05-20 16:21:35 +08:00
charlie 128d205832 enhance(ux): delay the display of the skeleton to optimize page flickering 2024-05-20 16:21:16 +08:00
Tienson Qin 8c8fd41fa9 fix: set opacity to 100 for multiple dates add button when hovering 2024-05-20 15:57:09 +08:00
Tienson Qin 5b1cc3892a fix: open date picker after adding a date property 2024-05-20 15:45:56 +08:00
Tienson Qin 3ac1f3ca64 fix: make sure container-id exists for now 2024-05-20 15:34:28 +08:00
Tienson Qin 29de339fa1 enhance: don't show date picker for one value
Also, set hint background color when hovering property value
2024-05-20 15:31:55 +08:00
Tienson Qin 150829ad3d fix: add existing property to blocks 2024-05-20 14:53:28 +08:00
Tienson Qin f2fc6758a3 fix: block content disappeared when zoom-out 2024-05-20 14:39:44 +08:00
Tienson Qin e34af3412e enhance: delay creating new property until type specified 2024-05-20 13:07:21 +08:00
Tienson Qin 532f27a151 fix: can't delete class properties 2024-05-20 12:04:21 +08:00
Tienson Qin d438b0baa4 fix: remove min-width for property configuration 2024-05-20 11:46:46 +08:00
Tienson Qin 5096113d38 fix: can't add properties in new class modal 2024-05-20 11:42:01 +08:00
Tienson Qin a2292284c1 enhance: css tweaks 2024-05-20 11:42:01 +08:00
charlie bc8913b206 fix(ui): page crash for the whiteboard title context menu 2024-05-20 11:08:39 +08:00
rcmerci 791192c3de fix(rtc): normalize blocks when download graph 2024-05-19 20:26:08 +08:00
Tienson Qin 6be4c54e9f fix: wrong container id with collapsed linked blocks 2024-05-19 09:58:21 +08:00