Skip to content

Commit 69bf2ca

Browse files
committed
πŸ›(front) optimize chat
Simplified chat rendering
1 parent dc61fdc commit 69bf2ca

File tree

6 files changed

+785
-682
lines changed

6 files changed

+785
-682
lines changed

β€ŽCHANGELOG.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to
99
## [Unreleased]
1010

1111
### Changed
12-
12+
- πŸ›(front) optimize chat
1313
- πŸ“¦οΈ(front) update react
1414

1515
### Fixed

β€Žsrc/frontend/apps/conversations/src/components/Loader.tsxβ€Ž

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
import dynamic from 'next/dynamic';
22

3-
const Lottie = dynamic(() => import('lottie-react'), { ssr: false });
43
import searchingAnimation from '@/assets/lotties/searching';
54

5+
const Lottie = dynamic(() => import('lottie-react'), { ssr: false });
6+
67
export function Loader() {
78
return (
89
<div role="status">

0 commit comments

Comments
Β (0)