-
Notifications
You must be signed in to change notification settings - Fork 438
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
Added skip to main content button #2607
Added skip to main content button #2607
Conversation
Hi @alexandrevryghem, |
@alexandrevryghem : If you could cleanup the conflicts tomorrow (Friday) or Monday, I'd love to test this for possible inclusion in 7.6.1. I believe the conflicts were accidentally caused by #2594 |
…content-button_contribute-main # Conflicts: # src/app/root/root.component.html
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.
👍 Thanks @alexandrevryghem ! Tested this today and it's working for both themes. Verified the invisible button exists (and works) using the WAVE Evaluation Tool extension for Chrome
Backport failed for Please cherry-pick the changes locally. git fetch origin dspace-7_x
git worktree add -d .worktree/backport-2607-to-dspace-7_x origin/dspace-7_x
cd .worktree/backport-2607-to-dspace-7_x
git checkout -b backport-2607-to-dspace-7_x
ancref=$(git merge-base 684846ae36853aaf353b45e30fc300cfd14cfe41 19ed3c88e39ae3858845ec359eb4cf65bf7fa0ca)
git cherry-pick -x $ancref..19ed3c88e39ae3858845ec359eb4cf65bf7fa0ca |
Manually ported to |
References
Description
Created the skip to main content button to automatically skip the header, navigation, the user setting buttons, ...
Checklist
yarn lint
yarn check-circ-deps
)package.json
), I've made sure their licenses align with the DSpace BSD License based on the Licensing of Contributions documentation.