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

chore(webpack): tune webpack config #60

Merged
merged 3 commits into from
Aug 6, 2019

Conversation

seanforyou23
Copy link
Collaborator

@seanforyou23 seanforyou23 commented Aug 5, 2019

This PR adds a small pkg to track the last route so that we can fine-tune the AX by not sending focus upon initially loading the app. It also registers a couple of new directories in the webpack config that users are likely to need at some point. Finally, I switched the default "home" route to be "/" instead of "/dashboard".

Related to #55

only focus on new content when a user navigates in-app
add a small delay before sending focus for JAWS

only focus new content when user navigates in-app
add small delay before sending focus for JAWS
@seanforyou23 seanforyou23 added the enhancement New feature or request label Aug 5, 2019
src/app/utils/utils.ts Outdated Show resolved Hide resolved
@seanforyou23 seanforyou23 merged commit b447ae0 into patternfly:master Aug 6, 2019
bhanvimenghani pushed a commit to bhanvimenghani/patternfly-react-seed that referenced this pull request Mar 18, 2022
* chore(webpack): tune webpack config

only focus new content when user navigates in-app
add small delay before sending focus for JAWS

* [cleanup] clear timer so they do not queue when switching routes often

* [cleanup] fix active state for nav items
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants