mirror of
https://github.com/enso-org/enso.git
synced 2024-12-25 03:02:08 +03:00
c6e87c2a17
- Depends on: - #11380 - Some optimizations for re-rendering assets table: - Omit `visibilities` from `state` in favor of passing each `AssetRow`'s `visibility` directly to the row. This minimizes spurious `state` updates. - Pass `id` and `parentId` to `AssetRow` instead of the entire object. This ensures that re-fetches do not force a re-render of the `AssetRow` - we are no longer passing a reference to the object, so we are now comparing by string comparison (which is almost always stable). # Important Notes None |
||
---|---|---|
.. | ||
.vscode | ||
docs | ||
e2e | ||
project-manager-shim-middleware | ||
public | ||
scripts | ||
src | ||
templates | ||
.gitignore | ||
.prettierrc.json | ||
env.d.ts | ||
index.html | ||
lib0-ext.d.ts | ||
LICENSE | ||
package.json | ||
playwright.config.ts | ||
shortcuts.md | ||
tailwind.config.js | ||
tsconfig.app.json | ||
tsconfig.app.vitest.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
tsconfig.scripts.json | ||
vite.config.ts | ||
vite.test.config.ts | ||
vitest.config.ts |