2 Commits

Author SHA1 Message Date
Rankin Zheng
fcc0bf9584 Refactor ChatPanel.tsx to use MobX instead of Redux
- Replaced Redux hooks with MobX hooks for state management.
- Removed Redux actions and replaced them with equivalent MobX actions.
- Updated useEffect hook to use MobX actions instead of Redux actions.
- Replaced Redux selectors with equivalent MobX observables.
2023-08-18 00:22:16 +08:00
Rankin Zheng
fd0d0c7c94 Move ChatPanel to pages folder
- Moved ChatPanel from views to pages folder.
- Updated import paths for ChatPanel in App.tsx and MessageContainer in ChatPanel.tsx.
2023-08-03 21:58:49 +08:00