-
Notifications
You must be signed in to change notification settings - Fork 75
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
fix: refresh button refetches courses #750
Conversation
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.
Still nothing seems to happen when I click the refresh button. Not sure if I'm missing something
There were multiple websoc caches in the app 🤦 |
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.
LGTM otherwise
apps/antalmanac/src/components/RightPane/CoursePane/CourseRenderPane.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Kevin Wu <[email protected]>
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.
LGTM!
I think the multiple caches might've been me. I vaguely remember extracting part of helpers
into course-helpers
, but I probably forgot to delete the old stuff. I'll make an issue for that.
Bruh why does it still say there are conflicts 😭 |
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.
approving my own additions to the PR to give me the green merge button (?)
needs another review for nice green merge button |
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.
Trusting @EricPedley on this one! Gonna leave the final merge to someone else though, since I haven’t looked at the code much 🤭
Description
Refresh button re-fetches courses
Issues
Closes #736