-
Notifications
You must be signed in to change notification settings - Fork 2
Kl/scrum 168 image + Ui/ux enhancements #137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…UTSC-CSCC01-Software-Engineering-I/term-group-project-c01w25-project-course-matrix into kl/scrum-168-image-enhancements
thomasyzy7
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| const [isEditingTitle, setIsEditingTitle] = useState(false); | ||
| const { data, refetch } = useGetTimetableQuery(timetableId); | ||
| const [toggled, setToggled] = useState(favorite); | ||
| const [imageLoaded, setImageLoaded] = useState(false); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These imageLoaded and setImageLoaded variables are not used anywhere
MasahisaSekita
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything looks good. The logo looks good too.

Description
SCRUM168
This PR adds new images and also improves the UI/UX of parts of our application
2025-03-29.11-40-31.mp4
Type of change
Checklist: