SWE574-Fall2023-Group1 / SWE574-Fall2023-G1-mobile

Mobile code repository for SWE574 Fall2023 Group1
MIT License
6 stars 1 forks source link

Activity Stream design improvements #110

Closed ayhncvdr2 closed 10 months ago

ayhncvdr2 commented 10 months ago

The design of activity stream page should be improved. Now, only static list is displayed like below screenshot:

image

aykutkantas commented 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

Screenshot 2023-12-24 at 02 38 02

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