Skip to content

Conversation

@Arjit1136
Copy link

@Arjit1136 Arjit1136 commented Jul 26, 2023

Changes :

  • Made Login-Page responsive
  • Made Course-Detail Page responsive

Screenshots :

Iphone_SE
Next_Hub_Max
iphone_SE2
next_hub

Copy link
Member

@techsavvyash techsavvyash left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please all add screen recordings/screenshots showing the responsive behaviour.

}}
>
Login to get the courses
{/* Login to get the courses */}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this text line commented?

<Col xs={12} md={6}>
<Container
className="login-form"
style={{
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we move these inline styles to a dedicated css file?

@Arjit1136
Copy link
Author

@techsavvyash I have made the requested changes.

@techsavvyash
Copy link
Member

Hey @Arjit1136,
This PR LGTM, have asked for @geeky-abhishek's review, will merge post that.

@techsavvyash techsavvyash changed the base branch from feat/minor-ui to c4gt-community August 2, 2023 03:45
@techsavvyash
Copy link
Member

Also, I have changed the target branch for your PR, please rebase in your fork and make sure everything is working as intended.

e.preventDefault();

const url = `https://auth.konnect.samagra.io/api/login`;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you move this url to env file ?


const handleAnonymously=useCallback(()=>{
const handleAnonymously = useCallback(() => {
props.socket.emit("search", filters);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add optional chaining like props?.socket?.emit

}, []);

console.log("mnop:",{filters})
console.log("mnop:", { filters });
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

plz remove the consoles

<Row>
<Col>
<p
style={{
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I prefer to not use inline styling, can you use className for it ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants