-
-
Notifications
You must be signed in to change notification settings - Fork 428
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
refactor(database): avoid modifying all views when editing a single view #8748
base: master
Are you sure you want to change the base?
Conversation
|
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. |
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Skipped Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit c4481a3. 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 📦
|
@@ -1,3 +1,5 @@ | |||
import { generateKeyBetween } from 'fractional-indexing'; |
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.
please copy this https://github.com/toeverything/AFFiNE/blob/59dfc80bc2019e87a13cdbdf8bd466db32c02e53/packages/common/infra/src/utils/fractional-indexing.ts#L11
from affine
much safer then origin fractional-indexing
close: BS-1808