Skip to content
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

Convert Form::textarea to blade component #16075

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

marcusmoore
Copy link
Collaborator

@marcusmoore marcusmoore commented Jan 14, 2025

This PR introduces the <x-input.textarea> blade component and uses it to replace Form::textarea usage in our blade templates.


Pages Affected

Modals Affected


Extracted via copy/paste from #15983.

Copy link

what-the-diff bot commented Jan 14, 2025

PR Summary

  • Introduction of a New Text Area Component
    This PR focuses on the introduction of a new text area component to the Blade file, simplifying existing codes and making it more reusable for future needs.

  • Updated Usage of New Text Area Component
    Replacing the previous Form::textarea with the newly-created <x-input.textarea> component, this update provides greater consistency in multiple files including, but not limited to:

    • 'Edit Fields' section in custom fields
    • EULA text area in category edit form
    • Notes input in file upload modal
    • Custom CSS and footer text inputs in branding settings
    • Default EULA text in general settings
    • LDAP TLS key and cert fields in LDAP settings
    • SAML settings inputs in SAML settings

These changes promote a uniform implementation of the text area component, thus making the platform more synchronized and manageable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant