pronamic / wp-pay-core

Core components for the WordPress payment processing library. This library is used in the WordPress plugin Pronamic Pay: https://www.pronamicpay.com/, but also allows other plugin developers to set up a payment plugin.
https://www.wp-pay.org/
GNU General Public License v3.0
27 stars 3 forks source link

Fixed view of Redirection and Subscription Pages for Mobile #169

Closed knit-pay closed 5 months ago

knit-pay commented 7 months ago

Fixed view of Redirection and Subscription Pages for mobile phones.

codecov-commenter commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (e484e55) 22.39% compared to head (3a020e9) 22.39%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #169 +/- ## ========================================= Coverage 22.39% 22.39% Complexity 2526 2526 ========================================= Files 106 106 Lines 10149 10149 ========================================= Hits 2273 2273 Misses 7876 7876 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

remcotolsma commented 7 months ago

Thanks.

Before:

Scherm­afbeelding 2024-01-11 om 14 40 15

After:

Scherm­afbeelding 2024-01-11 om 14 40 41
rvdsteege commented 7 months ago

The card number is not displayed anymore in the after screenshot and the button seems to large? 😕 I think this needs some further attention?

knit-pay commented 7 months ago

@rvdsteege @remcotolsma Thanks for bringing these issues to my notice. I will check this further.

knit-pay commented 7 months ago

Hello @rvdsteege and @remcotolsma

Made changes in CSS, and now the button and card number are looking better. Please check.

image

knit-pay commented 6 months ago

Hello @rvdsteege and @remcotolsma

had you got chance to review the changes?

knit-pay commented 5 months ago

Thanks @rvdsteege and @remcotolsma for considering this contribution.