EYHN
EYHN

- [ ] Platform integration - [ ] .NET 6 #56 - [ ] Electron #51 - [ ] Cloud SaaS - [x] Web Demo https://anything-preview.azurewebsites.net/ - [ ] Feature...
Some unit tests fail occasionally, here is the record. - [x] [FileSystemScanTest] failed on macos https://github.com/EYHN/Anything/runs/3272804358 https://github.com/EYHN/Anything/runs/3380354511 - [x] [FileSystemProviderDirectoryWalker] Unstable test coverage https://app.codecov.io/gh/EYHN/Anything/compare/10/changes https://github.com/EYHN/Anything/pull/16
Tracking the development of model file formats here. We need to render model thumbnails on all platforms, we can use https://github.com/google/filament and swiftshader - [ ] Icon - [ ]...
`svg.skia` is only used to generate static icons and can be removed from the preview package.
Since the blocksuite search indexer is async & lazy, we need a event to tell application re-search when the indexer updated. https://github.com/toeverything/blocksuite/blob/master/packages/store/src/indexer/search.ts#L122