-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[Menubar] Base implementation of refactored NavBar #3279
Open
tespin
wants to merge
42
commits into
processing:develop
Choose a base branch
from
tespin:tespin/refactor-navbar-base
base: develop
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.
Open
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
b16dada
fix: renamed files, components, imports, exports, contexts, and methods
tespin 0f9cf65
refactor: separated UserMenu from the menubar component, wrapped both…
tespin ab818ad
style: updated header and menubar styles
tespin 246597f
refactor: moved LanguageMenu into left items
tespin 9f3096c
refactor: split new MenubarMenu component into Trigger, List, and Men…
tespin 7c3b896
test: updated snapshots
tespin b2eb033
refactor: removed menuitem roles from sign up and login, added role=p…
tespin 06e9152
fix: lint fixes
tespin 905ac20
chore: added separators between components within MenubarMenu
tespin 30f2c1b
Merge branch 'develop' into tespin/refactor-navbar-base
tespin b8a45d5
Fix#3241 Icon Alligment issue in Password Field
dbc98dd
added some fixes on the eye-svg
72daf4d
missing dispatch import
raclim e5e2ec1
wrap actions with dispatch
raclim f122ec6
update test to add useDispatch
raclim 5c8a912
update dispatch and add selectors
raclim 2177976
create parseFileName util
raclim 0e9a967
update FileNode tests
raclim fd3e3a6
update FileNode import
raclim 48f9ad8
added donation banner
Stefterv f84ebd9
2.15.4
raclim a361329
Revert "Fix Console Errors and Update Hooks in FileNode"
raclim b63c031
add back in consoleinput changes
raclim c8118f6
2.15.5
raclim 16644f3
add apple pay id
raclim 9444470
remove static folder
raclim 060b13a
actually delete the static folder
raclim 096edb8
move to public folder
raclim 89a81d8
ensure content type is set correctly in server
raclim 41b10f9
set absolute path
raclim 50077b6
explicitly set root path
raclim 043eb44
remove apple pay setup in server
raclim 71fd59e
2.15.6
raclim d42872f
Remove Icon from README.md
raclim 4d2ae14
Merge branch 'develop' into tespin/refactor-navbar-base
tespin c5a2f94
Merge branch 'develop' into tespin/refactor-navbar-base
tespin e1a4a97
fix: moved usermenu back into menubar to reenable dropdown behavior
tespin 3022bb8
chore: added reference article as comment
tespin d7e2dc1
fix: removed layout shift on user and example pages caused by height:…
tespin cca3bd5
refactor: renamed MenubarMenu to MenubarSubmenu for clarity
tespin d4b7672
fix: renamed MenubarMenu components to MenubarSubmenu
tespin de201ff
feat: supprt listbox role for language selection menu
tespin 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
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
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
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.
these changes enhance the Menubar components to support both menu and listbox ARIA roles.
summary of changes:
overall we're still able to use the Submenu for selection patterns like language choosers will keeping overall Menubar functionality.