-
Notifications
You must be signed in to change notification settings - Fork 0
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
Website 38 investigate adding the ability to navigate via calendar in hours view #319
Merged
SalazarJosh
merged 50 commits into
master
from
WEBSITE-38-Investigate-adding-the-ability-to-navigate-via-calendar-in-Hours-View
Feb 6, 2025
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
978b313
changed heading level for locations (currently skipping level)
SalazarJosh d4c6e98
added calendar view
SalazarJosh d35ffc1
Merge remote-tracking branch 'origin/master' into WEBSITE-38-Investig…
SalazarJosh 529ab02
made calendar expandable
SalazarJosh 40114e6
new component for previous / next week, sticky
SalazarJosh 97b20c1
Update previous-next-week-calendar-view.js
SalazarJosh 73db816
Merge branch 'master' into WEBSITE-38-Investigate-adding-the-ability-…
SalazarJosh edfbc5b
updated icons. no longer using html character icons
SalazarJosh 278b2a2
updated calendar positioning
SalazarJosh c0f45ba
Merge branch 'master' into WEBSITE-38-Investigate-adding-the-ability-…
SalazarJosh 55239fd
Week selection implemented
SalazarJosh 236cbe0
Update previous-next-week-calendar-view.js
SalazarJosh 9527c5c
Merge branch 'master' into WEBSITE-38-Investigate-adding-the-ability-…
SalazarJosh e6e8fb1
Naming and accessibility
SalazarJosh 794eddd
Merge branch 'WEBSITE-38-Investigate-adding-the-ability-to-navigate-v…
SalazarJosh 4eaf98c
Removed table element and added aria-live to calendar heading
SalazarJosh c83a01c
Update hours-panel-date-viewer.js
SalazarJosh 4373f77
Update hours-panel-date-viewer.js
SalazarJosh 551b0ee
Update hours-panel-date-viewer.js
SalazarJosh 9dba1df
Update hours-panel-date-viewer.js
SalazarJosh ec36206
Update hours-panel-date-viewer.js
SalazarJosh 414920a
Update hours-panel-date-viewer.js
SalazarJosh c69eb16
Merge branch 'master' into WEBSITE-38-Investigate-adding-the-ability-…
SalazarJosh de54ac0
Update hours-panel-date-viewer.js
SalazarJosh 9d4cdf3
Merge branch 'WEBSITE-38-Investigate-adding-the-ability-to-navigate-v…
SalazarJosh cf35a67
added offset to hash scrolling if sticky header is present
SalazarJosh f4aabbb
made the scrolled element focusable
SalazarJosh 89c4bd1
Update package-lock.json
SalazarJosh e702bba
Update package-lock.json
SalazarJosh e35d86e
Update package-lock.json
SalazarJosh dc22be4
Merge branch 'master' into WEBSITE-38-Investigate-adding-the-ability-…
SalazarJosh 3b81d07
Update gatsby-browser.js
SalazarJosh 706c567
Update hours-panel-date-viewer.js
SalazarJosh 44e36d0
Update hours-panel-date-viewer.js
SalazarJosh dc15572
Update src/components/panels/hours-panel-date-viewer.js
SalazarJosh be01811
Update src/components/panels/hours-panel-date-viewer.js
SalazarJosh 0aedace
Update src/components/panels/hours-panel-date-viewer.js
SalazarJosh 7b67c75
Update src/components/panels/hours-panel-date-viewer.js
SalazarJosh a1439ee
Update src/components/panels/hours-panel-date-viewer.js
SalazarJosh d0f3946
Update src/components/panels/hours-panel-date-viewer.js
SalazarJosh cadfb82
Removed IconWrapper and redundant styles
SalazarJosh 7115c2f
Replaced hidden element css with visually-hidden class
SalazarJosh 776f8c9
Added Kbd component
SalazarJosh 13c4783
Function for isEnterOrSpace
SalazarJosh c5b9961
Alignment fixes and consistent icon sizes
SalazarJosh 03b9806
Forgot to pass event to isEnterOrSpace function
SalazarJosh a778384
added aria-live to date range label
SalazarJosh c5970ee
Handled esc key close announcement
SalazarJosh a924e24
anchors to buttons
SalazarJosh 2fbba88
Merge branch 'master' into WEBSITE-38-Investigate-adding-the-ability-…
SalazarJosh 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
This file contains 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
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.
@erinesullivan This worked quite well in NVDA. I'm curious if it's still functional and makes sense with VoiceOver.