mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
refactor(core): use fractional indexing for sorting (#5809)
use https://github.com/rocicorp/fractional-indexing to enable better sorting logic for crdt app
This commit is contained in:
@@ -88,7 +88,7 @@ const WorkspaceAffinePropertiesSchemaSchema = z.object({
|
||||
});
|
||||
|
||||
const PageInfoCustomPropertyItemSchema = PageInfoItemSchema.extend({
|
||||
order: z.number(),
|
||||
order: z.string(),
|
||||
});
|
||||
|
||||
const WorkspacePagePropertiesSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user