AFFiNE/packages/frontend
JimmFly 55db9f9719
feat(component): add animations to modal (#7474)
Add opening and closing animations to modal.

The usage of conditional rendering as shown below is not recommended:
```
open ? (
      <Modal
        open={open}
        ...
      />
    ) : null,
```

When the modal is closed, it gets removed from the DOM instantly without running any exit animations that might be defined in the Modal component.
2024-07-22 03:22:42 +00:00
..
admin chore: bump up all non-major dependencies (#7508) 2024-07-16 07:29:08 +00:00
component feat(component): add animations to modal (#7474) 2024-07-22 03:22:42 +00:00
core feat(component): add animations to modal (#7474) 2024-07-22 03:22:42 +00:00
electron chore: bump blocksuite canary (#7558) 2024-07-20 09:14:16 +00:00
electron-api chore: bump up all non-major dependencies (#7508) 2024-07-16 07:29:08 +00:00
graphql feat: allow sort and filter forked session (#7519) 2024-07-18 11:08:47 +08:00
i18n feat(core): subscribe changed notification and typeform link (#7522) 2024-07-18 04:20:21 +00:00
native chore: bump up all non-major dependencies (#7508) 2024-07-16 07:29:08 +00:00
templates feat(templates): add arrows stickers (#7518) 2024-07-19 06:25:30 +00:00
web feat(electron): shared storage (#7492) 2024-07-15 03:21:08 +00:00