-
Notifications
You must be signed in to change notification settings - Fork 82
✨ Dashboard Account Settings #2310
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
Merged
+4,144
−946
Conversation
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
…s form dirty state
…t conditional visibility for action buttons.
…l width to dashboard header.
…lexible attachment card, and updated input field requirements.
…ignature uploader to single image type
Refactored the register method to better handle checkbox and file input types, set appropriate default values, and simplified the binding logic for Alpine.js. This enhances support for different input types and improves code clarity.
Moved and renamed profile-header.php to account/settings/header.php and updated references. Deleted obsolete profile-settings.php. Refactored billing address, notifications, preferences, and social accounts templates to use new InputField components, improved form state management, and enhanced UI consistency.
Enhanced the user social icons array by adding 'svg_icon' and 'pattern' fields for Facebook, X (Twitter), LinkedIn, GitHub, and Website. This provides SVG icon references and URL validation patterns for each social profile, improving consistency and validation.
Introduced a dropdown for selecting font size in account preferences, replacing the text input. Added predefined font size options and updated default value handling. Also improved select component styling for better UI consistency.
Introduced User::get_profile_settings_data() to centralize and streamline retrieval of user profile data for the account settings form. Updated the account settings template to use this method, improved default value handling, and switched display name and bio fields to use select and textarea input types, respectively.
shewa12
reviewed
Jan 16, 2026
✨ Update asset enqueuing with calendar dashboard
shewa12
reviewed
Jan 16, 2026
…e uploader attachment card meta.
…version and WP Media integration.
…nts, and streamline button component usage by removing redundant primary variant calls.
harunollyo
requested changes
Jan 19, 2026
…eUploader` class and establish a default variant.
…array lookups for broader PHP compatibility.
…cle()` and update button rendering logic in security settings.
Simplified the settings tab arrays by removing 'custom_template' and standardizing on 'template' and 'is_pro' keys. Updated template loading logic to use the new structure and pass 'is_pro' to the loader function, improving maintainability and consistency.
Eliminated the 'is_pro' property from settings tab arrays in both BillingController.php and settings.php, as it is no longer required. Updated template loading logic to handle absence of 'is_pro' key gracefully.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR includes
New/Enhanced feature
-instead of double--incardscssget_profile_settings_datafunction toUserclass