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: make subscribe dialog responsive #1998

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dpalikova
Copy link

Made necessary styling changes to make "Subscribe to campaign news" dialog and "general subscribe" dialog responsive.

Closes #{1984}

Screenshots:

Before After
General Subscription:
genold2 gennew2
Campaign Subscription:
campold1 campnew1
campold2 campnew2

Testing

Steps to test

Go to https://podkrepi.bg/
Select a campaign.
Choose "Абонирайте се за email известия за кампанията.". Log in as a guest or with your credentials.
Go to mobile view.
Observe the dialog.

Copy link

github-actions bot commented Dec 20, 2024

✅ Tests will run for this PR. Once they succeed it can be merged.

@sashko9807 sashko9807 added the run tests Allows running the tests workflows for forked repos label Dec 24, 2024
@github-actions github-actions bot removed the run tests Allows running the tests workflows for forked repos label Dec 24, 2024
@@ -138,9 +138,6 @@ export default function CampaignDetails({ campaign }: Props) {
showExpensesLink={(expensesList && expensesList?.length > 0) || canEditCampaign}
/>
<Grid container spacing={8}>
{subscribeIsOpen && (
<RenderCampaignSubscribeModal setOpen={setSubscribeOpen} campaign={campaign} />
Copy link
Member

Choose a reason for hiding this comment

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

Would you please confirm the removal of this fragment, doesnt cause regression in opening the subscription modal when user clicks on the Subscribe for email notifications for the campaign.

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.

2 participants