-
-
Notifications
You must be signed in to change notification settings - Fork 440
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: linked doc supports aliases #8806
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
Your org has enabled the Graphite merge queue for merging into masterAdd the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge. You must have a Graphite account and log in to Graphite in order to use the merge queue. Sign up using this link. |
This stack of pull requests is managed by Graphite. Learn more about stacking. |
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 266b528. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 1 targetSent with 💌 from NxCloud. |
size-limit report 📦
|
e8388d9
to
9d7359f
Compare
9d7359f
to
1b72e4b
Compare
1b72e4b
to
31417d5
Compare
31417d5
to
1cbc92a
Compare
1cbc92a
to
6346057
Compare
9099c40
to
293269d
Compare
6346057
to
5479d1c
Compare
5479d1c
to
e3322a3
Compare
packages/affine/components/src/rich-text/inline/presets/nodes/reference-node/reference-popup.ts
Outdated
Show resolved
Hide resolved
e3322a3
to
cff7906
Compare
packages/blocks/src/root-block/widgets/embed-card-toolbar/embed-card-toolbar.ts
Outdated
Show resolved
Hide resolved
e5829fd
to
84efad7
Compare
packages/affine/block-embed/src/embed-linked-doc-block/styles.ts
Outdated
Show resolved
Hide resolved
84efad7
to
e1b1b78
Compare
e1b1b78
to
22bf05c
Compare
22bf05c
to
c32cbf7
Compare
c32cbf7
to
c23ea9e
Compare
Merge activity
|
Closes: [BS-1946](https://linear.app/affine-design/issue/BS-1946/实现-inlinecardembed-view-alias-功能) ### What's Changed! * extends `ReferenceInfo`, adding two new fields: `title` and `description` * adds `Copy` and `Edit` buttons to toolbar * `Copy`: copy link * `Edit`: custom title and description * organizes embed models and components, distinguish between external and internal
c23ea9e
to
266b528
Compare
Closes: [BS-1946](https://linear.app/affine-design/issue/BS-1946/实现-inlinecardembed-view-alias-功能) ### What's Changed! * extends `ReferenceInfo`, adding two new fields: `title` and `description` * adds `Copy` and `Edit` buttons to toolbar * `Copy`: copy link * `Edit`: custom title and description * organizes embed models and components, distinguish between external and internal
Closes: BS-1946
What's Changed!
ReferenceInfo
, adding two new fields:title
anddescription
Copy
andEdit
buttons to toolbarCopy
: copy linkEdit
: custom title and description