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

feat: create phone number component tckt-363 #382

Merged
merged 6 commits into from
Nov 15, 2024

Conversation

kalasgarov
Copy link
Contributor

Created Phone Number Pattern for Forms Users.
Created Phone Number Pattern Edit for Form Builders.
Added unit tests for Phone Number config file.

Copy link

github-actions bot commented Nov 13, 2024

Terraform plan for tts-10x-atj-dev

Plan: 0 to add, 2 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
!~  update in-place

Terraform will perform the following actions:

  # cloudfoundry_app.tts-10x-atj-dev-server-doj_tts-10x-atj-dev-server-doj-app_380DB029 will be updated in-place
!~  resource "cloudfoundry_app" "tts-10x-atj-dev-server-doj_tts-10x-atj-dev-server-doj-app_380DB029" {
!~      docker_image                    = "ghcr.io/gsa-tts/forms/server-doj:5ee1c8c4bf9ab6ac1b6ea2f9b893fbb28bf2b6ea" -> "ghcr.io/gsa-tts/forms/server-doj:d46a64a284dd08e8be42fcda4a239c34592b2d60"
        id                              = "8a9fc8b6-af5e-45a2-abb6-2c24ecbcdfaa"
        name                            = "tts-10x-atj-dev-server-doj-app"
#        (17 unchanged attributes hidden)

#        (3 unchanged blocks hidden)
    }

  # cloudfoundry_app.tts-10x-atj-dev-server-kansas_tts-10x-atj-dev-server-kansas-app_337A9CF1 will be updated in-place
!~  resource "cloudfoundry_app" "tts-10x-atj-dev-server-kansas_tts-10x-atj-dev-server-kansas-app_337A9CF1" {
!~      docker_image                    = "ghcr.io/gsa-tts/forms/server-kansas:5ee1c8c4bf9ab6ac1b6ea2f9b893fbb28bf2b6ea" -> "ghcr.io/gsa-tts/forms/server-kansas:d46a64a284dd08e8be42fcda4a239c34592b2d60"
        id                              = "e885e531-11b7-4906-9cc3-0ddf483868f5"
        name                            = "tts-10x-atj-dev-server-kansas-app"
#        (17 unchanged attributes hidden)

#        (3 unchanged blocks hidden)
    }

Plan: 0 to add, 2 to change, 0 to destroy.

📝 Plan generated in Post Terraform plan to PR comment #422

@kalasgarov kalasgarov force-pushed the feature/363-phone-number-2 branch from 2dd84f4 to 01d4038 Compare November 13, 2024 16:34
Copy link
Contributor

@danielnaab danielnaab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I just have a couple comments, but this looks great.

packages/forms/src/error.ts Outdated Show resolved Hide resolved
@kalasgarov kalasgarov force-pushed the feature/363-phone-number-2 branch from 01d4038 to 04d452a Compare November 13, 2024 19:23
</span>
) : null}
<input
className="usa-input"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This could also get an error class on it:

Suggested change
className="usa-input"
className={classNames('usa-input', {
'usa-input--error': error,
})}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated!

Copy link
Contributor

@danielnaab danielnaab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved. I noticed an error class missing from an input (to fix before merging) but otherwise looks great.

@kalasgarov kalasgarov force-pushed the feature/363-phone-number-2 branch from 468ba0d to 59d57b3 Compare November 15, 2024 16:21
@kalasgarov kalasgarov merged commit 5ee8954 into main Nov 15, 2024
3 checks passed
@kalasgarov kalasgarov deleted the feature/363-phone-number-2 branch November 15, 2024 16:30
@kalasgarov kalasgarov self-assigned this Nov 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants