Closed ayhncvdr2 closed 10 months ago
@ayhncvdr2 Activity stream design has been made in figma. https://www.figma.com/file/uYsmFIA0eHKg63wWICI326/574-UI-KIT?type=design&node-id=2124-9969&mode=design&t=OCbsozLF3kULllgJ-0
For like, unlike, user add, user remove, create story icons:
import FavoriteIcon from '@mui/icons-material/Favorite'; import StoryIcon from '@mui/icons-material/Article'; import CommentIcon from '@mui/icons-material/Comment'; import PersonAddIcon from '@mui/icons-material/PersonAdd'; import PersonRemoveIcon from '@mui/icons-material/PersonRemove';
such as @oguzsenna used in this branch: https://github.com/SWE574-Fall2023-Group1/SWE574-Fall2023-G1/blob/main/backend/frontend/src/pages/activity/ActivityStream.js
The design of activity stream page should be improved. Now, only static list is displayed like below screenshot: