mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
doc property upgraded to use orm. The visibility of the property are simplified to three types: `always show`, `always hide`, `hide when empty`, and the default is `always show`.  Added a sidebar view to manage properties  new property ui in workspace settings  Property lists can be collapsed 
10 lines
309 B
TypeScript
10 lines
309 B
TypeScript
export * from './async-lock';
|
|
export * from './async-queue';
|
|
export * from './exhaustmap-with-trailing';
|
|
export * from './fractional-indexing';
|
|
export * from './merge-updates';
|
|
export * from './object-pool';
|
|
export * from './stable-hash';
|
|
export * from './throw-if-aborted';
|
|
export * from './yjs-observable';
|