-
Notifications
You must be signed in to change notification settings - Fork 41
Form actions refresh paypal compat #3085
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
Merged
Crabcyborg
merged 8 commits into
rock/form-actions-refresh
from
form-actions-refresh-paypal-compat
Apr 27, 2026
Merged
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
30d15f1
feat(paypal): add temporary PayPal styles for legacy markup and impor…
shervElmi 645a76f
feat(paypal): enhance legacy PayPal button styles for backward compat…
shervElmi e403211
npm run build
shervElmi 4d536c1
feat(paypal): add method to enqueue legacy PayPal assets for form bui…
shervElmi a956f61
feat(paypal): add legacy PayPal action settings styles for admin inte…
shervElmi 4ff8526
feat(paypal): add SCSS file for legacy PayPal settings in admin inter…
shervElmi b7b3840
feat(paypal): include legacy PayPal CSS file in stylelint configuration
shervElmi adfc901
refactor(paypal): format wp_register_style for better readability in …
shervElmi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,44 @@ | ||
| // Legacy PayPal action settings styles. Removable after the PayPal add-on is officially no longer supported. | ||
| .frm_single_paypal_settings { | ||
|
|
||
| .form-table { | ||
| margin: 0; | ||
| } | ||
|
|
||
| h3 { | ||
| display: flex; | ||
| align-items: center; | ||
| gap: var(--gap-xs); | ||
| margin-top: var(--gap-xs); | ||
| margin-bottom: var(--gap-md); | ||
|
|
||
| .frm_help { | ||
| display: inline-flex; | ||
| align-items: center; | ||
| } | ||
| } | ||
|
|
||
| label[for^="paypal_stop_email"] { | ||
| display: inline-flex; | ||
| align-items: center; | ||
| gap: var(--gap-xs); | ||
| } | ||
|
|
||
| .frm_toggle_pp_opts { | ||
| font-weight: 600; | ||
| cursor: pointer; | ||
| } | ||
|
|
||
| p[id^="frmpp_after_pay_"] { | ||
| margin-bottom: var(--gap-sm); | ||
| } | ||
|
|
||
| .frmpp_after_pay_row .frm_remove_tag { | ||
| margin-right: var(--gap-2xs); | ||
| } | ||
|
|
||
| // Hide "After Payment" table if no rows remain. | ||
| #postcustomstuff.frmpp_after_pay_rows:not(:has(.frmpp_after_pay_row)) { | ||
| display: none !important; | ||
| } | ||
| } | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.