diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1ded09677..4767a7739 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ resources: type: github name: Safelite/AzureDevOps endpoint: Safelite - ref: refs/tags/t5.5.19 + ref: refs/tags/t5.5.31 variables: - group: Digital-Infrastructure @@ -173,5 +173,6 @@ stages: cfDistributionId: $(cfDistributionId) - template: templates/digital/auto-tag.yml@AzureDevOps parameters: + dependsOn: prodBuildDeployment userName: SafeliteAzureDevops userEmail: githubazuredevops@safelite.com \ No newline at end of file diff --git a/src/common-components/date-picker/date-picker-spec.js b/src/common-components/date-picker/date-picker-spec.js new file mode 100644 index 000000000..3d0843e10 --- /dev/null +++ b/src/common-components/date-picker/date-picker-spec.js @@ -0,0 +1 @@ +test.todo("some test to be written in the future"); diff --git a/src/common-components/date-picker/date-picker.vue b/src/common-components/date-picker/date-picker.vue new file mode 100644 index 000000000..28d433289 --- /dev/null +++ b/src/common-components/date-picker/date-picker.vue @@ -0,0 +1,459 @@ + + + + + diff --git a/src/common-components/modal/modal.vue b/src/common-components/modal/modal.vue index 8c36cc5ea..4dd99fbc5 100644 --- a/src/common-components/modal/modal.vue +++ b/src/common-components/modal/modal.vue @@ -3,13 +3,13 @@