Commit Graph

10867 Commits

Author SHA1 Message Date
rcmerci
02f9041dd0 chore: update prn content 2024-04-16 18:58:40 +08:00
charlie
977eaee3d9 enhance(ux): refactor the classic datepicker to the shui calendar within the animated-model cp 2024-04-16 15:17:25 +08:00
charlie
fe12ffab86 enhance(ui): polish accent color for the classic form select 2024-04-15 18:30:59 +08:00
charlie
5797dbac6c enhance(ui): polish details for the settings-related dialog 2024-04-15 15:43:16 +08:00
charlie
136f5faf5f fix(ux): bullet alignment & blink of the first child block for the intent operation 2024-04-15 14:33:42 +08:00
charlie
cdc4749ca8 enhance(ui): lables alignment for the page properties details 2024-04-15 11:56:42 +08:00
charlie
956f380ddc fix(plugin): props for the sdk editor component 2024-04-14 11:17:46 +08:00
rcmerci
836cedfd7f fix(undo): sort&merge undo-ops
because maybe some ops depend-on others, e.g. insert parent first then
its children.
2024-04-13 19:53:38 +08:00
charlie
1bbb8c7831 enhance(plugin): more args extensible for the exported editor component 2024-04-12 12:49:35 +08:00
rcmerci
f0275db47d test(undo): update-block-op add more attrs 2024-04-12 12:01:38 +08:00
rcmerci
e76a672918 enhance(undo): support :block/collapsed? 2024-04-12 11:33:16 +08:00
rcmerci
98e37d4576 enhance(undo): support :block/tags 2024-04-11 21:47:32 +08:00
rcmerci
9eb6fb321e chore: update debug code in comment 2024-04-11 21:47:32 +08:00
Tienson Qin
ea566f7d5f fix: undo && redo
batch-txs need to be sorted first.
2024-04-11 19:33:39 +08:00
Tienson Qin
f90663df45 fix: ensure sequential running undo/redo 2024-04-11 16:57:50 +08:00
Tienson Qin
e979e8158c fix: add db schema for :editor/tx-batch-mode? 2024-04-11 16:45:20 +08:00
charlie
9294d94776 enhance(plugin): more args extensible for the exported editor component 2024-04-11 16:37:35 +08:00
Tienson Qin
696fd4ec0e fix: refresh for batch txs 2024-04-11 16:30:04 +08:00
rcmerci
5d28129f81 fix(lang): remove non-exist key 2024-04-11 14:47:50 +08:00
rcmerci
990376e38c enhance(undo): use page-util/get-editing-page-id to get current
editing page
2024-04-11 14:37:37 +08:00
rcmerci
53970880d3 enhance(undo): undo/redo is page-scoped now 2024-04-11 14:24:28 +08:00
Tienson Qin
37d6196000 chore: remove old history implementation 2024-04-10 15:43:49 +08:00
Tienson Qin
b4154c683a fix: undo && redo
:refresh-ui has been removed to ensure batch txs to be transacted
to the UI db before refreshing UI
2024-04-10 15:02:27 +08:00
rcmerci
b5c3757139 test(undo): update generative testcases 2024-04-10 14:06:09 +08:00
charlie
103dc80508 enhance(ui): select blocks within active container for the key up/down arrow 2024-04-10 11:36:02 +08:00
charlie
de9940dc9b enhance(plugin): more args extensible for the exported editor component 2024-04-09 23:30:36 +08:00
rcmerci
1fe25c4fca fix lint 2024-04-09 20:21:57 +08:00
rcmerci
1dbc19069b test(undo): add tests and fix 2024-04-09 20:15:23 +08:00
charlie
85585a0815 enhance(plugin): more args extensible for the exported editor component 2024-04-09 18:43:22 +08:00
charlie
f77a6b42d9 chore(dev): chilly keys warning 2024-04-09 18:41:14 +08:00
charlie
a10b10c34f fix(ui): resizer style for the right sidebar 2024-04-09 12:36:47 +08:00
rcmerci
f9d668b8bd fix lint 2024-04-09 12:32:39 +08:00
rcmerci
30e76a4493 chore: fix typo 2024-04-09 12:32:00 +08:00
rcmerci
2772592720 enhance(undo): batch process undo/redo-ops 2024-04-09 12:27:33 +08:00
rcmerci
e6fab72c55 enhance: add more defkeyword 2024-04-09 12:27:33 +08:00
charlie
7b96a3521e enhance(ui): polish ui details 2024-04-09 11:52:58 +08:00
charlie
d8f98c2733 enhance(ui): polish details for the input style 2024-04-09 11:22:52 +08:00
charlie
4df4ff48be fix(editor): missing outliner op for the create page tx 2024-04-08 19:25:23 +08:00
charlie
618f3bd107 Merge branch 'master' into feat/db 2024-04-08 19:00:51 +08:00
charlie
8e4bd2e997 enhance(ui): refactor the plugin related components 2024-04-08 14:34:53 +08:00
charlie
57af873bf4 enhance(ux): support more align position for the shui dialog 2024-04-08 11:40:36 +08:00
Tienson Qin
b5f0f58efc fix: missing refs for property text values when creating a page 2024-04-07 21:35:14 +08:00
Andelf
85e65bd95e fix: dead link, close #11205 2024-04-07 18:34:02 +08:00
rcmerci
00de4ecead enhance(undo): add :gen-undo-boundary-op? tx-meta option to control
the generation of ::boundary op
2024-04-07 18:06:11 +08:00
rcmerci
662ebd2503 enhance(undo): add keyword def for :gen-undo-op? 2024-04-07 17:59:12 +08:00
rcmerci
ebcb6912ba enhance(undo): split undo-ops by ::boundary op 2024-04-07 17:53:19 +08:00
rcmerci
02cdd211fe fix: don't need to add spec def 2024-04-07 16:37:50 +08:00
rcmerci
ef834cdaf7 feat: add defkeyword to define keyword
- add docstring for common used keywords
- support jump to definition in editors
- register malli-schema for keywords if provided
2024-04-07 15:40:30 +08:00
rcmerci
d3a679485d refactor: collect all worker db-listeners by 'defmethod listen-db-changes' 2024-04-06 23:46:20 +08:00
rcmerci
42b4b6d6a9 feat(rtc,undo): don't generate undo info when apply remote rtc ops 2024-04-06 18:42:31 +08:00