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

build(TA-439): update design language guidance regarding character limits #36

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

TomBirbeckTFS
Copy link
Contributor

Problem

We have been having discussions to update the branding configuration screen. We need to make changes to the current guidance regarding character limits.

Change/Fix

Updated point 5 to match what we now what to follow.
Updated wording of point 7 to match what we currently do - optional by default, marked as required when needed.
Altered the dependencies to resolve issues with running npm i on the repo.

@TomBirbeckTFS TomBirbeckTFS added the dependencies Pull requests that update a dependency file label Feb 14, 2024
@TomBirbeckTFS TomBirbeckTFS self-assigned this Feb 14, 2024
<li>
Allow the user to enter more characters than the maximum limit. The form validation will handle any excess.
</li>
</ul>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I've tried to capture things correctly from here, but not 100% sure I have.

Copy link
Contributor

Choose a reason for hiding this comment

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

I think I'd try to include the line "Only use the character count component when there is a good reason for limiting the number of characters users can enter".

So maybe it could be that followed by "when using this component you should:"

"serve": "14.1.1",
"standard-version": "9.5.0",
"stylelint": "15.2.0",
"stylelint-config-twbs-bootstrap": "7.0.0"
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixing these in place solved issues when running npm i and is what we do in repos like otis.

@TomBirbeckTFS
Copy link
Contributor Author

There were a good few files changed when I ran npm start, I assume this is supposed to happen? I can remove the updates in those places if needed.

@@ -34,34 +34,34 @@
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ms-auto mb-2 mb-lg-0">



Copy link
Contributor

Choose a reason for hiding this comment

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

What's with all the whitespace changes?

Copy link
Contributor Author

@TomBirbeckTFS TomBirbeckTFS Feb 14, 2024

Choose a reason for hiding this comment

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

I'm not too sure, the line numbers seem to be the same for both the removed and added

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants