feat(filing): replace legacy progress nav with USWDS step indicator and move edits into accordions - #2809
Open
contolini wants to merge 1 commit into
Open
feat(filing): replace legacy progress nav with USWDS step indicator and move edits into accordions#2809contolini wants to merge 1 commit into
contolini wants to merge 1 commit into
Conversation
contolini
force-pushed
the
5670-uswds-steps
branch
10 times, most recently
from
July 22, 2026 21:54
ec45f8c to
1bee74e
Compare
contolini
force-pushed
the
5670-uswds-steps
branch
3 times, most recently
from
July 28, 2026 02:24
f064e31 to
7cf9a01
Compare
contolini
force-pushed
the
5670-uswds-steps
branch
from
August 5, 2026 17:15
7cf9a01 to
628fcab
Compare
…nd move edits into accordions - Replace legacy filing step indicator/nav with USWDS step indicator styles/components - Render filing edit tables inside USWDS accordions with expand/collapse behavior - Keep pagination behavior stable within accordion sections - Update related filing/e2e/UI assets and styles to support new patterns
contolini
force-pushed
the
5670-uswds-steps
branch
from
August 5, 2026 17:27
628fcab to
1302f2b
Compare
contolini
marked this pull request as ready for review
August 5, 2026 19:54
Member
Author
|
@billhimmelsbach I did my best to link to relevant diffs in my change descriptions and I'm happy to screenshare if you want me to go over anything. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Replaces our legacy filing step indicator/nav with USWDS step indicator, moving the filing apps' edit tables inside USWDS accordions and updates/add various content to improve page hierarchy and clarity.
Closes #5741 and #5670.
Changes
Quarter X, YYYformat.REQUEST_EDIT/RECEIVE_EDITactions which forces a remount of all the edit tables. This blows away the open/closed state of all the accordions and results in all of them closing which is problematic because a user was just staring at one and trying to paginate through it. The only solution I could come up with was internally storing the open/close state of each accordion and restoring them after remount. It's more code than I would like but I struggled to find a better solution.Screenshots