-
Notifications
You must be signed in to change notification settings - Fork 280
WS-2117 Add lightweight contextual navigation attribution #14228
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
Open
LilyL0u
wants to merge
42
commits into
latest
Choose a base branch
from
WS-2117-add-lightweight-contextual-navigation-attribution
base: latest
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,767
−208
Open
Changes from all commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
8b49158
wip
LilyL0u 0fca8e3
prettier bug added an extra semicolon
LilyL0u afd4605
put back default of nothing highlighted for article not in bottom nav
LilyL0u 4e86887
make home default highlighted
LilyL0u 6f5acc7
Merge branch 'latest' into WS-2117-add-lightweight-contextual-navigat…
LilyL0u 4897172
Updated snapshots and fixed linting issues
Nabeel1276 5ca1ba8
Merge branch 'latest' into WS-2117-add-lightweight-contextual-navigat…
Nabeel1276 fd4797a
Updated integration snapshots
Nabeel1276 71a422d
Merge branch 'WS-2117-add-lightweight-contextual-navigation-attributi…
Nabeel1276 73c945b
a11y fix for current page announcements
LilyL0u 90a2988
new snaps
LilyL0u 5f16a0f
Merge branch 'latest' into WS-2117-add-lightweight-contextual-navigat…
LilyL0u a26db35
let's try this snapshot update
LilyL0u f885d06
snapshots after stopping timeout
LilyL0u 209417d
snapshots after running command to match github action
LilyL0u eccbe97
manually change snapshots to match github action integration test run
LilyL0u 9020e2d
i think this removes snashots that were obsolete
LilyL0u bf372c0
more attempt at obsolete removal
LilyL0u 45be34c
comment fix
LilyL0u f73b8e1
Merge branch 'latest' into WS-2117-add-lightweight-contextual-navigat…
LilyL0u 63612df
make shouldAnnounceCurrentPage into explicit boolean
LilyL0u c2e768b
update snapshot for css changes from latest
LilyL0u 56b0963
prettier?
LilyL0u 5bde2d7
Merge branch 'latest' into WS-2117-add-lightweight-contextual-navigat…
LilyL0u 1a7bc8e
Merge branch 'latest' into WS-2117-add-lightweight-contextual-navigat…
pvaliani a926415
Merge branch 'latest' into WS-2117-add-lightweight-contextual-navigat…
holchris 1bd2b99
Merge branch 'latest' into WS-2117-add-lightweight-contextual-navigat…
LilyL0u 04d1f81
Merge branch 'latest' into WS-2117-add-lightweight-contextual-navigat…
holchris 412810f
Merge branch 'latest' into WS-2117-add-lightweight-contextual-navigat…
LilyL0u 3cd16d1
Merge branch 'latest' into WS-2117-add-lightweight-contextual-navigat…
louisearchibald cc506d6
Merge branch 'latest' into WS-2117-add-lightweight-contextual-navigat…
louisearchibald e622883
Merge branch 'latest' into WS-2117-add-lightweight-contextual-navigat…
louisearchibald 76dd6be
Merge branch 'latest' into WS-2117-add-lightweight-contextual-navigat…
louisearchibald e2542a3
Merge branch 'WS-2117-add-lightweight-contextual-navigation-attributi…
louisearchibald f921d59
update Navigation type to include type as a property
louisearchibald 0ae1bd4
update logic to use type field
louisearchibald 6bc8ff4
remove unused field
louisearchibald 7d081fe
update index check
louisearchibald dc94a2c
update test fixture to include type watch and listen
louisearchibald 40a5b7e
Merge branch 'latest' into WS-2117-add-lightweight-contextual-navigat…
louisearchibald f31e7e3
Merge branch 'WS-2117-add-lightweight-contextual-navigation-attributi…
louisearchibald 4f5bef3
Merge branch 'latest' into WS-2117-add-lightweight-contextual-navigat…
louisearchibald File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
2,292 changes: 2,148 additions & 144 deletions
2,292
src/app/components/Navigation/__snapshots__/index.test.tsx.snap
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
Maybe i've misunderstood but does this match the acceptance criteria? The ticket says secondary navigation items should not be highlighted, but this says matching bottom navigation items remain active and are announced
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 the ticket might be wrong there but will check. I would have to remove current functionality, that we only recently added, to fulfil that criteria!
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.
Fine to keep the sub-navigation functionality that already existed 👍