-
Notifications
You must be signed in to change notification settings - Fork 60
Added a single form design for display conditions #1315
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
Open
akshayurankar48
wants to merge
39
commits into
main-screen-backend
Choose a base branch
from
qa-feedback
base: main-screen-backend
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
a725b43
added a single form design for display conditions
akshayurankar48 edbe015
updated qa fixes
akshayurankar48 5095237
updated styles for display conditions modal
akshayurankar48 956ac80
updated qa feedback 2
akshayurankar48 8924858
updated styles for display conditions modal
akshayurankar48 e8e0684
updated design for display conditions
akshayurankar48 786e87b
added border for inner boxes
akshayurankar48 c2e9dc1
updated styles for display conditions modal
akshayurankar48 f2f79ed
updated final styles for display conditions maodal
akshayurankar48 a579793
updated build files
akshayurankar48 ee87d13
updated z-index specificity
akshayurankar48 21174f8
updated scroll issue for the newly added input fields'
akshayurankar48 ba67060
updated qa feedback 4
akshayurankar48 17c2ec1
updated qa feedback 5
akshayurankar48 391d082
updated qa feedback
akshayurankar48 2a8e956
updated build files
akshayurankar48 a57b846
adding padding for overall modal
akshayurankar48 7e37205
updated build files
akshayurankar48 84ac969
Fixed layout name editing after using forceui input component
ShubhamGupta05 35474d5
Fixed post title special char issues
ShubhamGupta05 1093ed0
Merge pull request #1318 from brainstormforce/fixed-editing-layoutnames
akshayurankar48 03a2b96
added toast messages for Turn on to display this layout on Elementor …
akshayurankar48 408089a
updated build files
akshayurankar48 f485ff4
updated icons for the dropdown menu
akshayurankar48 e4e42ac
updated build files
akshayurankar48 e3394d6
updated colors from remove button
akshayurankar48 a02cf97
updated build files
akshayurankar48 990888b
updated build files
akshayurankar48 a2e720d
updated qa feedback
akshayurankar48 0b0bf00
updated qa feedback
akshayurankar48 9303dd9
updated qa feedback 2
akshayurankar48 d18a477
updated qa feedback 4
akshayurankar48 6df7cc7
updated build files
akshayurankar48 944a13d
updated qa feedback 6
akshayurankar48 1837dba
updated bounce issue on HFB
akshayurankar48 0b44ede
updated navbar layout
akshayurankar48 a7db5e2
Fixed Navmenu active link style issue in HFB page
akshayurankar48 de940b5
updated styles for navmenu
akshayurankar48 0e2ee1c
updated build files
akshayurankar48 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '1bc15358d60487785f93'); | ||
| <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-dom-ready', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'ff59efcefa2b368113b1'); | ||
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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.
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.
What: The version identifier has been updated, but it's unclear what changes were introduced in this version.
Why: It is important to maintain documentation or comments regarding what changes or updates are included with each version number. This assists in tracking changes that may impact security, performance, or overall functionality.
How: Consider adding a comment block above the version declaration explaining what has been included in this new version. For instance, indicate the purpose of the update, any new features, bug fixes, or performance improvements made.