-
-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Page/Block Creation Reporting #2090
feat: Page/Block Creation Reporting #2090
Conversation
Source: paste internal
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/athens-research/athens/E23RbCKD1rCQJX9NbyKLoWse515P |
Source: undo & redo.
source: `:block/save`
Source: enter split.
sources: * [x] :enter/new-block * [x] :enter/add-child * [x] :enter/bump-up * [x] :enter/open-block-add-child * [x] :block/link
`:page/new` calls
source: backspace
source: `:block/save` re-frame event
source: `:indent` re-frame event
source: `:unindent` re-frame event.
source: `:paste-verbatim` re-frame event.
{:fx [[:dispatch [:resolve-transact-forward event]]]})))) | ||
{:fx [[:dispatch-n (cond-> [[:resolve-transact-forward event]] | ||
(seq new-titles) | ||
(conj [:reporting/page.create {:source (or source :unknown-block-save) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👀 :unknown-block-save
Source:
:block/save
re-frame event:enter/split-block
re-frame event:enter/new-block
:enter/add-child
:enter/bump-up
:enter/open-block-add-child
:block/link
events
:page/new
:backspace/delete-merge-block-with-save
:backspace/delete-merge-block
:enter/split-block
:block/save
:indent
:unindent
:paste-verbatim
:unlinked-references/link
:unlinked-references/link-all
:block/save
undo:page/merge
undo