Skip to content
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: update subscription component name and styles #344

Merged
merged 7 commits into from
Aug 1, 2024

Conversation

ALIPHATICHYD
Copy link
Contributor

@ALIPHATICHYD ALIPHATICHYD commented Jul 6, 2024

The subscription component name was misspelled as "Subcription". This commit fixes the typo and updates the component styles to improve the layout on different screen sizes.

Description

  • ...
  • ...
  • ...

Related issue(s)

Resolves #342

The subscription component name was misspelled as "Subcription". This commit fixes the typo and updates the component styles to improve the layout on different screen sizes.
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Welcome to AsyncAPI. Thanks a lot for creating your first pull request. Please check out our contributors guide useful for opening a pull request.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.

Copy link

netlify bot commented Jul 6, 2024

Deploy Preview for peaceful-ramanujan-288045 ready!

Name Link
🔨 Latest commit 0bb299c
🔍 Latest deploy log https://app.netlify.com/sites/peaceful-ramanujan-288045/deploys/66ab9fd82c34960008543d13
😎 Deploy Preview https://deploy-preview-344--peaceful-ramanujan-288045.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Contributor

@ashmit-coder ashmit-coder left a comment

Choose a reason for hiding this comment

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

LGTM!

@ashmit-coder
Copy link
Contributor

@ALIPHATICHYD please mention the issue in your pr description

@ALIPHATICHYD
Copy link
Contributor Author

@ALIPHATICHYD please mention the issue in your pr description

Just did that now
Thank you very much

Comment on lines 13 to 17
type='submit'
className='w-full md:w-[200px] mt-8 px-10'
>
Subscribe
</Button>

Choose a reason for hiding this comment

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

@ALIPHATICHYD @ashmit-coder why so much whitespace though? 🤔

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm so sorry about that, I'd make sure I adjust that
I didn't know it will come out that way.

Copy link
Contributor

Choose a reason for hiding this comment

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

True, please look into it.

Choose a reason for hiding this comment

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

I'm so sorry about that, I'd make sure I adjust that I didn't know it will come out that way.

No problem. It happens sometimes due to auto-formatting extensions running wild. Thanks for the PR @ALIPHATICHYD

@AceTheCreator
Copy link
Member

@ashmit-coder, @AnimeshKumar923 is this pr up for merge?

Copy link

@AnimeshKumar923 AnimeshKumar923 left a comment

Choose a reason for hiding this comment

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

LGTM! ✅

cc: @AceTheCreator

@AnimeshKumar923
Copy link

Just a small nitpick about your PR description @ALIPHATICHYD


Your PR description currently looks like this 👇

Resolves #342 
The subscription component name was misspelled as "Subcription". This commit fixes the typo and updates the component styles to improve the layout on different screen sizes.

Description

    ...
    ...
    ...

Related issue(s)

While it should ideally have been like this 👇

Description

The subscription component name was misspelled as "Subcription". This commit fixes the typo and updates the component styles to improve the layout on different screen sizes.

Related issue(s)
Resolves #342 

You can remove those initial placeholders and put your own description and issue number under the appropriate sections when you open a PR. Try it next time you put up a PR 😉

@AnimeshKumar923
Copy link

/au

@ALIPHATICHYD
Copy link
Contributor Author

Just a small nitpick about your PR description @ALIPHATICHYD

Your PR description currently looks like this 👇

Resolves #342 
The subscription component name was misspelled as "Subcription". This commit fixes the typo and updates the component styles to improve the layout on different screen sizes.

Description

    ...
    ...
    ...

Related issue(s)

While it should ideally have been like this 👇

Description

The subscription component name was misspelled as "Subcription". This commit fixes the typo and updates the component styles to improve the layout on different screen sizes.

Related issue(s)
Resolves #342 

You can remove those initial placeholders and put your own description and issue number under the appropriate sections when you open a PR. Try it next time you put up a PR 😉

Noted
Just did that now

Copy link
Member

@AceTheCreator AceTheCreator left a comment

Choose a reason for hiding this comment

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

Thanks for the review @AnimeshKumar923. LGTM!

@AceTheCreator AceTheCreator self-requested a review July 9, 2024 12:25
@AceTheCreator
Copy link
Member

Thanks for the review @AnimeshKumar923. LGTM!

@ALIPHATICHYD I noticed there are changes in package.lock, can you get rid of that?

@ALIPHATICHYD
Copy link
Contributor Author

Thanks for the review @AnimeshKumar923. LGTM!

@ALIPHATICHYD I noticed there are changes in package.lock, can you get rid of that?

Done ☑️

@AceTheCreator
Copy link
Member

@ALIPHATICHYD there seems to be an error, your changes are not rendering :/

@ALIPHATICHYD
Copy link
Contributor Author

I will try resolving it from my end.

</a>
</div>
</div>
);
}

Copy link
Contributor

@ashmit-coder ashmit-coder Jul 12, 2024

Choose a reason for hiding this comment

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

Hey @ALIPHATICHYD I guess you have not exported the new formed Subscription Component, thats why the error

Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Contributor

@ashmit-coder ashmit-coder left a comment

Choose a reason for hiding this comment

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

LGTM!

Copy link
Member

@AceTheCreator AceTheCreator left a comment

Choose a reason for hiding this comment

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

LGTM!

@AceTheCreator AceTheCreator merged commit 7669fb7 into asyncapi:master Aug 1, 2024
12 checks passed
@oluseguncodess
Copy link

Nice one @ALIPHATICHYD !

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

Successfully merging this pull request may close these issues.

[BUG] Decrease the top padding in subscribe section in mobile view
6 participants