Skip to content

Added webform progress#45

Merged
martinyde merged 6 commits intodevelopfrom
feature/webform-progress
Nov 18, 2024
Merged

Added webform progress#45
martinyde merged 6 commits intodevelopfrom
feature/webform-progress

Conversation

@martinyde
Copy link
Copy Markdown
Contributor

Link to ticket

Please add a link to the ticket being addressed by this change.

Description

Please include a short description of the suggested change and the reasoning behind the approach you have chosen.

Screenshot of the result

If your change affects the user interface you should include a screenshot of the result with the pull request.

Checklist

  • My code is covered by test cases.
  • My code passes our test (all our tests).
  • My code passes our static analysis suite.
  • My code passes our continuous integration process.

If your code does not pass all the requirements on the checklist you have to add a comment explaining why this change
should be exempt from the list.

Additional comments or questions

If you have any further comments or questions for the reviewer please add them here.

@martinyde martinyde requested a review from yepzdk November 18, 2024 12:53
@martinyde martinyde marked this pull request as ready for review November 18, 2024 12:56
Copy link
Copy Markdown
Contributor

@yepzdk yepzdk left a comment

Choose a reason for hiding this comment

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

A screenshot and ticket link is missing in the PR description.
A couple of comments on reusing tailwind classes to keep colours consistant.

}

.webform-progress .progress-step {
color: rgba(0,0,0,.3);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Could the color be applied with a tailwind class on the markup? Maybe using the secondary color.

color: rgba(0,0,0,.3);

&.is-complete {
color: #047857;
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Could the color be applied with a tailwind class on the markup? Maybe using the brand color?

@martinyde martinyde merged commit 44aed39 into develop Nov 18, 2024
@martinyde martinyde deleted the feature/webform-progress branch November 18, 2024 13:52
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