AFFiNE/packages/frontend/core
CatsJuice 98e35384a6
feat(component): helper function observeResize to observe size change via global ResizeObserver (#7241)
```ts
import { observeResize } from "@affine/component";

useEffect(() => {
  const dispose = observeResize(element entry => {
    console.log(entry.contentRect);
  });

  return () => dispose();
}, []);
```
2024-06-19 09:04:56 +00:00
..
public chore(core): replace ai onboarding videos (#6730) 2024-04-29 07:07:43 +00:00
src feat(component): helper function observeResize to observe size change via global ResizeObserver (#7241) 2024-06-19 09:04:56 +00:00
package.json chore: bump blocksuite (#7272) 2024-06-19 08:10:18 +00:00
tsconfig.json chore: remove unused y-indexeddb (#6728) 2024-04-29 09:14:42 +00:00
tsconfig.node.json refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
tsconfig.server.json refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00