-
-
Notifications
You must be signed in to change notification settings - Fork 0
Settings/customize #3
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
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
- Organized code into distinct modules to enhance separation of concerns. - Renamed variables and functions for clarity, making the codebase easier to understand. - Removed redundant code blocks to streamline functionality and reduce complexity. - Updated comments and documentation to reflect the new structure and provide better guidance for future developers. - Ensured all existing tests passed after refactoring to maintain functionality.
… Admin_Settings class
…s HTML Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…s HTML Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…s HTML Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…s HTML Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…s HTML Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…s HTML Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
…as HTML Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
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 pull request introduces a major new "Customize" feature for the password form, allowing users to personalize the appearance of the form with live preview, preset themes, and detailed styling options. The changes span new JavaScript for live customization, extensive CSS refactoring to support theme variables, and documentation updates to describe and document the new features.
Major features and improvements:
1. Customization Functionality
2. CSS Refactoring for Theming
password-form.cssto use CSS custom properties (variables) for all customizable aspects (colors, border radii, font, etc.), enabling dynamic styling via inline styles or JS. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10]3. Documentation Updates
README.mdto document the new customization features, including a dedicated section and new settings table. [1] [2] [3] [4]4. Asset Organization
customize-admin.css) and JS (customize.js) files for the admin customize tab, and updated the asset directory structure accordingly.These changes provide a much more flexible and user-friendly way for site owners to brand and style their password forms without writing code.