-
Notifications
You must be signed in to change notification settings - Fork 0
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
alex stapleton, 4 u #24
Conversation
Co-authored-by: Sepand <dyanatkar@me.com>
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.
👌
was fun
we shall do more
thanks for making it good
@@ -34,7 +34,7 @@ const Results = (props: Props) => { | |||
return ( | |||
<Grid container spacing={3}> | |||
{searchResults.map((item) => ( | |||
<Grid item xs={4}> | |||
<Grid item xs={4} key={item.courseId}> |
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.
thx
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.
me too
@@ -35,6 +36,9 @@ const Browse = (props: any) => { | |||
<Grid item xs /> | |||
</Grid> | |||
<Search /> | |||
{isSearchLoading ? | |||
<CircularProgress /> : |
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.
👀 loading boi
default: | ||
return store; | ||
} | ||
}; | ||
|
||
export const isSearchLoading = (isLoading: boolean = false, action: any) => { |
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.
something i am unable to achieve: reducers 😆
good additions
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. stapleton would be proud
we gotta delete that loading redux stuff :(