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

WEB-3418 - Use Redirect instead of Pop-up when connecting Provider on Mobile #447

Merged
merged 4 commits into from
Mar 25, 2025

Conversation

henry-tp
Copy link
Contributor

@henry-tp henry-tp commented Mar 24, 2025

import InfoIcon from './assets/info-outline-24-px.svg';
import CollapseIconOpen from './assets/expand-more-24-px.png';
import CollapseIconClose from './assets/chevron-right-24-px.png';
import InfoIcon from './assets/info-outline-24-px.png';
Copy link
Contributor Author

@henry-tp henry-tp Mar 24, 2025

Choose a reason for hiding this comment

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

Copy link
Member

Choose a reason for hiding this comment

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

This is fine, though I think we should remove the svg icons, and update any other uses to use the png just to keep things simple/consistent.

I think it's only the info-outline icon that's reused, but you'll need to check.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sounds good, removed. I checked and there are no more references to .svgs so I think we're good. I'm also a fan of SVGs over PNGs in general, this is just a weird one.

9369b4f

@henry-tp henry-tp marked this pull request as ready for review March 24, 2025 19:05
@henry-tp henry-tp changed the title Web 3418 redirect oauth WEB-3418 - Use Redirect instead of pop-up when on Mobile Mar 24, 2025
@henry-tp henry-tp requested a review from clintonium-119 March 24, 2025 19:21
@henry-tp henry-tp changed the title WEB-3418 - Use Redirect instead of pop-up when on Mobile WEB-3418 - Use Redirect instead of Pop-up when connecting Provider on Mobile Mar 24, 2025
Copy link
Member

@clintonium-119 clintonium-119 left a comment

Choose a reason for hiding this comment

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

Just one small change request in comments - removing the old svg icons

import InfoIcon from './assets/info-outline-24-px.svg';
import CollapseIconOpen from './assets/expand-more-24-px.png';
import CollapseIconClose from './assets/chevron-right-24-px.png';
import InfoIcon from './assets/info-outline-24-px.png';
Copy link
Member

Choose a reason for hiding this comment

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

This is fine, though I think we should remove the svg icons, and update any other uses to use the png just to keep things simple/consistent.

I think it's only the info-outline icon that's reused, but you'll need to check.

Copy link
Member

@clintonium-119 clintonium-119 left a comment

Choose a reason for hiding this comment

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

LGTM 🚢

@henry-tp henry-tp merged commit db988a5 into develop Mar 25, 2025
2 checks passed
@henry-tp henry-tp deleted the WEB-3418-redirect-oauth branch March 25, 2025 21:36
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