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:
Peng Xiao
2024-02-22 09:37:59 +00:00
parent 372b4da884
commit 2df8f29b64
8 changed files with 157 additions and 74 deletions

View File

@@ -354,6 +354,7 @@ __metadata:
express: "npm:^4.18.2"
fake-indexeddb: "npm:^5.0.0"
foxact: "npm:^0.2.20"
fractional-indexing: "npm:^3.2.0"
graphql: "npm:^16.8.1"
html-webpack-plugin: "npm:^5.5.3"
idb: "npm:^8.0.0"