-
Notifications
You must be signed in to change notification settings - Fork 88
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 notification subscription button on My Account (Mobile) #1783 #1817
Conversation
✅ Tests will run for this PR. Once they succeed it can be merged. |
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.
@iliyan90 Good addition!
It looks good on mobile and desktop, but on tablet screens some elements are misplaced:
If we set the title "Абонаментът ви за получаване на известия e" to be full width it would fix the issue. Could you please check?
So on tablet active status and button have to be in the same row? |
Checked the designs. Lets leave it like this. |
Linter seems to be failing. Try to run |
@@ -20,7 +20,7 @@ export const Root = styled('footer')(() => ({ | |||
}, | |||
})) | |||
|
|||
export const FooterWrapper = styled(Grid)(() => ({ | |||
export const FooterWrapper = styled(Grid)(({ theme }) => ({ |
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.
The theme is imported on root level in the file and is accessible here. Do we need to import it here again?
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.
Removed it
…bg#1783 (podkrepi-bg#1817) * Fix notification subscription button on My Account (Mobile) podkrepi-bg#1783 * Test * fix misplaced * formated with yarn lint fixed issue#1783 * yarn lint format issue1783 * remove theme from Footer.styled.tsx
…bg#1783 (podkrepi-bg#1817) * Fix notification subscription button on My Account (Mobile) podkrepi-bg#1783 * Test * fix misplaced * formated with yarn lint fixed issue#1783 * yarn lint format issue1783 * remove theme from Footer.styled.tsx
* chore: add devcontainer.json - to enable vscode users to just open the dev container and have them be ready to go in minutes - the config follows https://github.com/podkrepi-bg/dev-containers/blob/main/nodejs/README.md - and pushes to the next version 1.2.0 which fixes the vscode unsupported alpine image error * Fix notification subscription button on My Account (Mobile) #1783 (#1817) * Fix notification subscription button on My Account (Mobile) #1783 * Test * fix misplaced * formated with yarn lint fixed issue#1783 * yarn lint format issue1783 * remove theme from Footer.styled.tsx * fix: admin edit with mock data - add admin list of campaign applications (initial draft) - add admin only edit for campaign application (change status, external URL) - goal is to show the UI/UX to team and get early feedback * chore: remove irrelevant file change --------- Co-authored-by: iliyan90 <[email protected]>
…bg#1783 (podkrepi-bg#1817) * Fix notification subscription button on My Account (Mobile) podkrepi-bg#1783 * Test * fix misplaced * formated with yarn lint fixed issue#1783 * yarn lint format issue1783 * remove theme from Footer.styled.tsx
…bg#1783 (podkrepi-bg#1817) * Fix notification subscription button on My Account (Mobile) podkrepi-bg#1783 * Test * fix misplaced * formated with yarn lint fixed issue#1783 * yarn lint format issue1783 * remove theme from Footer.styled.tsx
…bg#1783 (podkrepi-bg#1817) * Fix notification subscription button on My Account (Mobile) podkrepi-bg#1783 * Test * fix misplaced * formated with yarn lint fixed issue#1783 * yarn lint format issue1783 * remove theme from Footer.styled.tsx
…bg#1783 (podkrepi-bg#1817) * Fix notification subscription button on My Account (Mobile) podkrepi-bg#1783 * Test * fix misplaced * formated with yarn lint fixed issue#1783 * yarn lint format issue1783 * remove theme from Footer.styled.tsx
…bg#1783 (podkrepi-bg#1817) * Fix notification subscription button on My Account (Mobile) podkrepi-bg#1783 * Test * fix misplaced * formated with yarn lint fixed issue#1783 * yarn lint format issue1783 * remove theme from Footer.styled.tsx
subscription button on My Account (Mobile)
Closes #{ #1783}
Screenshots:
Before
Now