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 notification subscription button on My Account (Mobile) #1783 #1817

Merged
merged 6 commits into from
May 30, 2024

Conversation

iliyan90
Copy link
Contributor

subscription button on My Account (Mobile)

Closes #{ #1783}

Screenshots:

Before
#issue1873
Now
issue1873

Copy link

github-actions bot commented May 27, 2024

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

@iliyan90 iliyan90 closed this May 27, 2024
@iliyan90 iliyan90 reopened this May 27, 2024
Copy link
Member

@ani-kalpachka ani-kalpachka left a 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:

image

If we set the title "Абонаментът ви за получаване на известия e" to be full width it would fix the issue. Could you please check?

@iliyan90 iliyan90 closed this May 27, 2024
@iliyan90 iliyan90 reopened this May 27, 2024
@iliyan90
Copy link
Contributor Author

So on tablet active status and button have to be in the same row?

@sashko9807 sashko9807 added the run tests Allows running the tests workflows for forked repos label May 27, 2024
@github-actions github-actions bot removed the run tests Allows running the tests workflows for forked repos label May 27, 2024
@sashko9807 sashko9807 linked an issue May 27, 2024 that may be closed by this pull request
@ani-kalpachka
Copy link
Member

Checked the designs. Lets leave it like this.
Once the build errors are resolved we can merge it.

@sashko9807
Copy link
Member

Linter seems to be failing. Try to run yarn lint, and push with the formatted linter changes.

@sashko9807 sashko9807 added run tests Allows running the tests workflows for forked repos labels May 27, 2024
@github-actions github-actions bot removed the run tests Allows running the tests workflows for forked repos label May 27, 2024
@@ -20,7 +20,7 @@ export const Root = styled('footer')(() => ({
},
}))

export const FooterWrapper = styled(Grid)(() => ({
export const FooterWrapper = styled(Grid)(({ theme }) => ({
Copy link
Member

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Removed it

@ani-kalpachka ani-kalpachka added the run tests Allows running the tests workflows for forked repos label May 30, 2024
@github-actions github-actions bot removed the run tests Allows running the tests workflows for forked repos label May 30, 2024
@ani-kalpachka ani-kalpachka merged commit e3285d1 into podkrepi-bg:master May 30, 2024
7 of 8 checks passed
gparlakov pushed a commit to gparlakov/podkrepi-bg-frontend that referenced this pull request Jun 19, 2024
…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
gparlakov pushed a commit to gparlakov/podkrepi-bg-frontend that referenced this pull request Jul 5, 2024
…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
sashko9807 pushed a commit that referenced this pull request Jul 10, 2024
* 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]>
gparlakov pushed a commit to gparlakov/podkrepi-bg-frontend that referenced this pull request Aug 9, 2024
…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
gparlakov pushed a commit to gparlakov/podkrepi-bg-frontend that referenced this pull request Aug 9, 2024
…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
gparlakov pushed a commit to gparlakov/podkrepi-bg-frontend that referenced this pull request Sep 3, 2024
…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
gparlakov pushed a commit to gparlakov/podkrepi-bg-frontend that referenced this pull request Sep 28, 2024
…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
gparlakov pushed a commit to gparlakov/podkrepi-bg-frontend that referenced this pull request Oct 20, 2024
…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
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.

Fix notification subscription button on My Account (Mobile)
3 participants