-
Notifications
You must be signed in to change notification settings - Fork 19
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
#2969 - Domains and request table needs visual header - [NL] #3294
Conversation
🥳 Successfully deployed to developer sandbox nl. |
🥳 Successfully deployed to developer sandbox nl. |
🥳 Successfully deployed to developer sandbox nl. |
🥳 Successfully deployed to developer sandbox nl. |
🥳 Successfully deployed to developer sandbox nl. |
🥳 Successfully deployed to developer sandbox nl. |
🥳 Successfully deployed to developer sandbox nl. |
🥳 Successfully deployed to developer sandbox nl. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dave brings up a good point. Revise the var name again (my suggestion was not great), remove a couple of obsolete comments and good to merge.
@@ -214,7 +214,7 @@ <h2>Status</h2> | |||
scope="col" | |||
role="columnheader" | |||
> | |||
<span class="usa-sr-only">Action</span> | |||
Action | |||
</th> | |||
</tr> | |||
</thead> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove the comment below: <!-- AJAX will populate this tbody -->
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this comment is still valid. We want to indicate that AJAX builds the table body
@@ -186,7 +186,7 @@ <h2>Status</h2> | |||
<th data-sortable="creator" scope="col" role="columnheader">Created by</th> | |||
{% endif %} | |||
<th data-sortable="status" scope="col" role="columnheader">Status</th> | |||
<th scope="col" role="columnheader"><span class="usa-sr-only">Action</span></th> | |||
<th scope="col" role="columnheader">Action</th> | |||
<!-- AJAX will conditionally add a th for delete actions --> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove this comment
🥳 Successfully deployed to developer sandbox nl. |
Ticket 2969
Resolves #2969
Changes
Context for reviewers
Setup
Ensure org model waffle flags are disabled
Code Review Verification Steps
Go to the Domain and Domain Request table view. Verify that...
As the original developer, I have
Satisfied acceptance criteria and met development standards
Ensured code standards are met (Original Developer)
Validated user-facing changes (if applicable)
As a code reviewer, I have
Reviewed, tested, and left feedback about the changes
Validated user-facing changes as a developer
Note: Multiple code reviewers can share the checklists above, a second reviewer should not make a duplicate checklist. All checks should be checked before approving, even those labeled N/A.
As a designer reviewer, I have
Verified that the changes match the design intention
Validated user-facing changes as a designer
References
Screenshots